mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
Merge branch 'maint'
* maint: Paper bag fix diff invocation in 'git stash show'
This commit is contained in:
commit
7840ce6cb2
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ show_stash () {
|
|||
|
||||
w_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 () {
|
||||
|
|
Loading…
Reference in a new issue