git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] git-bisect: remove no longer needed variables
@ 2020-05-21 16:34 Carlo Marcelo Arenas Belón
  2020-05-21 16:57 ` Carlo Marcelo Arenas Belón
  0 siblings, 1 reply; 2+ messages in thread
From: Carlo Marcelo Arenas Belón @ 2020-05-21 16:34 UTC (permalink / raw)
  To: git; +Cc: mirucam, Carlo Marcelo Arenas Belón

With the original functionality moved to bisect--helper there is no need
for them in git-bisect.sh anymore.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
---
 git-bisect.sh | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/git-bisect.sh b/git-bisect.sh
index 2da0810b1a..d6debcbb87 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -1,41 +1,7 @@
 #!/bin/sh
 
-USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|log|run]'
-LONG_USAGE='git bisect help
-	print this long help message.
-git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
-		 [--no-checkout] [<bad> [<good>...]] [--] [<pathspec>...]
-	reset bisect state and start bisection.
-git bisect (bad|new) [<rev>]
-	mark <rev> a known-bad revision/
-		a revision after change in a given property.
-git bisect (good|old) [<rev>...]
-	mark <rev>... known-good revisions/
-		revisions before change in a given property.
-git bisect terms [--term-good | --term-bad]
-	show the terms used for old and new commits (default: bad, good)
-git bisect skip [(<rev>|<range>)...]
-	mark <rev>... untestable revisions.
-git bisect next
-	find next bisection to test and check it out.
-git bisect reset [<commit>]
-	finish bisection search and go back to commit.
-git bisect (visualize|view)
-	show bisect status in gitk.
-git bisect replay <logfile>
-	replay bisection log.
-git bisect log
-	show bisect log.
-git bisect run <cmd>...
-	use <cmd>... to automatically bisect.
-
-Please use "git help bisect" to get the full man page.'
-
-OPTIONS_SPEC=
 . git-sh-setup
 
-_x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]'
-_x40="$_x40$_x40$_x40$_x40$_x40$_x40$_x40$_x40"
 TERM_BAD=bad
 TERM_GOOD=good
 

base-commit: 011eca7cfdb7f13ee285c00dfe9ea576ec1166a7
-- 
2.27.0.rc1.181.g8d5cacc8d1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] git-bisect: remove no longer needed variables
  2020-05-21 16:34 [PATCH] git-bisect: remove no longer needed variables Carlo Marcelo Arenas Belón
@ 2020-05-21 16:57 ` Carlo Marcelo Arenas Belón
  0 siblings, 0 replies; 2+ messages in thread
From: Carlo Marcelo Arenas Belón @ 2020-05-21 16:57 UTC (permalink / raw)
  To: git; +Cc: mirucam

On Thu, May 21, 2020 at 09:34:49AM -0700, Carlo Marcelo Arenas Belón wrote:
> With the original functionality moved to bisect--helper there is no need
> for them in git-bisect.sh anymore.

them, really only being _x40, which was retired with 06f5608c14
(bisect--helper: `bisect_start` shell function partially in C, 2019-01-02)

with the rest obviously still in use for `git bisect help` to anyone that
would bother trying to run the script before hitting `git send-email`; sorry
for the noise

Carlo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-21 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-21 16:34 [PATCH] git-bisect: remove no longer needed variables Carlo Marcelo Arenas Belón
2020-05-21 16:57 ` Carlo Marcelo Arenas Belón

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).