git-gui: Add a special diff popup menu for submodules
commit25476c63e7d3357f955b44dd6a7c825aba819987
authorJens Lehmann <Jens.Lehmann@web.de>
Sat, 2 Jan 2010 16:58:49 +0000 (2 17:58 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 23 Jan 2010 23:14:15 +0000 (23 15:14 -0800)
treee415f2adf35ca06d2a69baf56c8fedf1a60f2d9e
parenta9ae14a1c50a9b5bd051be629dba0fb04b6fd67a
git-gui: Add a special diff popup menu for submodules

To make it easier for users to deal with submodules, a special diff
popup menu has been added for submodules. The "Show Less Context"
and "Show More Context" entries have been removed, as they don't make
any sense for a submodule summary. Four new entries are added to the
top of the popup menu to gain access to more detailed information
about the changes in a submodule than the plain summary does offer.

These are:
- "Visualize These Changes In The Submodule"
  starts gitk showing the selected commit range

- "Visualize These Changes In The Submodule"
  starts gitk showing the whole submodule history of the current branch

- "Visualize All Branch History In The Submodule"
  starts gitk --all in the submodule

- "Start git gui In The Submodule"
  guess what :-)

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh