chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement a new patch identification scheme and id command
[stgit]
/
t
/
t1201-pull-trailing.sh
diff --git
a/t/t1201-pull-trailing.sh
b/t/t1201-pull-trailing.sh
index 9d70fe02fcd499ae0c52602bb21a5af0ec18e47c..8a748737b4cab3b66ef3dffec18035645a8dd45d 100755
(executable)
--- a/
t/t1201-pull-trailing.sh
+++ b/
t/t1201-pull-trailing.sh
@@
-30,7
+30,7
@@
test_expect_success \
'Port those patches to orig tree' \
'(cd foo &&
GIT_DIR=../bar/.git git-format-patch --stdout \
- $(cd ../bar && stg id
base@master
)..HEAD |
+ $(cd ../bar && stg id
master:{base}
)..HEAD |
git-am -3 -k
)
'