Skip to content

Commit 6a9b879

Browse files
author
Junio C Hamano
committed
Merge some proposed fixes
Conflicts: Documentation/git-commit.txt - taking the post 1.2.0 semantics. Signed-off-by: Junio C Hamano <junkio@cox.net>
2 parents 057f98e + 3654638 commit 6a9b879

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Documentation/git-ls-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ all:
6767
# change being considered an inode change from the update-cache perspective.
6868

6969
GIT-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.

git-bisect.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

188189
bisect_replay () {

0 commit comments

Comments
 (0)