index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bisect.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
1
-0
/
+3
2024-02-06
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
1
-0
/
+3
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-14
bisect: consistently write BISECT_EXPECTED_REV via the refdb
Patrick Steinhardt
1
-21
/
+4
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
1
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-4
/
+7
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-01-13
bisect: no longer try to clean up left-over `.git/head-name` files
Johannes Schindelin
1
-3
/
+0
2022-10-30
replace and remove run_command_v_opt()
René Scharfe
1
-4
/
+5
2022-10-30
bisect: simplify building "checkout" argument list
René Scharfe
1
-5
/
+4
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-3
/
+4
2022-08-03
revisions API: don't leak memory on argv elements that need free()-ing
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2022-08-03
bisect.c: partially fix bisect_rev_setup() memory leak
Ævar Arnfjörð Bjarmason
1
-9
/
+13
2022-08-03
bisect.c: add missing "goto" for release_revisions()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-04-13
revisions API users: use release_revisions() needing REV_INFO_INIT
Ævar Arnfjörð Bjarmason
1
-6
/
+12
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-01-19
bisect--helper: double-check run command on exit code 126 and 127
René Scharfe
1
-1
/
+2
2021-07-28
bisect: simplify return code from bisect_checkout()
Junio C Hamano
1
-6
/
+4
2021-07-28
bisect: do not run show-branch just to show the current commit
Junio C Hamano
1
-8
/
+8
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-02-25
Merge branch 'js/params-vs-args'
Junio C Hamano
1
-1
/
+1
2021-02-23
replace "parameters" by "arguments" in error messages
Johannes Sixt
1
-1
/
+1
2021-01-04
hash-lookup: rename from sha1-lookup
Martin Ågren
1
-1
/
+1
2020-11-25
Merge branch 'sg/bisect-approximately-halfway'
Junio C Hamano
1
-7
/
+20
2020-11-12
bisect: loosen halfway() check for a large number of commits
SZEDER Gábor
1
-7
/
+20
2020-10-31
bisect: clear flags in passed repository
René Scharfe
1
-1
/
+1
2020-10-31
object: allow clear_commit_marks_all to handle any repo
René Scharfe
1
-1
/
+1
2020-09-24
bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...
Pranit Bauva
1
-2
/
+9
2020-09-24
bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
Miriam Rubio
1
-0
/
+2
2020-08-17
Merge branch 'al/bisect-first-parent'
Junio C Hamano
1
-30
/
+49
2020-08-10
Merge branch 'rs/bisect-oid-to-hex-fix'
Junio C Hamano
1
-1
/
+1
2020-08-07
bisect: combine args passed to find_bisection()
Aaron Lipman
1
-30
/
+37
2020-08-07
bisect: introduce first-parent flag
Aaron Lipman
1
-1
/
+4
2020-08-07
cmd_bisect__helper: defer parsing no-checkout flag
Aaron Lipman
1
-1
/
+2
2020-08-07
rev-list: allow bisect and first-parent flags
Aaron Lipman
1
-10
/
+18
2020-08-02
bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()
René Scharfe
1
-1
/
+1
2020-07-30
strvec: rename struct fields
Jeff King
1
-1
/
+1
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-1
/
+1
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
1
-6
/
+6
2020-07-28
quote: rename sq_dequote_to_argv_array to mention strvec
Jeff King
1
-1
/
+1
[next]