chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't use the dashed for of git commands
[stgit]
/
t
/
t1201-pull-trailing.sh
diff --git
a/t/t1201-pull-trailing.sh
b/t/t1201-pull-trailing.sh
index 46d9f825479c75608c99ad987e39c208e8459aa9..805e805c9cd34e231a711f899a9a2d2b38b0e806 100755
(executable)
--- a/
t/t1201-pull-trailing.sh
+++ b/
t/t1201-pull-trailing.sh
@@
-29,9
+29,9
@@
test_expect_success \
test_expect_success \
'Port those patches to orig tree' \
'(cd foo &&
- GIT_DIR=../bar/.git git
-
format-patch --stdout \
+ GIT_DIR=../bar/.git git
format-patch --stdout \
$(cd ../bar && stg id base@master)..HEAD |
- git
-
am -3 -k
+ git
am -3 -k
)
'