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
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
Merge branch 'js/params-vs-args'
Junio C Hamano
2021-02-26
1
-1
/
+1
|
\
|
*
replace "parameters" by "arguments" in error messages
Johannes Sixt
2021-02-23
1
-1
/
+1
*
|
hash-lookup: rename from sha1-lookup
Martin Ågren
2021-01-04
1
-1
/
+1
|
/
*
Merge branch 'sg/bisect-approximately-halfway'
Junio C Hamano
2020-11-26
1
-7
/
+20
|
\
|
*
bisect: loosen halfway() check for a large number of commits
SZEDER Gábor
2020-11-12
1
-7
/
+20
*
|
bisect: clear flags in passed repository
René Scharfe
2020-10-31
1
-1
/
+1
*
|
object: allow clear_commit_marks_all to handle any repo
René Scharfe
2020-10-31
1
-1
/
+1
|
/
*
bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...
Pranit Bauva
2020-09-24
1
-2
/
+9
*
bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
Miriam Rubio
2020-09-24
1
-0
/
+2
*
Merge branch 'al/bisect-first-parent'
Junio C Hamano
2020-08-18
1
-30
/
+49
|
\
|
*
bisect: combine args passed to find_bisection()
Aaron Lipman
2020-08-08
1
-30
/
+37
|
*
bisect: introduce first-parent flag
Aaron Lipman
2020-08-08
1
-1
/
+4
|
*
cmd_bisect__helper: defer parsing no-checkout flag
Aaron Lipman
2020-08-08
1
-1
/
+2
|
*
rev-list: allow bisect and first-parent flags
Aaron Lipman
2020-08-08
1
-10
/
+18
*
|
Merge branch 'rs/bisect-oid-to-hex-fix'
Junio C Hamano
2020-08-10
1
-1
/
+1
|
\
\
|
*
|
bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()
René Scharfe
2020-08-02
1
-1
/
+1
|
|
/
*
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-1
/
+1
*
|
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-1
/
+1
*
|
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-6
/
+6
*
|
quote: rename sq_dequote_to_argv_array to mention strvec
Jeff King
2020-07-29
1
-1
/
+1
*
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
|
/
*
bisect: stop referring to sha1_array
Jeff King
2020-03-30
1
-3
/
+3
*
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
*
bisect: libify `bisect_next_all`
Pranit Bauva
2020-02-19
1
-10
/
+19
*
bisect: libify `handle_bad_merge_base` and its dependents
Pranit Bauva
2020-02-19
1
-4
/
+5
*
bisect: libify `check_good_are_ancestors_of_bad` and its dependents
Pranit Bauva
2020-02-19
1
-14
/
+27
*
bisect: libify `check_merge_bases` and its dependents
Pranit Bauva
2020-02-19
1
-4
/
+18
*
bisect: libify `bisect_checkout`
Pranit Bauva
2020-02-19
1
-4
/
+15
*
bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...
Pranit Bauva
2020-02-19
1
-6
/
+11
*
bisect: add enum to represent bisect returning codes
Miriam Rubio
2020-02-19
1
-1
/
+1
*
bisect: use the standard 'if (!var)' way to check for 0
Miriam Rubio
2020-02-19
1
-2
/
+2
*
bisect: switch to using the_hash_algo
brian m. carlson
2019-08-20
1
-1
/
+1
*
bisect: make diff-tree output prettier
Jeff King
2019-02-28
1
-2
/
+2
*
bisect: fix internal diff-tree config loading
Jeff King
2019-02-28
1
-1
/
+1
*
bisect: use string arguments to feed internal diff-tree
Jeff King
2019-02-28
1
-13
/
+4
*
Merge branch 'ds/push-sparse-tree-walk'
Junio C Hamano
2019-02-07
1
-1
/
+1
|
\
|
*
list-objects: consume sparse tree walk
Derrick Stolee
2019-01-17
1
-1
/
+1
*
|
Merge branch 'nd/style-opening-brace'
Junio C Hamano
2019-01-18
1
-1
/
+2
|
\
\
|
*
|
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
2018-12-10
1
-1
/
+2
|
|
/
*
/
bisect.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
2018-11-12
1
-20
/
+28
|
/
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-2
/
+2
|
\
|
*
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+2
*
|
Merge branch 'nd/bisect-show-list-fix'
Junio C Hamano
2018-09-17
1
-5
/
+5
|
\
\
|
*
|
bisect.c: make show_list() build again
Nguyễn Thái Ngọc Duy
2018-09-04
1
-5
/
+5
|
|
/
*
|
Merge branch 'jk/cocci'
Junio C Hamano
2018-09-17
1
-3
/
+3
|
\
\
|
*
|
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
|
*
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-2
/
+2
|
|
/
*
/
commit.h: remove method declarations
Derrick Stolee
2018-07-21
1
-0
/
+1
|
/
*
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-1
/
+1
[next]