Skip to content

Commit

Permalink
git-gui: Paperbag fix blame in subdirectory
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
spearce committed May 10, 2007
1 parent 76486bb commit 6b3d8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-gui.sh
Expand Up @@ -1611,7 +1611,7 @@ blame {
foreach a $argv {
if {$is_path || [file exists $_prefix$a]} {
if {$path ne {}} usage
set path $a
set path $_prefix$a
break
} elseif {$a eq {--}} {
if {$path ne {}} {
Expand Down

0 comments on commit 6b3d8b9

Please sign in to comment.