diff options
Diffstat (limited to 'admin/git-bisect-start')
| -rwxr-xr-x | admin/git-bisect-start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/git-bisect-start b/admin/git-bisect-start index 945d4901c1b..227ea0ba059 100755 --- a/admin/git-bisect-start +++ b/admin/git-bisect-start | |||
| @@ -66,7 +66,7 @@ $REAL_GIT bisect start "$@" | |||
| 66 | ## already on master. In other words, it is the parent of the merge | 66 | ## already on master. In other words, it is the parent of the merge |
| 67 | ## commit for which 'git rev-list --max-parents=0 <commit>' does not | 67 | ## commit for which 'git rev-list --max-parents=0 <commit>' does not |
| 68 | ## include ce5584125c44a1a2fbb46e810459c50b227a95e2 (which is the root | 68 | ## include ce5584125c44a1a2fbb46e810459c50b227a95e2 (which is the root |
| 69 | ## commit of the Emacs respository). | 69 | ## commit of the Emacs repository). |
| 70 | 70 | ||
| 71 | for C in $(cat $0 | grep '^# SKIP-BRANCH ' | sed 's/^# SKIP-BRANCH //') | 71 | for C in $(cat $0 | grep '^# SKIP-BRANCH ' | sed 's/^# SKIP-BRANCH //') |
| 72 | do | 72 | do |