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
/
t1200-push-modified.sh
diff --git
a/t/t1200-push-modified.sh
b/t/t1200-push-modified.sh
index 6ebd0a1333dce2ad78e653c3616a697f7832c7c3..2edc76073c0ecf46b279fa25f5869a757191a300 100755
(executable)
--- a/
t/t1200-push-modified.sh
+++ b/
t/t1200-push-modified.sh
@@
-36,7
+36,7
@@
test_expect_success \
(
cd foo &&
GIT_DIR=../bar/.git git-format-patch --stdout \
(
cd foo &&
GIT_DIR=../bar/.git git-format-patch --stdout \
- $(cd ../bar && stg id
base@master
)..HEAD | git-am -3 -k
+ $(cd ../bar && stg id
master:{base}
)..HEAD | git-am -3 -k
)
'
)
'