169 Commits (33226af42b8fbdc7551a56753123385a5ee079fa)

Author SHA1 Message Date
Pranit Bauva 517ecb3161 bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C 4 years ago
Pranit Bauva 09535f056b bisect--helper: reimplement `bisect_autostart` shell function in C 4 years ago
Hugo Locurcio ef4d9f8a32 bisect: swap command-line options in documentation 4 years ago
Aaron Lipman 6028f5f661 bisect: add first-parent option to documentation 5 years ago
Aaron Lipman be5fe2000d cmd_bisect__helper: defer parsing no-checkout flag 5 years ago
Han-Wen Nienhuys de966e39a8 bisect: treat BISECT_HEAD as a pseudo ref 5 years ago
Carlo Marcelo Arenas Belón 173cb08d5b bisect: avoid tailing CR characters from revision in replay 5 years ago
Christopher Warrington 6c722cbe5a bisect: allow CRLF line endings in "git bisect replay" input 5 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
Pranit Bauva 5e82c3dd22 bisect--helper: `bisect_reset` shell function in C 6 years ago
Stephan Beyer fecd2dd36e bisect run: die if no command is given 7 years ago
Robert P. J. Day dbc349bba0 bisect: mention "view" as an alternative to "visualize" 7 years ago
Pranit Bauva b903674b35 bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C 7 years ago
Pranit Bauva fb71a32996 bisect--helper: `bisect_clean_state` shell function in C 7 years ago
Pranit Bauva ecb3f3733c bisect--helper: `write_terms` shell function in C 7 years ago
Pranit Bauva 4ba1e5c414 bisect--helper: rewrite `check_term_format` shell function in C 7 years ago
Vasco Almeida f813fb41fc i18n: unmark die messages for translation 9 years ago
Vasco Almeida d323c6b641 i18n: git-sh-setup.sh: mark strings for translation 9 years ago
Vasco Almeida 57984dd9fc i18n: bisect: simplify error message for i18n 9 years ago
Matthieu Moy 06e6a74506 bisect: allow setting any user-specified in 'git bisect start' 10 years ago
Matthieu Moy 21b55e3369 bisect: add 'git bisect terms' to view the current terms 10 years ago
Matthieu Moy 4a6ada32cb bisect: don't mix option parsing and non-trivial code 10 years ago
Antoine Delaite 21e5cfd8b3 bisect: add the terms old/new 10 years ago
Matthieu Moy fe67687bb1 bisect: sanity check on terms 10 years ago
Antoine Delaite cb46d630ba bisect: simplify the addition of new bisect terms 10 years ago
Antoine Delaite 43f9d9f3a6 bisect: replace hardcoded "bad|good" by variables 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Christian Couder 6bc02d5627 bisect: parse revs before passing them to check_expected_revs() 10 years ago
Alex Henrie ad5fe3771b grammofix in user-facing messages 11 years ago
Elia Pinto c82af12a1b git-bisect.sh: avoid "test <cond> -a/-o <cond>" 11 years ago
Jacopo Notarstefano 305a233c98 git-bisect.sh: fix a few style issues 11 years ago
Masanari Iida 382d20e3eb typofixes: fix misspelt comments 11 years ago
Torstein Hegge 7358a672b2 bisect: Fix log output for multi-parent skip ranges 12 years ago
Torstein Hegge f989cac958 bisect: Log possibly bad, skipped commits at bisection end 12 years ago
Torstein Hegge a7f8b8ac94 bisect: Store first bad commit as comment in log file 12 years ago
Christian Couder 1acf11717f bisect: fix exiting when checkout failed in bisect_start() 14 years ago
Jon Seymour 3145b1a282 bisect: take advantage of gettextln, eval_gettextln. 14 years ago
Jon Seymour 24c512803d bisect: add support for bisecting bare repositories 14 years ago
Junio C Hamano 43b8ff4b14 bisect: further style nitpicks 14 years ago
Jon Seymour eef12a9a77 bisect: replace "; then" with "\n<tab>*then" 14 years ago
Jon Seymour 6021be866f bisect: cleanup whitespace errors in git-bisect.sh. 14 years ago
Jon Seymour 4796e823a3 bisect: introduce --no-checkout support into porcelain. 14 years ago
Jon Seymour 6ba7acffdd bisect: use && to connect statements that are deferred with eval. 14 years ago
Jon Seymour 4764f46492 bisect: move argument parsing before state modification. 14 years ago
Ævar Arnfjörð Bjarmason be508d3a63 i18n: git-bisect bisect_next_check "You need to" message 14 years ago
Ævar Arnfjörð Bjarmason 04de099622 i18n: git-bisect [Y/n] messages 14 years ago