зеркало из https://github.com/microsoft/git.git
Merge branch 'maint'
* maint: Paper bag fix diff invocation in 'git stash show'
This commit is contained in:
Коммит
7840ce6cb2
|
@ -110,7 +110,7 @@ show_stash () {
|
||||||
|
|
||||||
w_commit=$(git rev-parse --verify "$s") &&
|
w_commit=$(git rev-parse --verify "$s") &&
|
||||||
b_commit=$(git rev-parse --verify "$s^") &&
|
b_commit=$(git rev-parse --verify "$s^") &&
|
||||||
git diff-tree $flags $b_commit $w_commit
|
git diff $flags $b_commit $w_commit
|
||||||
}
|
}
|
||||||
|
|
||||||
apply_stash () {
|
apply_stash () {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче