mirror of
https://github.com/git/git.git
synced 2026-06-14 15:37:30 +02:00
c6127856eb318157121b0aeab150c074e9eeb3de
I think it was Andy Parkins who pointed out that git gui blame HEAD f does not work if f is in a subdirectory and we are currently running git-gui within that subdirectory. This is happening because we did not take the user's prefix into account when we computed the file path in the repository. We now assume the prefix as returned by rev-parse --show-prefix is valid and we use that during the command line blame subcommand when we apply the parameters. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Description
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
583 MiB
Languages
C
50%
Shell
39.4%
Perl
4.3%
Tcl
3.1%
Python
0.8%
Other
2.2%