Sign in
googlers
/
jrn
/
git
/
b0883aa6c77111e88496bd0afe073caf68ab9f99
/
bisect.c
56eb8b4
Merge branch 'jc/symbol-static'
by Junio C Hamano
· 15 years ago
5b15950
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
6329bad
bisect: fix singular/plural grammar nit
by David Ripton
· 15 years ago
ebdc302
bisect.c: mark file-local function static
by Junio C Hamano
· 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
dd787c1
Merge branch 'tr/die_errno'
by Junio C Hamano
· 16 years ago
702beb3
Merge branch 'cc/bisect'
by Junio C Hamano
· 16 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
· 16 years ago
ebc9529
bisect: use a PRNG with a bias when skipping away from untestable commits
by Christian Couder
· 16 years ago
62d0b0d
bisect: when skipping, choose a commit away from a skipped commit
by Christian Couder
· 16 years ago
9af3589
bisect: add parameters to "filter_skipped"
by Christian Couder
· 16 years ago
e22278c
bisect: display first bad commit without forking a new process
by Christian Couder
· 16 years ago
7a8e389
bisect: drop unparse_commit() and use clear_commit_marks()
by Christian Couder
· 16 years ago
2d938fc
bisect: check ancestors without forking a "git rev-list" process
by Christian Couder
· 16 years ago
a22347c
bisect: rework some rev related functions to make them more reusable
by Christian Couder
· 16 years ago
0871984
bisect: make "git bisect" use new "--next-all" bisect-helper function
by Christian Couder
· 16 years ago
d937d4a
bisect: add "check_good_are_ancestors_of_bad" function
by Christian Couder
· 16 years ago
c053766
bisect: implement the "check_merge_bases" function
by Christian Couder
· 16 years ago
1da8c4f
bisect: automatically sort sha1_array if needed when looking it up
by Christian Couder
· 16 years ago
aaaff9e
bisect: make skipped array functions more generic
by Christian Couder
· 16 years ago
2b02069
bisect: remove too much function nesting
by Christian Couder
· 16 years ago
1c953a1
bisect: use new "struct argv_array" to prepare argv for "setup_revisions"
by Christian Couder
· 16 years ago
fad2d31
bisect: store good revisions in a "sha1_array"
by Christian Couder
· 16 years ago
3755ccd
bisect: implement "rev_argv_push" to fill an argv with revs
by Christian Couder
· 16 years ago
6212b1a
bisect: use "sha1_array" to store skipped revisions
by Christian Couder
· 16 years ago
c99f069
bisect--helper: remove "--next-vars" option as it is now useless
by Christian Couder
· 16 years ago
ef24c7c
bisect--helper: add "--next-exit" to output bisect results
by Christian Couder
· 16 years ago
2ace972
bisect: move common bisect functionality to "bisect_common"
by Christian Couder
· 16 years ago
13858e5
rev-list: add "int bisect_show_flags" in "struct rev_list_info"
by Christian Couder
· 16 years ago
d797257
rev-list: remove last static vars used in "show_commit"
by Christian Couder
· 16 years ago
e89aa6d
bisect--helper: string output variables together with "&&"
by Christian Couder
· 16 years ago
37c4c38
rev-list: pass "int flags" as last argument of "show_bisect_vars"
by Christian Couder
· 16 years ago
3b437b0
bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"
by Christian Couder
· 16 years ago
1bf072e
bisect--helper: implement "git bisect--helper"
by Christian Couder
· 16 years ago
4eb5b64
bisect: use the new generic "sha1_pos" function to lookup sha1
by Christian Couder
· 16 years ago
9518864
rev-list: call new "filter_skip" function
by Christian Couder
· 16 years ago
a2ad79c
rev-list: move bisect related code into its own file
by Christian Couder
· 16 years ago