diff options
author | root <root@localhost> | 2013-02-14 00:00:00 +0000 |
---|---|---|
committer | root <root@localhost> | 2013-02-14 00:00:00 +0000 |
commit | 402eca0a094ffb9592581435cee2799470b2fdb7 (patch) | |
tree | dfad3a0d8fba09107ce90041a841da52ea4c30f3 | |
parent | 5c16aa4bdadd31107322d68d7859eb84d4198247 (diff) | |
download | git-remote-gcrypt-402eca0a094ffb9592581435cee2799470b2fdb7.zip git-remote-gcrypt-402eca0a094ffb9592581435cee2799470b2fdb7.tar.gz git-remote-gcrypt-402eca0a094ffb9592581435cee2799470b2fdb7.tar.bz2 |
Give warning about future format change
-rw-r--r-- | README.rst | 6 | ||||
-rwxr-xr-x | git-remote-gcrypt | 1 |
2 files changed, 5 insertions, 2 deletions
@@ -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 |