From: Shawn O. Pearce Date: Sun, 21 Jan 2007 07:21:45 +0000 (-0500) Subject: git-gui: Allow users to delete branches merged upstream. X-Git-Tag: gitgui-0.6.0~109 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0a25f93cdaee5ef4da67c4b1db2cb06bfc88e84a?hp=0a25f93cdaee5ef4da67c4b1db2cb06bfc88e84a git-gui: Allow users to delete branches merged upstream. Most of the time when you are deleting branches you want to delete those which have been merged into your upstream source. Typically that means it has been merged into the tip commit of some tracking branch, and the current branch (or any other head) doesn't matter. Signed-off-by: Shawn O. Pearce ---