summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-11-06 10:50:02 +0100
committerJunio C Hamano <gitster@pobox.com>2007-11-06 10:50:02 +0100
commit8f321a39257a06db014a3b6ae5dce839821cdb16 (patch)
treebdae79f6e99d8db7ded12228cec8b3fe37d9ad9f /git-bisect.sh
parentMigrate git-repack.sh to use git-rev-parse --parseopt (diff)
downloadgit-8f321a39257a06db014a3b6ae5dce839821cdb16.tar.xz
git-8f321a39257a06db014a3b6ae5dce839821cdb16.zip
scripts: Add placeholders for OPTIONS_SPEC
--text follows this line-- These commands currently lack OPTIONS_SPEC; allow people to easily list with "git grep 'OPTIONS_SPEC=$'" what they can help improving. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-xgit-bisect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index b74f44df60..c18bd32bf4 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -22,6 +22,7 @@ git bisect log
git bisect run <cmd>...
use <cmd>... to automatically bisect.'
+OPTIONS_SPEC=
. git-sh-setup
require_work_tree