61 Commits (6cd9cfefc505ed5ab5ff435ff9ef338ac8721225)

Author SHA1 Message Date
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
Michal Rokos d9bffc08fd Using 'perl' in *.sh 19 years ago
Junio C Hamano 4631c0035d bisect: remove BISECT_NAMES after done. 19 years ago
Petr Baudis 810255fd12 Properly git-bisect reset after bisecting from non-master head 19 years ago
Fredrik Kuivinen d025524d9d Usage message clean-up, take #2 19 years ago
Jason Riedy 9754563ca9 Use printf rather than echo -n. 19 years ago
Junio C Hamano e9a45d75b5 bisect: quote pathnames for eval safety. 19 years ago
Linus Torvalds b3cfd939c3 bisect: limit the searchspace by pathspecs 19 years ago
Junio C Hamano ae2b0f1518 git-sh-setup: die if outside git repository. 19 years ago