https://github.com/git/git
Revision a0db0d61fbc447f13cb0aadf01c83eb193b22dc9 authored by Shawn O. Pearce on 09 May 2007, 02:48:47 UTC, committed by Shawn O. Pearce on 09 May 2007, 02:48:47 UTC
If the user doesn't give us a revision parameter to our blame
subcommand then we can generate blame against the working tree
file by passing the file path off to blame with the --contents
argument.  In this case we cannot obtain the contents of the
file from the ODB; instead we must obtain the contents by
reading the working directory file as-is.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 3e45ee1
History
Tip revision: a0db0d61fbc447f13cb0aadf01c83eb193b22dc9 authored by Shawn O. Pearce on 09 May 2007, 02:48:47 UTC
git-gui: Generate blame on uncommitted working tree file
Tip revision: a0db0d6
File Mode Size
lib
.gitignore -rw-r--r-- 62 bytes
GIT-VERSION-GEN -rwxr-xr-x 1.8 KB
Makefile -rw-r--r-- 2.7 KB
git-gui.sh -rwxr-xr-x 55.1 KB

back to top