projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
config: always parse GIT_CONFIG_PARAMETERS during git_config
[git]
/
t
/
t0023-crlf-am.sh
diff --git
a/t/t0023-crlf-am.sh
b/t/t0023-crlf-am.sh
index
6f8a434
..
aaed725
100755
(executable)
--- a/
t/t0023-crlf-am.sh
+++ b/
t/t0023-crlf-am.sh
@@
-36,7
+36,7
@@
test_expect_success 'setup' '
test_expect_success 'am' '
- git am -
-binary -
3 <patchfile &&
+ git am -3 <patchfile &&
git diff-files --name-status --exit-code
'