X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=tg-info.sh;h=6c00d83b8804c2788665d17cc977ccf42dc556a8;hp=f5502db9ac507a8a2db841ba2818429eb8aa5fff;hb=cb7fbe721149d70d5f8eb3ca50b46585db07f314;hpb=a8d65d218c971d013e294be03e123114093f4e74 diff --git a/tg-info.sh b/tg-info.sh index f5502db..6c00d83 100644 --- a/tg-info.sh +++ b/tg-info.sh @@ -44,6 +44,8 @@ if has_remote "$name"; then echo "* Local base is out of date wrt. the remote base." branch_contains "$name" "refs/remotes/$base_remote/$name" || echo "* Local head is out of date wrt. the remote head." + branch_contains "refs/remotes/$base_remote/$name" "$name" || + echo "* Local head is ahead of the remote head." fi git cat-file blob "$name:.topdeps" |