157 Commits (353d3d77f4fdd1582e3b60824deebca27c7b2790)

Author SHA1 Message Date
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
Ævar Arnfjörð Bjarmason 55a9fc8043 i18n: git-bisect bisect_replay + $1 messages 14 years ago
Ævar Arnfjörð Bjarmason 7d0c2d6fbf i18n: git-bisect bisect_reset + $1 messages 14 years ago
Ævar Arnfjörð Bjarmason 0920925584 i18n: git-bisect bisect_run + $@ messages 14 years ago
Ævar Arnfjörð Bjarmason 15eaa04940 i18n: git-bisect die + eval_gettext messages 14 years ago
Ævar Arnfjörð Bjarmason 9570fc1e6a i18n: git-bisect die + gettext messages 14 years ago
Ævar Arnfjörð Bjarmason c6649c9271 i18n: git-bisect echo + eval_gettext message 14 years ago
Ævar Arnfjörð Bjarmason ddd7a7c222 i18n: git-bisect echo + gettext messages 14 years ago
Ævar Arnfjörð Bjarmason d0238a88f5 i18n: git-bisect gettext + echo message 14 years ago