git-gui: Simplify printing of index info to update-index.
commit31a8d1968ed12c0b98c1c34d789a66f54ecbbc13
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 04:35:39 +0000 (20 23:35 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:24 +0000 (21 02:54 -0500)
tree5c3060a59c7bc3a134caeef8440db20f2111305a
parentb4b491e388627b75ed3aee5dc60e4199eae7b362
git-gui: Simplify printing of index info to update-index.

During unstaging we can simplify the way we perform the output by
combining our four puts into a single call.

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