Merge branch 'master'
* master: Merge some proposed fixes s/SHELL/SHELL_PATH/ in Makefile bisect: remove BISECT_NAMES after done. Documentation: git-ls-files asciidocco. Documentation: git-commit in 1.2.X series defaults to --include. Merge branch 'pb/bisect'
This commit is contained in:
commit
65520c8e50
@ -81,7 +81,7 @@ OPTIONS
|
|||||||
R:: removed/deleted
|
R:: removed/deleted
|
||||||
C:: modified/changed
|
C:: modified/changed
|
||||||
K:: to be killed
|
K:: to be killed
|
||||||
? other
|
?:: other
|
||||||
|
|
||||||
-v::
|
-v::
|
||||||
Similar to `-t`, but use lowercase letters for files
|
Similar to `-t`, but use lowercase letters for files
|
||||||
|
2
Makefile
2
Makefile
@ -67,7 +67,7 @@ all:
|
|||||||
# change being considered an inode change from the update-cache perspective.
|
# change being considered an inode change from the update-cache perspective.
|
||||||
|
|
||||||
GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
|
GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
|
||||||
@$(SHELL) ./GIT-VERSION-GEN
|
@$(SHELL_PATH) ./GIT-VERSION-GEN
|
||||||
-include GIT-VERSION-FILE
|
-include GIT-VERSION-FILE
|
||||||
|
|
||||||
# CFLAGS and LDFLAGS are for the users to override from the command line.
|
# CFLAGS and LDFLAGS are for the users to override from the command line.
|
||||||
|
@ -183,6 +183,7 @@ bisect_reset() {
|
|||||||
rm -fr "$GIT_DIR/refs/bisect"
|
rm -fr "$GIT_DIR/refs/bisect"
|
||||||
rm -f "$GIT_DIR/refs/heads/bisect" "$GIT_DIR/head-name"
|
rm -f "$GIT_DIR/refs/heads/bisect" "$GIT_DIR/head-name"
|
||||||
rm -f "$GIT_DIR/BISECT_LOG"
|
rm -f "$GIT_DIR/BISECT_LOG"
|
||||||
|
rm -f "$GIT_DIR/BISECT_NAMES"
|
||||||
}
|
}
|
||||||
|
|
||||||
bisect_replay () {
|
bisect_replay () {
|
||||||
|
Loading…
Reference in New Issue
Block a user