Code

git-gui: Use -M and -C when running blame.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 08:03:29 +0000 (03:03 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 08:03:29 +0000 (03:03 -0500)
commit463ca37b61b0d12aae8949c730bd38cc2149923f
treedcaa27c97091d7bfee440d709c24f582e3ac93c2
parentdb45378165f499dcc4412b4f4b0f4ec5cbc65914
git-gui: Use -M and -C when running blame.

Since we run blame incrementally in the background we might as well get
as much data as we can from the file.  Adding -M and -C definately makes
it take longer to compute the revision annotations, but since they are
streamed in and updated as they are discovered we'll get recent data
almost immediately anyway.

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