Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  Paper bag fix diff invocation in 'git stash show'
  • Loading branch information
Shawn O. Pearce committed Oct 19, 2007
2 parents f5bf6fe + e7187e4 commit 7840ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-stash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 7840ce6

Please sign in to comment.