File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ OPTIONS
8080 R:: removed/deleted
8181 C:: modified/changed
8282 K:: to be killed
83- ? other
83+ ?:: other
8484
8585--full-name::
8686 When run from a subdirectory, the command usually
Original file line number Diff line number Diff line change 6767# change being considered an inode change from the update-cache perspective.
6868
6969GIT-VERSION-FILE : .FORCE-GIT-VERSION-FILE
70- @$(SHELL ) ./GIT-VERSION-GEN
70+ @$(SHELL_PATH ) ./GIT-VERSION-GEN
7171-include GIT-VERSION-FILE
7272
7373# CFLAGS and LDFLAGS are for the users to override from the command line.
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ bisect_reset() {
183183 rm -fr " $GIT_DIR /refs/bisect"
184184 rm -f " $GIT_DIR /refs/heads/bisect" " $GIT_DIR /head-name"
185185 rm -f " $GIT_DIR /BISECT_LOG"
186+ rm -f " $GIT_DIR /BISECT_NAMES"
186187}
187188
188189bisect_replay () {
You can’t perform that action at this time.
0 commit comments