git-gui: Allow specifying an initial line for git gui blame.

Add a command-line option to make git gui blame automatically
scroll to a specific line in the file. Useful for integration
with other tools.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Alexander Gavrilov
2008-08-23 12:32:20 +04:00
committed by Shawn O. Pearce
parent 823f7cf81d
commit f7078b4091
3 changed files with 14 additions and 5 deletions

View File

@ -151,7 +151,7 @@ method _enter {} {
append p [lindex $n 1]
}
append p $name
blame::new $browser_commit $p
blame::new $browser_commit $p {}
}
}
}