-
- Downloads
Merge branch 'bp/status-rename-config'
"git status" learned to honor a new status.renames configuration to skip rename detection, which could be useful for those who want to do so without disabling the default rename detection done by the "git diff" command. * bp/status-rename-config: add status config and command line options for rename detection
No related branches found
No related tags found
Showing
- Documentation/config.txt 12 additions, 0 deletionsDocumentation/config.txt
- Documentation/git-status.txt 10 additions, 0 deletionsDocumentation/git-status.txt
- builtin/commit.c 42 additions, 0 deletionsbuiltin/commit.c
- t/t7525-status-rename.sh 113 additions, 0 deletionst/t7525-status-rename.sh
- wt-status.c 12 additions, 0 deletionswt-status.c
- wt-status.h 3 additions, 1 deletionwt-status.h
t/t7525-status-rename.sh
0 → 100755
Please register or sign in to comment