Signed-off-by: Yann Dirson <ydirson@xxxxxxxxxx> --- contrib/stg-whatchanged | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/stg-whatchanged b/contrib/stg-whatchanged index f80d0a1..d5b6965 100755 --- 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" - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html