Skip to content

Commit

Permalink
Merge branch 'js/maint-am-skip-performance-regression' into maint
Browse files Browse the repository at this point in the history
* js/maint-am-skip-performance-regression:
  am --skip/--abort: merge HEAD/ORIG_HEAD tree into index
  • Loading branch information
Junio C Hamano committed Sep 17, 2015
2 parents 27ea6f8 + b9d6689 commit 02dad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-am.sh
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ then
git read-tree --reset -u $head_tree $head_tree &&
index_tree=$(git write-tree) &&
git read-tree -m -u $index_tree $head_tree
git read-tree $head_tree
git read-tree -m $head_tree
;;
,t)
if test -f "$dotest/rebasing"
Expand Down

0 comments on commit 02dad26

Please sign in to comment.