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.
This commit is contained in:
parent
eb4b324542
commit
b6cd6f7138
2 changed files with 2 additions and 5 deletions
|
@ -21,10 +21,7 @@ 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:: This is a development version -- Repository format WILL change
|
.. NOTE:: This is a development version -- Repository format MAY 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
|
Quickstart
|
||||||
..........
|
..........
|
||||||
|
|
|
@ -745,7 +745,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"
|
echo_info "Development version -- Repository format MAY CHANGE"
|
||||||
|
|
||||||
while read Input
|
while read Input
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue