72 Commits (336d09daf288492946f0c51f071da11643f8363d)

Author SHA1 Message Date
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
Christian Couder 9d0cd91c4e bisect: fix left over "BISECT_START" file when starting with junk rev 17 years ago
Christian Couder 42ba5ee776 bisect: print an error message when "git rev-list --bisect-vars" fails 17 years ago
Gerrit Pape ee831f7ddf git-bisect.sh: don't accidentally override existing branch "bisect" 17 years ago
Christian Couder d3e54c8829 git-bisect: make "start", "good" and "skip" succeed or fail atomically 17 years ago
Christian Couder 48949a18c8 bisect: squelch "fatal: ref HEAD not a symref" misleading message 17 years ago
Christian Couder a179a30352 bisect: report bad rev better 17 years ago
Christian Couder e3389075c6 bisect: fix bad rev checking in "git bisect good" 17 years ago
Christian Couder 243a60fbb5 bisect: add "git bisect help" subcommand to get a long usage string 17 years ago
Jeff King 40a7ce64e1 tr portability fixes 17 years ago
Carl Worth 0f497e75f0 Eliminate confusing "won't bisect on seeked tree" failure 17 years ago
Carl Worth b577bb925e Eliminate confusing "won't bisect on seeked tree" failure 17 years ago
Johannes Schindelin 508e84a790 bisect view: check for MinGW32 and MacOSX in addition to X11 17 years ago
Johannes Schindelin f454cdc48f bisect: use verbatim commit subject in the bisect log 17 years ago
Johannes Schindelin ce32660edc bisect: allow starting with a detached HEAD 17 years ago
Junio C Hamano 235997c90f git-bisect visualize: work in non-windowed environments better 17 years ago
Christian Couder fce0499fad Bisect reset: do nothing when not bisecting. 17 years ago
Christian Couder 6459c7c678 Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting. 17 years ago
Christian Couder e3f062bfd4 Bisect visualize: use "for-each-ref" to list all good refs. 17 years ago
Junio C Hamano 0bee49c6ab git-bisect: modernize branch shuffling hack 17 years ago
Junio C Hamano 3d7cd64cb4 git-bisect: use update-ref to mark good/bad commits 17 years ago
Junio C Hamano e23cb8c0cc git-bisect: war on "sed" 17 years ago
Christian Couder 947a604b01 Bisect reset: remove bisect refs that may have been packed. 17 years ago
Ralf Wildenhues 063036af08 git-bisect.sh: Fix sed script to work with AIX and BSD sed. 17 years ago
Junio C Hamano 8f321a3925 scripts: Add placeholders for OPTIONS_SPEC 17 years ago
Christian Couder 6ca8b977e4 Bisect: add "skip" to the short usage string. 17 years ago
Christian Couder 71b0251cdd Bisect run: "skip" current commit if script exit code is 125. 17 years ago
Christian Couder 155fc795b9 Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state". 17 years ago
Christian Couder 737c74ee42 Bisect: refactor some logging into "bisect_write". 17 years ago
Christian Couder 55624f9af4 Bisect: refactor "bisect_write_*" functions. 17 years ago
Christian Couder 97e1c51e15 Bisect: implement "bisect skip" to mark untestable revisions. 17 years ago
Christian Couder 8fe26f4481 Bisect: fix some white spaces and empty lines breakages. 17 years ago
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz" 18 years ago
Christian Couder b8652b4de0 Bisect: simplify "bisect start" logging. 18 years ago
Junio C Hamano 0a5280a9f4 git-bisect: allow bisecting with only one bad commit. 18 years ago
Junio C Hamano 6fecf1915c git-bisect: modernization 18 years ago
Christian Couder 38a47fd6e3 Bisect: teach "bisect start" to optionally use one bad and many good revs. 18 years ago
Christian Couder 6f01e6b370 Bisect: Improve error message in "bisect_next_check". 18 years ago
Christian Couder 8302012097 Bisect: add checks at the beginning of "git bisect run". 18 years ago
Christian Couder c0ce981f5e Bisect: Use "git-show-ref --verify" when reseting. 18 years ago
Junio C Hamano 12cb813733 git-bisect.sh: properly dq $GIT_DIR 18 years ago
Junio C Hamano 673e58389f git-bisect: typofix 18 years ago
Christian Couder a17c410100 Bisect: implement "git bisect run <cmd>..." to automatically bisect. 18 years ago
Uwe Kleine-König cc65343a84 Bisect: convert revs given to good and bad to commits 18 years ago
Uwe Kleine-König 4ef40cdbe8 add replay and log to the usage string of git-bisect 18 years ago
Junio C Hamano 4c55068683 bisect: it needs to be done in a working tree. 18 years ago
Junio C Hamano 08f1675059 Use "git checkout -q" in git-bisect 18 years ago
Petr Baudis 9b709e47ae bisect reset: Leave the tree in usable state if git-checkout failed 18 years ago