зеркало из https://github.com/microsoft/git.git
subtree: use "^{commit}" instead of "^0"
They are synonyms. Both are used in the file. ^{commit} is clearer, so "standardize" on that. Signed-off-by: Luke Shumaker <lukeshu@datawire.io> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
22d5507493
Коммит
bbffb02383
|
@ -316,7 +316,7 @@ find_latest_squash () {
|
|||
main="$b"
|
||||
;;
|
||||
git-subtree-split:)
|
||||
sub="$(git rev-parse "$b^0")" ||
|
||||
sub="$(git rev-parse "$b^{commit}")" ||
|
||||
die "could not rev-parse split hash $b from commit $sq"
|
||||
;;
|
||||
END)
|
||||
|
@ -363,7 +363,7 @@ find_existing_splits () {
|
|||
main="$b"
|
||||
;;
|
||||
git-subtree-split:)
|
||||
sub="$(git rev-parse "$b^0")" ||
|
||||
sub="$(git rev-parse "$b^{commit}")" ||
|
||||
die "could not rev-parse split hash $b from commit $sq"
|
||||
;;
|
||||
END)
|
||||
|
|
Загрузка…
Ссылка в новой задаче