index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bisect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
Merge branch 'js/coverity-unchecked-returns-fix'
Junio C Hamano
1
-2
/
+4
2026-08-12
bisect: check strbuf_getline_lf return when reading terms
Johannes Schindelin
1
-2
/
+4
2026-08-02
bisect: add --reset-when-found to leave when done
Harald Nordgren
1
-0
/
+2
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-1
/
+1
2026-06-09
Merge branch 'rs/strbuf-add-oid-hex'
Junio C Hamano
1
-1
/
+1
2026-05-14
bisect: print bisect terms in single quotes
Jonas Rebmann
1
-8
/
+8
2026-05-14
hex: add and use strbuf_add_oid_hex()
René Scharfe
1
-1
/
+1
2026-02-23
refs: replace `refs_for_each_fullref_in()`
Patrick Steinhardt
1
-3
/
+5
2026-02-23
refs: replace `refs_for_each_ref_in()`
Patrick Steinhardt
1
-2
/
+6
2026-02-20
Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-each
Junio C Hamano
1
-9
/
+7
2026-02-19
bisect: simplify string_list memory handling
Jeff King
1
-6
/
+4
2026-02-19
bisect: fix misuse of `refs_for_each_ref_in()`
Patrick Steinhardt
1
-4
/
+4
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-6
/
+6
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-14
/
+10
2025-09-22
revision: add wrapper to setup_revisions() from a strvec
Jeff King
1
-4
/
+1
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-3
/
+3
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+1
2024-12-27
commit-reach: use `size_t` to track indices when computing merge bases
Patrick Steinhardt
1
-1
/
+1
2024-12-27
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
Patrick Steinhardt
1
-4
/
+5
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-26
bisect: address Coverity warning about potential double free
Patrick Steinhardt
1
-2
/
+0
2024-11-21
bisect: fix various cases where we leak commit list items
Patrick Steinhardt
1
-8
/
+22
2024-11-21
bisect: fix leaking commit list items in `check_merge_base()`
Patrick Steinhardt
1
-2
/
+2
2024-11-21
bisect: fix multiple leaks in `bisect_next_all()`
Patrick Steinhardt
1
-2
/
+3
2024-11-21
bisect: fix leaking `current_bad_oid`
Patrick Steinhardt
1
-0
/
+1
2024-11-21
bisect: fix leaking string in `handle_bad_merge_base()`
Patrick Steinhardt
1
-0
/
+2
2024-11-21
bisect: fix leaking good/bad terms when reading multipe times
Patrick Steinhardt
1
-5
/
+9
2024-09-12
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
1
-11
/
+1
2024-09-04
wrapper: introduce `log2u()`
Patrick Steinhardt
1
-11
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-8
/
+17
2024-04-15
bisect: report the found commit with "show"
Peter Krefting
1
-15
/
+24
2024-02-29
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
1
-3
/
+4
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
[next]