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
*
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
Patrick Steinhardt
2024-12-27
1
-4
/
+5
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
bisect: address Coverity warning about potential double free
Patrick Steinhardt
2024-11-26
1
-2
/
+0
*
bisect: fix various cases where we leak commit list items
Patrick Steinhardt
2024-11-21
1
-8
/
+22
*
bisect: fix leaking commit list items in `check_merge_base()`
Patrick Steinhardt
2024-11-21
1
-2
/
+2
*
bisect: fix multiple leaks in `bisect_next_all()`
Patrick Steinhardt
2024-11-21
1
-2
/
+3
*
bisect: fix leaking `current_bad_oid`
Patrick Steinhardt
2024-11-21
1
-0
/
+1
*
bisect: fix leaking string in `handle_bad_merge_base()`
Patrick Steinhardt
2024-11-21
1
-0
/
+2
*
bisect: fix leaking good/bad terms when reading multipe times
Patrick Steinhardt
2024-11-21
1
-5
/
+9
*
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
2024-09-12
1
-11
/
+1
|
\
|
*
wrapper: introduce `log2u()`
Patrick Steinhardt
2024-09-04
1
-11
/
+1
*
|
refs: add referent to each_ref_fn
John Cai
2024-08-09
1
-1
/
+2
|
/
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-8
/
+17
*
bisect: report the found commit with "show"
Peter Krefting
2024-04-15
1
-15
/
+24
*
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-3
/
+4
*
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
2024-02-15
1
-0
/
+3
|
\
|
*
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
2024-02-06
1
-0
/
+3
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-1
/
+0
|
\
\
|
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
|
/
*
/
bisect: consistently write BISECT_EXPECTED_REV via the refdb
Patrick Steinhardt
2023-12-14
1
-21
/
+4
|
/
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+7
|
\
|
*
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
|
*
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
bisect: no longer try to clean up left-over `.git/head-name` files
Johannes Schindelin
2023-01-13
1
-3
/
+0
*
replace and remove run_command_v_opt()
René Scharfe
2022-10-30
1
-4
/
+5
*
bisect: simplify building "checkout" argument list
René Scharfe
2022-10-30
1
-5
/
+4
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-3
/
+3
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-3
/
+4
*
revisions API: don't leak memory on argv elements that need free()-ing
Ævar Arnfjörð Bjarmason
2022-08-03
1
-2
/
+4
*
bisect.c: partially fix bisect_rev_setup() memory leak
Ævar Arnfjörð Bjarmason
2022-08-03
1
-9
/
+13
*
bisect.c: add missing "goto" for release_revisions()
Ævar Arnfjörð Bjarmason
2022-08-03
1
-1
/
+1
*
revisions API users: use release_revisions() needing REV_INFO_INIT
Ævar Arnfjörð Bjarmason
2022-04-14
1
-6
/
+12
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+2
*
bisect--helper: double-check run command on exit code 126 and 127
René Scharfe
2022-01-19
1
-1
/
+2
*
bisect: simplify return code from bisect_checkout()
Junio C Hamano
2021-07-28
1
-6
/
+4
*
bisect: do not run show-branch just to show the current commit
Junio C Hamano
2021-07-28
1
-8
/
+8
*
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
|
\
[next]