DescriptionOffer empty branches for deletion & provide upstream distances
Empty branch output:
# Empty branches
git branch -D ipc2 # Empty.
git branch -D m3 # Empty.
Empty branches that have origin/* as upstream will not be considered for deletion.
Provide distance from upstream in output, i.e.
# Branch gypi-own - [master: ahead 1, behind 281]
# Branch m2 - [master: ahead 1]
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=196249
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 5 (0 generated)
|