index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
bisect--helper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2021-07-14
1
-0
/
+2
*
bisect--helper: use BISECT_TERMS in 'bisect skip' command
Ramsay Jones
2021-04-30
1
-0
/
+1
*
Merge branch 'jk/bisect-peel-tag-fix'
Junio C Hamano
2021-03-19
1
-1
/
+8
|
\
|
*
bisect: peel annotated tags to commits
Jeff King
2021-03-17
1
-1
/
+8
*
|
bisect--helper: retire `--check-and-set-terms` subcommand
Pranit Bauva
2021-02-03
1
-10
/
+0
*
|
bisect--helper: reimplement `bisect_skip` shell function in C
Pranit Bauva
2021-02-03
1
-1
/
+44
*
|
bisect--helper: retire `--bisect-auto-next` subcommand
Pranit Bauva
2021-02-03
1
-10
/
+0
*
|
bisect--helper: use `res` instead of return in BISECT_RESET case option
Pranit Bauva
2021-02-03
1
-1
/
+2
*
|
bisect--helper: retire `--bisect-write` subcommand
Pranit Bauva
2021-02-03
1
-10
/
+0
*
|
bisect--helper: reimplement `bisect_replay` shell function in C
Pranit Bauva
2021-02-03
1
-1
/
+83
*
|
bisect--helper: reimplement `bisect_log` shell function in C
Pranit Bauva
2021-02-03
1
-1
/
+26
|
/
*
Merge branch 'mr/bisect-in-c-3'
Junio C Hamano
2020-11-09
1
-76
/
+111
|
\
|
*
bisect--helper: retire `--bisect-autostart` subcommand
Pranit Bauva
2020-10-16
1
-9
/
+0
|
*
bisect--helper: retire `--write-terms` subcommand
Pranit Bauva
2020-10-16
1
-9
/
+1
|
*
bisect--helper: retire `--check-expected-revs` subcommand
Pranit Bauva
2020-10-16
1
-30
/
+0
|
*
bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
Pranit Bauva
2020-10-16
1
-1
/
+85
|
*
bisect--helper: retire `--next-all` subcommand
Pranit Bauva
2020-10-16
1
-8
/
+1
|
*
bisect--helper: retire `--bisect-clean-state` subcommand
Pranit Bauva
2020-10-16
1
-8
/
+0
|
*
bisect--helper: finish porting `bisect_start()` to C
Pranit Bauva
2020-10-16
1
-14
/
+27
*
|
Merge branch 'mr/bisect-in-c-2'
Junio C Hamano
2020-10-04
1
-11
/
+258
|
\
|
|
*
bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...
Pranit Bauva
2020-09-24
1
-2
/
+178
|
*
bisect--helper: reimplement `bisect_autostart` shell function in C
Pranit Bauva
2020-09-24
1
-1
/
+43
|
*
bisect--helper: introduce new `write_in_file()` function
Miriam Rubio
2020-08-29
1
-7
/
+36
|
*
bisect--helper: use '-res' in 'cmd_bisect__helper' return
Miriam Rubio
2020-08-29
1
-1
/
+1
|
*
bisect--helper: BUG() in cmd_*() on invalid subcommand
Miriam Rubio
2020-08-29
1
-1
/
+1
*
|
Merge branch 'cc/bisect-start-fix'
Junio C Hamano
2020-10-04
1
-7
/
+6
|
\
\
|
*
|
bisect: don't use invalid oid as rev when starting
Christian Couder
2020-09-25
1
-7
/
+6
*
|
|
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-08-18
1
-9
/
+14
|
\
\
|
*
|
bisect: introduce first-parent flag
Aaron Lipman
2020-08-08
1
-1
/
+8
|
*
|
cmd_bisect__helper: defer parsing no-checkout flag
Aaron Lipman
2020-08-08
1
-8
/
+6
*
|
|
Merge branch 'jk/strvec'
Junio C Hamano
2020-08-10
1
-10
/
+10
|
\
\
\
|
*
|
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-2
/
+2
|
*
|
|
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-1
/
+1
|
*
|
|
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-6
/
+6
|
*
|
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
|
|
/
/
*
/
/
bisect: treat BISECT_HEAD as a pseudo ref
Han-Wen Nienhuys
2020-07-10
1
-2
/
+1
|
/
/
*
|
Merge branch 'cb/bisect-helper-parser-fix'
Junio C Hamano
2020-06-09
1
-4
/
+9
|
\
\
|
*
|
bisect--helper: avoid segfault with bad syntax in `start --term-*`
Carlo Marcelo Arenas Belón
2020-05-24
1
-4
/
+9
*
|
|
bisect: libify `check_good_are_ancestors_of_bad` and its dependents
Pranit Bauva
2020-02-19
1
-1
/
+10
*
|
|
bisect--helper: return error codes from `cmd_bisect__helper()`
Pranit Bauva
2020-02-19
1
-1
/
+1
*
|
|
bisect--helper: introduce new `decide_next()` function
Tanushree Tumane
2020-02-19
1
-32
/
+34
*
|
|
bisect--helper: change `retval` to `res`
Tanushree Tumane
2020-02-19
1
-26
/
+26
*
|
|
bisect--helper: convert `vocab_*` char pointers to char arrays
Miriam Rubio
2020-02-19
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge branch 'mr/bisect-save-pointer-to-const-string'
Junio C Hamano
2019-12-25
1
-2
/
+2
|
\
\
|
*
|
bisect--helper: convert `*_warning` char pointers to char arrays.
Tanushree Tumane
2019-12-17
1
-2
/
+2
*
|
|
Merge branch 'mr/bisect-use-after-free'
Junio C Hamano
2019-12-25
1
-3
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bisect--helper: avoid use-after-free
Tanushree Tumane
2019-12-11
1
-3
/
+4
*
|
|
bisect--helper: verify HEAD could be parsed before continuing
Johannes Schindelin
2019-05-28
1
-1
/
+4
|
/
/
*
|
Fix typos in translatable strings for v2.21.0
Jean-Noël Avila
2019-02-11
1
-2
/
+2
[next]