X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=tg-summary.sh;h=af16888c1797db909dbcff7d2ff15c1cf0ec0b28;hp=75ef4e3cc2c5fc77058565245fc737d3bdc21252;hb=7b523289a16c5ae66d36e3d10865594386a59c69;hpb=83d44c01a9494fdd1935012f3bad5ed805c750a3 diff --git a/tg-summary.sh b/tg-summary.sh index 75ef4e3..af16888 100644 --- a/tg-summary.sh +++ b/tg-summary.sh @@ -121,6 +121,9 @@ git for-each-ref refs/top-bases | if ! "$dep_is_tgish" || ! branch_annihilated $dep; then if [ -n "$graphviz" ]; then echo "\"$name\" -> \"$dep\";" + if [ "$name" = "$curname" ] || [ "$dep" = "$curname" ]; then + echo "\"$curname\" [style=filled,fillcolor=yellow];" + fi else echo "$name $dep" >&4 fi