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
...
*
|
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
*
bisect.c: use commit-slab for commit weight instead of commit->util
Nguyễn Thái Ngọc Duy
2018-05-21
1
-3
/
+9
*
Merge branch 'ys/bisect-object-id-missing-conversion-fix'
Junio C Hamano
2018-04-10
1
-2
/
+2
|
\
|
*
bisect: use oid_to_hex() for converting object_id hashes to hex strings
René Scharfe
2018-03-25
1
-2
/
+2
*
|
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+2
*
|
Merge branch 'ys/bisect-object-id-missing-conversion-fix'
Junio C Hamano
2018-01-23
1
-3
/
+3
|
\
|
|
*
bisect: debug: convert struct object to object_id
Yasushi SHOJI
2018-01-09
1
-3
/
+3
*
|
Merge branch 'rs/lose-leak-pending'
Junio C Hamano
2018-01-23
1
-21
/
+9
|
\
\
|
*
|
bisect: avoid using the rev_info flag leak_pending
René Scharfe
2017-12-28
1
-21
/
+9
*
|
|
Merge branch 'ma/bisect-leakfix'
Junio C Hamano
2018-01-10
1
-2
/
+4
|
\
\
\
|
*
|
|
bisect: fix a regression causing a segfault
Ævar Arnfjörð Bjarmason
2018-01-04
1
-2
/
+4
|
|
/
/
*
|
|
Merge branch 'mh/tidy-ref-update-flags'
Junio C Hamano
2017-11-15
1
-1
/
+1
|
\
\
\
*
\
\
\
Merge branch 'ma/bisect-leakfix'
Junio C Hamano
2017-11-15
1
-14
/
+19
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
bisect: fix memory leak when returning best element
Martin Ågren
2017-11-06
1
-1
/
+5
|
*
|
|
bisect: fix off-by-one error in `best_bisection_sorted()`
Martin Ågren
2017-11-06
1
-3
/
+4
|
*
|
|
bisect: fix memory leak in `find_bisection()`
Martin Ågren
2017-11-06
1
-1
/
+3
|
*
|
|
bisect: change calling-convention of `find_bisection()`
Martin Ågren
2017-11-06
1
-9
/
+7
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-11-06
1
-2
/
+3
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
2017-10-16
1
-2
/
+3
|
|
/
/
[prev]
[next]