72 Commits (2acf4cf0010379f10b39eba1fb4e0868a5ba4114)

Author SHA1 Message Date
Bagas Sanjaya 273c9c5777 bisect--helper: add space between colon and following sentence 3 years ago
Miriam Rubio 911aba1420 bisect--helper: retire `--bisect-next-check` subcommand 4 years ago
Tanushree Tumane d1bbbe45df bisect--helper: reimplement `bisect_run` shell function in C 4 years ago
Pranit Bauva 5e1f28d206 bisect--helper: reimplement `bisect_visualize()` shell function in C 4 years ago
Ævar Arnfjörð Bjarmason 48ca53cac4 *.c static functions: add missing __attribute__((format)) 4 years ago
Ramsay Jones 4cd66e7d6b bisect--helper: use BISECT_TERMS in 'bisect skip' command 4 years ago
Jeff King 7730f85594 bisect: peel annotated tags to commits 4 years ago
Pranit Bauva 97b8294474 bisect--helper: retire `--check-and-set-terms` subcommand 4 years ago
Pranit Bauva e4c7b33747 bisect--helper: reimplement `bisect_skip` shell function in C 4 years ago
Pranit Bauva 9feea34810 bisect--helper: retire `--bisect-auto-next` subcommand 4 years ago
Pranit Bauva b7a6f163d6 bisect--helper: use `res` instead of return in BISECT_RESET case option 4 years ago
Pranit Bauva 68efed8c8a bisect--helper: retire `--bisect-write` subcommand 4 years ago
Pranit Bauva 2b1fd947f6 bisect--helper: reimplement `bisect_replay` shell function in C 4 years ago
Pranit Bauva 97d5ba6a39 bisect--helper: reimplement `bisect_log` shell function in C 4 years ago
Pranit Bauva b0f6494f70 bisect--helper: retire `--bisect-autostart` subcommand 4 years ago
Pranit Bauva 5c517fe345 bisect--helper: retire `--write-terms` subcommand 4 years ago
Pranit Bauva 9b437b056d bisect--helper: retire `--check-expected-revs` subcommand 4 years ago
Pranit Bauva 27257bc466 bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C 4 years ago
Pranit Bauva 04774b4e70 bisect--helper: retire `--next-all` subcommand 4 years ago
Pranit Bauva e4396072e7 bisect--helper: retire `--bisect-clean-state` subcommand 4 years ago
Pranit Bauva 88ad372fc0 bisect--helper: finish porting `bisect_start()` to C 4 years ago
Christian Couder 73c6de06af bisect: don't use invalid oid as rev when starting 4 years ago
Pranit Bauva 517ecb3161 bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C 5 years ago
Pranit Bauva 09535f056b bisect--helper: reimplement `bisect_autostart` shell function in C 5 years ago
Miriam Rubio 7b4de74b5d bisect--helper: introduce new `write_in_file()` function 5 years ago
Miriam Rubio 30276765c1 bisect--helper: use '-res' in 'cmd_bisect__helper' return 5 years ago
Miriam Rubio ef5aef5ee0 bisect--helper: BUG() in cmd_*() on invalid subcommand 5 years ago
Hugo Locurcio ef4d9f8a32 bisect: swap command-line options in documentation 5 years ago
Aaron Lipman e8861ffc20 bisect: introduce first-parent flag 5 years ago
Aaron Lipman be5fe2000d cmd_bisect__helper: defer parsing no-checkout flag 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Han-Wen Nienhuys de966e39a8 bisect: treat BISECT_HEAD as a pseudo ref 5 years ago
Carlo Marcelo Arenas Belón 4d9005ff5d bisect--helper: avoid segfault with bad syntax in `start --term-*` 5 years ago
Pranit Bauva 45b6370812 bisect: libify `check_good_are_ancestors_of_bad` and its dependents 5 years ago
Pranit Bauva 7613ec594a bisect--helper: return error codes from `cmd_bisect__helper()` 5 years ago
Tanushree Tumane bfacfce7d9 bisect--helper: introduce new `decide_next()` function 5 years ago
Tanushree Tumane 292731c4c2 bisect--helper: change `retval` to `res` 5 years ago
Miriam Rubio 16538bfd2c bisect--helper: convert `vocab_*` char pointers to char arrays 5 years ago
Tanushree Tumane 7c5cea7242 bisect--helper: convert `*_warning` char pointers to char arrays. 5 years ago
Tanushree Tumane 51a0a4ed95 bisect--helper: avoid use-after-free 5 years ago
Johannes Schindelin 7877ac3d7b bisect--helper: verify HEAD could be parsed before continuing 6 years ago
Jean-Noël Avila 32ceace39f Fix typos in translatable strings for v2.21.0 6 years ago
Pranit Bauva 06f5608c14 bisect--helper: `bisect_start` shell function partially in C 6 years ago
Pranit Bauva 450ebb7359 bisect--helper: `get_terms` & `bisect_terms` shell function in C 6 years ago
Pranit Bauva 129a6cf344 bisect--helper: `bisect_next_check` shell function in C 6 years ago
Pranit Bauva 4fbdbd5bff bisect--helper: `check_and_set_terms` shell function in C 6 years ago
Pranit Bauva 0f30233a11 bisect--helper: `bisect_write` shell function in C 6 years ago