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
/
t1200-push-modified.sh
diff --git
a/t/t1200-push-modified.sh
b/t/t1200-push-modified.sh
index cfec6960a29fba3793fdd1d57f2923893bfcab2c..647c20063b4ef49d18700ddef0739c61f133df58 100755
(executable)
--- a/
t/t1200-push-modified.sh
+++ b/
t/t1200-push-modified.sh
@@
-35,8
+35,8
@@
test_expect_success \
'Port those patches to orig tree' '
(
cd foo &&
'Port those patches to orig tree' '
(
cd foo &&
- GIT_DIR=../bar/.git git
-
format-patch --stdout \
- $(cd ../bar && stg id base@master)..HEAD | git
-
am -3 -k
+ GIT_DIR=../bar/.git git
format-patch --stdout \
+ $(cd ../bar && stg id base@master)..HEAD | git
am -3 -k
)
'
)
'