125 Commits (d71abd99f82e7076775f12deb9326f7d26761591)

Author SHA1 Message Date
Christian Couder 1acf11717f bisect: fix exiting when checkout failed in bisect_start() 13 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' 14 years ago
SZEDER Gábor 3bb8cf8824 bisect: improve error msg of 'bisect reset' when original HEAD is deleted 14 years ago
SZEDER Gábor 412ff738ad bisect: improve error message of 'bisect log' while not bisecting 14 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 15 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
Christian Couder 9f199b1595 rev-list: estimate number of bisection step left 16 years ago
Christian Couder cce074a276 bisect: fix another instance of eval'ed string 16 years ago
Christian Couder 1b249ffe8d bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped 16 years ago
Johannes Schindelin 22b3ddd508 bisect view: call gitk if Cygwin's SESSIONNAME variable is set 16 years ago
Christian Couder 5413812f08 Documentation: describe how to "bisect skip" a range of commits 16 years ago
Christian Couder 1a66a489d0 bisect: fix "git bisect skip <commit>" and add tests cases 16 years ago
Christian Couder ee2314f59a bisect: teach "skip" to accept special arguments like "A..B" 16 years ago
Christian Couder d2d188d922 bisect: fix missing "exit" 16 years ago
Christian Couder 6a54d976f6 bisect: remove "checkout_done" variable used when checking merge bases 17 years ago
Christian Couder c9c4e2d5a2 bisect: only check merge bases when needed 17 years ago
Christian Couder f821d08921 bisect: test merge base if good rev is not an ancestor of bad rev 17 years ago
Francis Moreau e5d3afd78b git-bisect: fix wrong usage of read(1) 17 years ago
Miklos Vajna 6c98c0548a git-bisect: use dash-less form on git bisect log 17 years ago
Christian Couder 823ea1211c bisect: use "$GIT_DIR/BISECT_START" to check if we are bisecting 17 years ago
Christian Couder 634f246444 bisect: use a detached HEAD to bisect 17 years ago
Christian Couder ba963de859 bisect: trap critical errors in "bisect_start" 17 years ago