Give warning about future format change
This commit is contained in:
parent
5c16aa4bda
commit
402eca0a09
2 changed files with 5 additions and 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
|
||||
..........
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue