chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ec6ed33
)
Fixed typo in contrib/stg-whatchanged.
author
Yann Dirson
<ydirson@altern.org>
Wed, 6 Jun 2007 22:01:52 +0000
(
00:01
+0200)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Thu, 7 Jun 2007 21:52:41 +0000
(22:52 +0100)
Signed-off-by: Yann Dirson <ydirson@altern.org>
contrib/stg-whatchanged
patch
|
blob
|
blame
|
history
diff --git
a/contrib/stg-whatchanged
b/contrib/stg-whatchanged
index f80d0a1a191f3a1ac38a85167e474431114fc217..d5b6965ccef8f2e620642fe754fd7771561cd282 100755
(executable)
--- a/
contrib/stg-whatchanged
+++ b/
contrib/stg-whatchanged
@@
-23,7
+23,7
@@
fi
# Merges via "push" leave top=bottom so we must look at old patch
# in this case (unlike, eg., "pick --fold")
-patchdir="$(git-rev-parse --git-dir)/patches/$(stg branch)/$(stg top)"
+patchdir="$(git-rev-parse --git-dir)/patches/$(stg branch)/
patches/
$(stg top)"
if [ $(cat "$patchdir/bottom") = $(cat "$patchdir/top") ];
then
current_cmd="stg show //top.old"