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,
|
where gcrypt will store the same representation in a git repository,
|
||||||
bridged over arbitrary git transport.
|
bridged over arbitrary git transport.
|
||||||
|
|
||||||
.. NOTE:: Repository format MAY STILL change, incompatibly. We may
|
.. NOTE:: This is a development version -- Repository format WILL change
|
||||||
not continue to support all types of remote transport.
|
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
|
Quickstart
|
||||||
..........
|
..........
|
||||||
|
|
|
@ -672,6 +672,7 @@ URL=$2 # Remote URL
|
||||||
mkdir -p "$Localdir"
|
mkdir -p "$Localdir"
|
||||||
|
|
||||||
trap 'rm -f "$Localdir/tmp_"*".$$"' EXIT 1 2 3 15
|
trap 'rm -f "$Localdir/tmp_"*".$$"' EXIT 1 2 3 15
|
||||||
|
echo_info "Development version -- Repository format WILL CHANGE in the future"
|
||||||
|
|
||||||
while read Input
|
while read Input
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue