96 Commits (b5d18b8e6f68746a85edfea08e9aff3351d7e891)

Author SHA1 Message Date
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
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