Browse Source

Give warning about future format change

root 11 years ago
parent
commit
402eca0a09
2 changed files with 5 additions and 2 deletions
  1. 4 2
      README.rst
  2. 1 0
      git-remote-gcrypt

+ 4 - 2
README.rst

@@ -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
 ..........

+ 1 - 0
git-remote-gcrypt

@@ -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