82 Commits (caf8b2fbd4b49c66aa70624eaf35ebcdc007ad6d)

Author SHA1 Message Date
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 16 years ago
Christian Couder c9c4e2d5a2 bisect: only check merge bases when needed 16 years ago
Christian Couder f821d08921 bisect: test merge base if good rev is not an ancestor of bad rev 16 years ago
Francis Moreau e5d3afd78b git-bisect: fix wrong usage of read(1) 16 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
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