aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.rst6
-rwxr-xr-xgit-remote-gcrypt1
2 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index e515488..b8c28ed 100644
--- a/README.rst
+++ b/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
..........
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 8d561b3..13ca36f 100755
--- a/git-remote-gcrypt
+++ b/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