aboutsummaryrefslogtreecommitdiffstats
path: root/admin/git-bisect-start
diff options
context:
space:
mode:
authorStefan Kangas2022-12-23 18:21:10 +0100
committerStefan Kangas2022-12-23 18:21:10 +0100
commita5d39e11443fa30c8e8bc58254a1a59550dcd99e (patch)
tree236b714d666b1dbe029452bf8889f61ee2afc375 /admin/git-bisect-start
parent6cf0784a0d6d1fc58a200aa8f8e14cef612cd68b (diff)
downloademacs-a5d39e11443fa30c8e8bc58254a1a59550dcd99e.tar.gz
emacs-a5d39e11443fa30c8e8bc58254a1a59550dcd99e.zip
; Fix typos
Diffstat (limited to 'admin/git-bisect-start')
-rwxr-xr-xadmin/git-bisect-start2
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
71for C in $(cat $0 | grep '^# SKIP-BRANCH ' | sed 's/^# SKIP-BRANCH //') 71for C in $(cat $0 | grep '^# SKIP-BRANCH ' | sed 's/^# SKIP-BRANCH //')
72do 72do