external protocol VERSION 2
Support VERSION 2 in the external special remote protocol, which is identical to VERSION 1, but avoids external remote programs neededing to work around the above bug. External remote program that support exporttree=yes are recommended to be updated to send VERSION 2. Sponsored-by: Kevin Mueller on Patreon
This commit is contained in:
parent
82c65b7951
commit
18d326cb6f
11 changed files with 80 additions and 73 deletions
2
doc/special_remotes/external/example.sh
vendored
2
doc/special_remotes/external/example.sh
vendored
|
@ -150,7 +150,7 @@ doremove () {
|
|||
}
|
||||
|
||||
# This has to come first, to get the protocol started.
|
||||
echo VERSION 1
|
||||
echo VERSION 2
|
||||
|
||||
while read line; do
|
||||
set -- $line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue