Skip to content

Commit

Permalink
Merge branch 'sb/t6031-typofix'
Browse files Browse the repository at this point in the history
* sb/t6031-typofix:
  t6031-test-merge-recursive: do not forget to add file to be committed
  • Loading branch information
Junio C Hamano committed Sep 29, 2014
2 parents 4d4dc66 + 8c3419b commit 12ba0e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t6031-merge-recursive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test_expect_success 'mode change in one branch: keep changed version' '
git commit -m a &&
git checkout -b b1 master &&
test_chmod +x file1 &&
git add file1 &&
git commit -m b1 &&
git checkout a1 &&
git merge-recursive master -- a1 b1 &&
Expand Down

0 comments on commit 12ba0e7

Please sign in to comment.