index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-bisect.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mr/bisect-in-c-4'
Junio C Hamano
2021-09-23
1
-85
/
+2
|
\
|
*
bisect--helper: reimplement `bisect_run` shell function in C
Tanushree Tumane
2021-09-13
1
-61
/
+1
|
*
bisect--helper: reimplement `bisect_visualize()` shell function in C
Pranit Bauva
2021-09-13
1
-24
/
+1
*
|
git-bisect: remove unused SHA-1 $x40 shell variable
Ævar Arnfjörð Bjarmason
2021-09-13
1
-2
/
+0
|
/
*
bisect--helper: reimplement `bisect_skip` shell function in C
Pranit Bauva
2021-02-03
1
-16
/
+1
*
bisect--helper: reimplement `bisect_replay` shell function in C
Pranit Bauva
2021-02-03
1
-33
/
+1
*
bisect--helper: reimplement `bisect_log` shell function in C
Pranit Bauva
2021-02-03
1
-6
/
+1
*
Merge branch 'mr/bisect-in-c-3'
Junio C Hamano
2020-11-09
1
-75
/
+6
|
\
|
*
bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
Pranit Bauva
2020-10-16
1
-51
/
+4
|
*
bisect--helper: finish porting `bisect_start()` to C
Pranit Bauva
2020-10-16
1
-24
/
+2
*
|
Merge branch 'mr/bisect-in-c-2'
Junio C Hamano
2020-10-04
1
-65
/
+5
|
\
|
|
*
bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...
Pranit Bauva
2020-09-24
1
-43
/
+4
|
*
bisect--helper: reimplement `bisect_autostart` shell function in C
Pranit Bauva
2020-09-24
1
-23
/
+2
*
|
Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'
Junio C Hamano
2020-09-03
1
-1
/
+1
|
\
\
|
*
|
bisect: swap command-line options in documentation
Hugo Locurcio
2020-08-28
1
-1
/
+1
|
|
/
*
|
Merge branch 'al/bisect-first-parent'
Junio C Hamano
2020-09-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
bisect: add first-parent option to documentation
Aaron Lipman
2020-08-22
1
-1
/
+1
*
|
Merge branch 'al/bisect-first-parent'
Junio C Hamano
2020-08-18
1
-1
/
+1
|
\
|
|
*
cmd_bisect__helper: defer parsing no-checkout flag
Aaron Lipman
2020-08-08
1
-1
/
+1
*
|
bisect: treat BISECT_HEAD as a pseudo ref
Han-Wen Nienhuys
2020-07-10
1
-2
/
+2
|
/
*
bisect: avoid tailing CR characters from revision in replay
Carlo Marcelo Arenas Belón
2020-05-20
1
-2
/
+2
*
bisect: allow CRLF line endings in "git bisect replay" input
Christopher Warrington
2020-05-08
1
-0
/
+2
*
bisect--helper: `bisect_start` shell function partially in C
Pranit Bauva
2019-01-02
1
-130
/
+2
*
bisect--helper: `get_terms` & `bisect_terms` shell function in C
Pranit Bauva
2019-01-02
1
-33
/
+2
*
bisect--helper: `bisect_next_check` shell function in C
Pranit Bauva
2019-01-02
1
-56
/
+4
*
bisect--helper: `check_and_set_terms` shell function in C
Pranit Bauva
2019-01-02
1
-32
/
+4
*
bisect--helper: `bisect_write` shell function in C
Pranit Bauva
2019-01-02
1
-21
/
+4
*
bisect--helper: `bisect_reset` shell function in C
Pranit Bauva
2019-01-02
1
-26
/
+2
*
Merge branch 'sb/bisect-run-empty'
Junio C Hamano
2017-11-15
1
-0
/
+2
|
\
|
*
bisect run: die if no command is given
Stephan Beyer
2017-11-13
1
-0
/
+2
*
|
bisect: mention "view" as an alternative to "visualize"
Robert P. J. Day
2017-11-13
1
-2
/
+2
|
/
*
bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C
Pranit Bauva
2017-10-06
1
-18
/
+2
*
bisect--helper: `bisect_clean_state` shell function in C
Pranit Bauva
2017-10-06
1
-23
/
+3
*
bisect--helper: `write_terms` shell function in C
Pranit Bauva
2017-10-06
1
-15
/
+7
*
bisect--helper: rewrite `check_term_format` shell function in C
Pranit Bauva
2017-10-06
1
-29
/
+2
*
i18n: unmark die messages for translation
Vasco Almeida
2016-06-18
1
-1
/
+1
*
i18n: git-sh-setup.sh: mark strings for translation
Vasco Almeida
2016-06-18
1
-1
/
+0
*
i18n: bisect: simplify error message for i18n
Vasco Almeida
2016-06-18
1
-2
/
+3
*
bisect: allow setting any user-specified in 'git bisect start'
Matthieu Moy
2015-08-03
1
-1
/
+20
*
bisect: add 'git bisect terms' to view the current terms
Matthieu Moy
2015-08-03
1
-1
/
+38
*
bisect: add the terms old/new
Antoine Delaite
2015-08-03
1
-9
/
+17
*
bisect: sanity check on terms
Matthieu Moy
2015-08-03
1
-0
/
+33
*
bisect: don't mix option parsing and non-trivial code
Matthieu Moy
2015-08-03
1
-13
/
+17
*
bisect: simplify the addition of new bisect terms
Antoine Delaite
2015-08-03
1
-8
/
+71
*
bisect: replace hardcoded "bad|good" by variables
Antoine Delaite
2015-06-29
1
-26
/
+31
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-1
/
+1
*
bisect: parse revs before passing them to check_expected_revs()
Christian Couder
2014-12-29
1
-4
/
+7
*
grammofix in user-facing messages
Alex Henrie
2014-09-02
1
-2
/
+2
*
git-bisect.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
2014-06-09
1
-1
/
+1
*
git-bisect.sh: fix a few style issues
Jacopo Notarstefano
2014-03-04
1
-4
/
+4
[next]