Merge some proposed fixes
authorJunio C Hamano <junkio@cox.net>
Tue, 14 Feb 2006 07:34:58 +0000 (23:34 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 14 Feb 2006 07:34:58 +0000 (23:34 -0800)
Conflicts:

Documentation/git-commit.txt - taking the post 1.2.0 semantics.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-ls-files.txt
Makefile
git-bisect.sh

index e433407..fe53412 100644 (file)
@@ -80,7 +80,7 @@ OPTIONS
        R::     removed/deleted
        C::     modified/changed
        K::     to be killed
-       ?       other
+       ?::     other
 
 --full-name::
        When run from a subdirectory, the command usually
index f240e45..d40aa6a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ all:
 # change being considered an inode change from the update-cache perspective.
 
 GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
-       @$(SHELL) ./GIT-VERSION-GEN
+       @$(SHELL_PATH) ./GIT-VERSION-GEN
 -include GIT-VERSION-FILE
 
 # CFLAGS and LDFLAGS are for the users to override from the command line.
index 3c024aa..03df143 100755 (executable)
@@ -183,6 +183,7 @@ bisect_reset() {
        rm -fr "$GIT_DIR/refs/bisect"
        rm -f "$GIT_DIR/refs/heads/bisect" "$GIT_DIR/head-name"
        rm -f "$GIT_DIR/BISECT_LOG"
+       rm -f "$GIT_DIR/BISECT_NAMES"
 }
 
 bisect_replay () {