]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
Tone down the development version warnings
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)
We have now implemented the usability changes (No fragment in repository
URL, and default encrypt-to-self), so no big changes planned.

README.rst
git-remote-gcrypt

index 28821c9450cb39e0a64f3f419ef0b4a573b3937c..aef6ecd843b02edb4e3bcedc5857c9ca693c0991 100644 (file)
@@ -21,10 +21,7 @@ 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:: 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.
+.. NOTE:: This is a development version -- Repository format MAY CHANGE.
 
 Quickstart
 ..........
index 561cf0a3ad7bed54707b3926c3594ac8c135fc62..540001783c5bfd42963282ea40693d3a77c37575 100755 (executable)
@@ -745,7 +745,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"
+echo_info "Development version -- Repository format MAY CHANGE"
 
 while read Input
 do