]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
Give warning about future format change
authorroot <root@localhost>
Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)
committerroot <root@localhost>
Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)
README.rst
git-remote-gcrypt

index e5154889ec214a7716c13da1e15778e9a2c52589..b8c28ed21ab015939f88b0e6548e1637f50fcc32 100644 (file)
@@ -21,8 +21,10 @@ the repository is stored as a set of files, or instead any `<giturl>`
 where gcrypt will store the same representation in a git repository,
 bridged over arbitrary git transport.
 
-.. NOTE:: Repository format MAY STILL change, incompatibly. We may
-          not continue to support all types of remote transport.
+.. NOTE:: This is a development version -- Repository format WILL change
+          incompatibly soon again, secure protocol is done I think, but
+          we will make it easier to use by doing away with the multiple
+          repositories per URL and other things.
 
 Quickstart
 ..........
index 8d561b3e9122dd53804f41fb25801be893b0f863..13ca36fc637134aca374f3daa201ea2b1f229285 100755 (executable)
@@ -672,6 +672,7 @@ URL=$2   # Remote URL
 mkdir -p "$Localdir"
 
 trap 'rm -f "$Localdir/tmp_"*".$$"' EXIT 1 2 3 15
+echo_info "Development version -- Repository format WILL CHANGE in the future"
 
 while read Input
 do