141 Commits (d589a67eceacd1cc171bbe94906ca7c9a0edd8c5)

Author SHA1 Message Date
Matthieu Moy 06e6a74506 bisect: allow setting any user-specified in 'git bisect start' 10 years ago
Matthieu Moy 4a6ada32cb bisect: don't mix option parsing and non-trivial code 10 years ago
Matthieu Moy 21b55e3369 bisect: add 'git bisect terms' to view the current terms 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
Ævar Arnfjörð Bjarmason dcf9c2e57a i18n: git-bisect add git-sh-i18n 14 years ago
Jeff King c4e4644e17 bisect: visualize with git-log if gitk is unavailable 14 years ago
SZEDER Gábor 2c7c3877de bisect: check for mandatory argument of 'bisect replay' 15 years ago
SZEDER Gábor 3bb8cf8824 bisect: improve error msg of 'bisect reset' when original HEAD is deleted 15 years ago
SZEDER Gábor 412ff738ad bisect: improve error message of 'bisect log' while not bisecting 15 years ago
Junio C Hamano e1622bfcba Protect scripted Porcelains from GREP_OPTIONS insanity 15 years ago
Christian Couder fc13aa3d09 bisect: simplify calling visualizer using '--bisect' option 15 years ago
Anders Kaseorg 6b87ce231d bisect reset: Allow resetting to any commit, not just a branch 16 years ago
Nanako Shiraishi 21d0bc2f9a git-bisect: call the found commit "*the* first bad commit" 16 years ago
Christian Couder 0871984d30 bisect: make "git bisect" use new "--next-all" bisect-helper function 16 years ago
Christian Couder de52f5a806 bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function 16 years ago
Christian Couder 5a1d31c7e4 bisect: use "git bisect--helper --next-exit" in "git-bisect.sh" 16 years ago
Christian Couder e89aa6d2f5 bisect--helper: string output variables together with "&&" 16 years ago
Christian Couder 23b5f18b50 bisect: use "bisect--helper" and remove "filter_skipped" function 16 years ago
Christian Couder f3a186ffad bisect: improve error message when branch checkout fails 16 years ago