index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
bisect--helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-06
Merge branch 'ac/usage-string-fixups'
Junio C Hamano
1
-1
/
+1
2022-03-06
Merge branch 'rs/bisect-executable-not-found'
Junio C Hamano
1
-13
/
+74
2022-02-23
amend remaining usage strings according to style guide
Abhradeep Chakraborty
1
-1
/
+1
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
1
-3
/
+3
2022-01-19
bisect--helper: double-check run command on exit code 126 and 127
René Scharfe
1
-0
/
+63
2022-01-18
bisect--helper: release strbuf and strvec on run error
René Scharfe
1
-8
/
+10
2022-01-18
bisect--helper: report actual bisect_state() argument on error
René Scharfe
1
-5
/
+1
2021-10-01
bisect--helper: add space between colon and following sentence
Bagas Sanjaya
1
-1
/
+1
2021-09-13
bisect--helper: retire `--bisect-next-check` subcommand
Miriam Rubio
1
-7
/
+0
2021-09-13
bisect--helper: reimplement `bisect_run` shell function in C
Tanushree Tumane
1
-0
/
+105
2021-09-13
bisect--helper: reimplement `bisect_visualize()` shell function in C
Pranit Bauva
1
-1
/
+47
2021-07-13
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-04-30
bisect--helper: use BISECT_TERMS in 'bisect skip' command
Ramsay Jones
1
-0
/
+1
2021-03-19
Merge branch 'jk/bisect-peel-tag-fix'
Junio C Hamano
1
-1
/
+8
2021-03-17
bisect: peel annotated tags to commits
Jeff King
1
-1
/
+8
2021-02-03
bisect--helper: retire `--check-and-set-terms` subcommand
Pranit Bauva
1
-10
/
+0
2021-02-03
bisect--helper: reimplement `bisect_skip` shell function in C
Pranit Bauva
1
-1
/
+44
2021-02-03
bisect--helper: retire `--bisect-auto-next` subcommand
Pranit Bauva
1
-10
/
+0
2021-02-03
bisect--helper: use `res` instead of return in BISECT_RESET case option
Pranit Bauva
1
-1
/
+2
2021-02-03
bisect--helper: retire `--bisect-write` subcommand
Pranit Bauva
1
-10
/
+0
2021-02-03
bisect--helper: reimplement `bisect_replay` shell function in C
Pranit Bauva
1
-1
/
+83
2021-02-03
bisect--helper: reimplement `bisect_log` shell function in C
Pranit Bauva
1
-1
/
+26
2020-11-09
Merge branch 'mr/bisect-in-c-3'
Junio C Hamano
1
-76
/
+111
2020-10-16
bisect--helper: retire `--bisect-autostart` subcommand
Pranit Bauva
1
-9
/
+0
2020-10-16
bisect--helper: retire `--write-terms` subcommand
Pranit Bauva
1
-9
/
+1
2020-10-16
bisect--helper: retire `--check-expected-revs` subcommand
Pranit Bauva
1
-30
/
+0
2020-10-16
bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
Pranit Bauva
1
-1
/
+85
2020-10-16
bisect--helper: retire `--next-all` subcommand
Pranit Bauva
1
-8
/
+1
2020-10-16
bisect--helper: retire `--bisect-clean-state` subcommand
Pranit Bauva
1
-8
/
+0
2020-10-16
bisect--helper: finish porting `bisect_start()` to C
Pranit Bauva
1
-14
/
+27
2020-10-04
Merge branch 'mr/bisect-in-c-2'
Junio C Hamano
1
-11
/
+258
2020-10-04
Merge branch 'cc/bisect-start-fix'
Junio C Hamano
1
-7
/
+6
2020-09-25
bisect: don't use invalid oid as rev when starting
Christian Couder
1
-7
/
+6
2020-09-24
bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...
Pranit Bauva
1
-2
/
+178
2020-09-24
bisect--helper: reimplement `bisect_autostart` shell function in C
Pranit Bauva
1
-1
/
+43
2020-08-28
bisect--helper: introduce new `write_in_file()` function
Miriam Rubio
1
-7
/
+36
2020-08-28
bisect--helper: use '-res' in 'cmd_bisect__helper' return
Miriam Rubio
1
-1
/
+1
2020-08-28
bisect--helper: BUG() in cmd_*() on invalid subcommand
Miriam Rubio
1
-1
/
+1
2020-08-28
bisect: swap command-line options in documentation
Hugo Locurcio
1
-1
/
+1
2020-08-17
Merge branch 'al/bisect-first-parent'
Junio C Hamano
1
-9
/
+14
2020-08-10
Merge branch 'jk/strvec'
Junio C Hamano
1
-10
/
+10
2020-08-07
bisect: introduce first-parent flag
Aaron Lipman
1
-1
/
+8
2020-08-07
cmd_bisect__helper: defer parsing no-checkout flag
Aaron Lipman
1
-8
/
+6
2020-07-30
strvec: rename struct fields
Jeff King
1
-2
/
+2
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-1
/
+1
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
1
-6
/
+6
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-07-10
bisect: treat BISECT_HEAD as a pseudo ref
Han-Wen Nienhuys
1
-2
/
+1
2020-06-08
Merge branch 'cb/bisect-helper-parser-fix'
Junio C Hamano
1
-4
/
+9
2020-05-24
bisect--helper: avoid segfault with bad syntax in `start --term-*`
Carlo Marcelo Arenas Belón
1
-4
/
+9
[next]