index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bisect.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-bisect: call the found commit "*the* first bad commit"
Nanako Shiraishi
2009-08-26
1
-1
/
+1
*
Merge branch 'tr/die_errno'
Junio C Hamano
2009-07-06
1
-3
/
+2
|
\
|
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-3
/
+2
*
|
Merge branch 'cc/bisect'
Junio C Hamano
2009-07-02
1
-11
/
+39
|
\
\
|
*
|
bisect: use a PRNG with a bias when skipping away from untestable commits
Christian Couder
2009-06-13
1
-11
/
+39
*
|
|
Fix various sparse warnings in the git source code
Linus Torvalds
2009-06-21
1
-2
/
+2
|
/
/
*
|
bisect: when skipping, choose a commit away from a skipped commit
Christian Couder
2009-06-06
1
-1
/
+49
*
|
bisect: add parameters to "filter_skipped"
Christian Couder
2009-06-06
1
-4
/
+36
*
|
bisect: display first bad commit without forking a new process
Christian Couder
2009-05-29
1
-3
/
+27
*
|
bisect: drop unparse_commit() and use clear_commit_marks()
Christian Couder
2009-05-27
1
-1
/
+1
|
/
*
bisect: check ancestors without forking a "git rev-list" process
Christian Couder
2009-05-18
1
-32
/
+22
*
bisect: rework some rev related functions to make them more reusable
Christian Couder
2009-05-18
1
-11
/
+14
*
bisect: make "git bisect" use new "--next-all" bisect-helper function
Christian Couder
2009-05-10
1
-1
/
+3
*
bisect: add "check_good_are_ancestors_of_bad" function
Christian Couder
2009-05-10
1
-0
/
+75
*
bisect: implement the "check_merge_bases" function
Christian Couder
2009-05-10
1
-0
/
+130
*
bisect: automatically sort sha1_array if needed when looking it up
Christian Couder
2009-05-10
1
-2
/
+6
*
bisect: make skipped array functions more generic
Christian Couder
2009-05-10
1
-12
/
+12
*
bisect: remove too much function nesting
Christian Couder
2009-05-10
1
-10
/
+8
*
bisect: use new "struct argv_array" to prepare argv for "setup_revisions"
Christian Couder
2009-05-10
1
-28
/
+29
*
bisect: store good revisions in a "sha1_array"
Christian Couder
2009-05-10
1
-7
/
+19
*
bisect: implement "rev_argv_push" to fill an argv with revs
Christian Couder
2009-05-10
1
-8
/
+11
*
bisect: use "sha1_array" to store skipped revisions
Christian Couder
2009-05-10
1
-10
/
+15
*
bisect--helper: remove "--next-vars" option as it is now useless
Christian Couder
2009-05-10
1
-15
/
+0
*
bisect--helper: add "--next-exit" to output bisect results
Christian Couder
2009-05-10
1
-0
/
+105
*
bisect: move common bisect functionality to "bisect_common"
Christian Couder
2009-05-10
1
-9
/
+15
*
rev-list: add "int bisect_show_flags" in "struct rev_list_info"
Christian Couder
2009-04-08
1
-2
/
+2
*
rev-list: remove last static vars used in "show_commit"
Christian Couder
2009-04-08
1
-1
/
+5
*
bisect--helper: string output variables together with "&&"
Christian Couder
2009-04-05
1
-1
/
+2
*
rev-list: pass "int flags" as last argument of "show_bisect_vars"
Christian Couder
2009-04-05
1
-1
/
+1
*
bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"
Christian Couder
2009-04-05
1
-9
/
+46
*
bisect--helper: implement "git bisect--helper"
Christian Couder
2009-04-05
1
-0
/
+68
*
bisect: use the new generic "sha1_pos" function to lookup sha1
Christian Couder
2009-04-05
1
-14
/
+9
*
rev-list: call new "filter_skip" function
Christian Couder
2009-04-05
1
-0
/
+63
*
rev-list: move bisect related code into its own file
Christian Couder
2009-03-30
1
-0
/
+388