Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information