Sign in
googlers
/
jrn
/
git
/
bc6b13a7d2300e982dd3a3aeef2f3ad4d39cf149
/
t
/
t6030-bisect-porcelain.sh
06e6a74
bisect: allow setting any user-specified in 'git bisect start'
by Matthieu Moy
· 10 years ago
21b55e3
bisect: add 'git bisect terms' to view the current terms
by Matthieu Moy
· 10 years ago
21e5cfd
bisect: add the terms old/new
by Antoine Delaite
· 10 years ago
f6216c2
bisect: correction of typo
by Antoine Delaite
· 10 years ago
e4e6e8b
t6030: use modern test_* helpers
by Jeff King
· 10 years ago
07913d5
bisect: add test to check that revs are properly parsed
by Christian Couder
· 10 years ago
f989cac
bisect: Log possibly bad, skipped commits at bisection end
by Torstein Hegge
· 12 years ago
a7f8b8a
bisect: Store first bad commit as comment in log file
by Torstein Hegge
· 12 years ago
caa7d79
Sync with 'maint'
by Junio C Hamano
· 12 years ago
41ccfdd
Correct common spelling mistakes in comments and tests
by Stefano Lattarini
· 12 years ago
6deab24
status, branch: fix the misleading "bisecting" message
by Nguyễn Thái Ngọc Duy
· 12 years ago
c8183cd
branch: show more information when HEAD is detached
by Nguyễn Thái Ngọc Duy
· 12 years ago
5d77298
tests: move test_cmp_rev to test-lib-functions
by Martin von Zweigbergk
· 12 years ago
3fb0459
tests: modernise style: more uses of test_line_count
by Stefano Lattarini
· 13 years ago
5ae0f68
Merge branch 'ab/i18n-test-fix'
by Junio C Hamano
· 13 years ago
475b377
t/t6030-bisect-porcelain.sh: use test_i18ngrep
by Ævar Arnfjörð Bjarmason
· 13 years ago
8e96945
Merge branch 'bc/bisect-test-use-shell-path'
by Junio C Hamano
· 14 years ago
381f0d3
t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh
by Brandon Casey
· 14 years ago
24c5128
bisect: add support for bisecting bare repositories
by Jon Seymour
· 14 years ago
b704a8b
bisect: add tests for the --no-checkout option.
by Jon Seymour
· 14 years ago
d3dfeed
bisect: add tests to document expected behaviour in presence of broken trees.
by Jon Seymour
· 14 years ago
4764f46
bisect: move argument parsing before state modification.
by Jon Seymour
· 14 years ago
a48fcd8
tests: add missing &&
by Jonathan Nieder
· 14 years ago
9e2b885
Merge branch 'cc/maint-bisect-paths'
by Junio C Hamano
· 15 years ago
8f69f72
bisect: error out when passing bad path parameters
by Christian Couder
· 15 years ago
bd757c1
Use warning function instead of fprintf(stderr, "Warning: ...").
by Thiago Farina
· 15 years ago
21d0bc2
git-bisect: call the found commit "*the* first bad commit"
by Nanako Shiraishi
· 16 years ago
ebc9529
bisect: use a PRNG with a bias when skipping away from untestable commits
by Christian Couder
· 16 years ago
a66037c
t6030: test skipping away from an already skipped commit
by Christian Couder
· 16 years ago
2d938fc
bisect: check ancestors without forking a "git rev-list" process
by Christian Couder
· 16 years ago
b74d7ef
t6030: test bisecting with paths
by Christian Couder
· 16 years ago
0c34735
Merge branch 'cc/maint-1.6.0-bisect-fix'
by Junio C Hamano
· 16 years ago
1b249ff
bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped
by Christian Couder
· 16 years ago
1a66a48
bisect: fix "git bisect skip <commit>" and add tests cases
by Christian Couder
· 16 years ago
cb2c7da
Merge branch 'cc/bisect'
by Junio C Hamano
· 16 years ago
3604e7c
tests: use "git xyzzy" form (t3600 - t6999)
by Nanako Shiraishi
· 17 years ago
c9c4e2d
bisect: only check merge bases when needed
by Christian Couder
· 17 years ago
f821d08
bisect: test merge base if good rev is not an ancestor of bad rev
by Christian Couder
· 17 years ago
b890fa3
t6030 (bisect): work around Mac OS X "ls"
by Jonathan Nieder
· 17 years ago
634f246
bisect: use a detached HEAD to bisect
by Christian Couder
· 17 years ago
ba963de
bisect: trap critical errors in "bisect_start"
by Christian Couder
· 17 years ago
9d0cd91
bisect: fix left over "BISECT_START" file when starting with junk rev
by Christian Couder
· 17 years ago
d3aca58
bisect: add test cases to check that "git bisect start" is atomic
by Christian Couder
· 17 years ago
42ba5ee
bisect: print an error message when "git rev-list --bisect-vars" fails
by Christian Couder
· 17 years ago
ee831f7
git-bisect.sh: don't accidentally override existing branch "bisect"
by Gerrit Pape
· 17 years ago
464509f
Merge branch 'maint-1.5.4' into maint
by Junio C Hamano
· 17 years ago
d3e54c8
git-bisect: make "start", "good" and "skip" succeed or fail atomically
by Christian Couder
· 17 years ago
eed8183
Merge branch 'maint-1.5.4' into maint
by Junio C Hamano
· 17 years ago
e338907
bisect: fix bad rev checking in "git bisect good"
by Christian Couder
· 17 years ago
b4ce54f
remove use of "tail -n 1" and "tail -1"
by Jeff King
· 17 years ago
0f497e7
Eliminate confusing "won't bisect on seeked tree" failure
by Carl Worth
· 17 years ago
b577bb9
Eliminate confusing "won't bisect on seeked tree" failure
by Carl Worth
· 17 years ago
ce32660
bisect: allow starting with a detached HEAD
by Johannes Schindelin
· 17 years ago
fce0499
Bisect reset: do nothing when not bisecting.
by Christian Couder
· 17 years ago
947a604
Bisect reset: remove bisect refs that may have been packed.
by Christian Couder
· 17 years ago
71b0251
Bisect run: "skip" current commit if script exit code is 125.
by Christian Couder
· 17 years ago
37f9fd0
Bisect: add a "bisect replay" test case.
by Christian Couder
· 17 years ago
97e1c51
Bisect: implement "bisect skip" to mark untestable revisions.
by Christian Couder
· 17 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
ab69e89
t6030: grab commit object name as we go
by Junio C Hamano
· 18 years ago
f948792
Bisect: rename "t/t6030-bisect-run.sh" to "t/t6030-bisect-porcelain.sh".
by Christian Couder
· 18 years ago
[Renamed (97%) from t/t6030-bisect-run.sh]
0a5280a
git-bisect: allow bisecting with only one bad commit.
by Junio C Hamano
· 18 years ago
4f50671
t6030: add a bit more tests to git-bisect
by Junio C Hamano
· 18 years ago
38a47fd
Bisect: teach "bisect start" to optionally use one bad and many good revs.
by Christian Couder
· 18 years ago
a17c410
Bisect: implement "git bisect run <cmd>..." to automatically bisect.
by Christian Couder
· 18 years ago