From b6cd6f71385fb22cd4bc28cbd7f2c7787c0242bd Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Feb 2013 00:00:00 +0000 Subject: Tone down the development version warnings We have now implemented the usability changes (No fragment in repository URL, and default encrypt-to-self), so no big changes planned. --- README.rst | 5 +---- git-remote-gcrypt | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 28821c9..aef6ecd 100644 --- a/README.rst +++ b/README.rst @@ -21,10 +21,7 @@ the repository is stored as a set of files, or instead any `` 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 .......... diff --git a/git-remote-gcrypt b/git-remote-gcrypt index 561cf0a..5400017 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -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 -- cgit v1.2.3