🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.52.0-rc1
/
bisect.c
tag
f95a0c05a4928f989157cdb6457fcb7662b0ad51
tagger
Junio C Hamano <gitster@pobox.com>
Wed Nov 05 21:50:37 2025
object
77b7284ccab768981a2cd08b6b2f164d91201e18
Git 2.52-rc1
f93c1d8
revision: add wrapper to setup_revisions() from a strvec
by Jeff King
· 3 months ago
d4ff88a
odb: rename `repo_read_object_file()`
by Patrick Steinhardt
· 5 months ago
8f49151
object-store: rename files to "odb.{c,h}"
by Patrick Steinhardt
· 5 months ago
68cd492
object-store: merge "object-store-ll.h" and "object-store.h"
by Patrick Steinhardt
· 8 months ago
bba59f5
path: drop `git_pathdup()` in favor of `repo_git_path()`
by Patrick Steinhardt
· 10 months ago
5e7fe8a
commit-reach: use `size_t` to track indices when computing merge bases
by Patrick Steinhardt
· 12 months ago
85ee068
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
by Patrick Steinhardt
· 12 months ago
41f43b8
global: mark code units that generate warnings with `-Wsign-compare`
by Patrick Steinhardt
· 1 year ago
5f9f7fa
bisect: address Coverity warning about potential double free
by Patrick Steinhardt
· 1 year, 1 month ago
c1e98f9
bisect: fix various cases where we leak commit list items
by Patrick Steinhardt
· 1 year, 1 month ago
2b7706a
bisect: fix leaking commit list items in `check_merge_base()`
by Patrick Steinhardt
· 1 year, 1 month ago
cfb8a0d
bisect: fix multiple leaks in `bisect_next_all()`
by Patrick Steinhardt
· 1 year, 1 month ago
a13d4a1
bisect: fix leaking `current_bad_oid`
by Patrick Steinhardt
· 1 year, 1 month ago
96ab0e7
bisect: fix leaking string in `handle_bad_merge_base()`
by Patrick Steinhardt
· 1 year, 1 month ago
79366ad
bisect: fix leaking good/bad terms when reading multipe times
by Patrick Steinhardt
· 1 year, 1 month ago
143682e
Merge branch 'ps/pack-refs-auto-heuristics'
by Junio C Hamano
· 1 year, 3 months ago
d343068
wrapper: introduce `log2u()`
by Patrick Steinhardt
· 1 year, 3 months ago
e820771
refs: add referent to each_ref_fn
by John Cai
· 1 year, 4 months ago
e7da938
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
by Patrick Steinhardt
· 1 year, 6 months ago
2e5c475
cocci: apply rules to rewrite callers of "refs" interfaces
by Patrick Steinhardt
· 1 year, 7 months ago
8198993
bisect: report the found commit with "show"
by Peter Krefting
· 1 year, 8 months ago
5317380
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
by Johannes Schindelin
· 1 year, 10 months ago
c59ba68
Merge branch 'js/check-null-from-read-object-file'
by Junio C Hamano
· 1 year, 10 months ago
568459b
Always check the return value of `repo_read_object_file()`
by Johannes Schindelin
· 1 year, 10 months ago
492ee03
Merge branch 'en/header-cleanup'
by Junio C Hamano
· 1 year, 11 months ago
eea0e59
treewide: remove unnecessary includes in source files
by Elijah Newren
· 2 years ago
0a06892
bisect: consistently write BISECT_EXPECTED_REV via the refdb
by Patrick Steinhardt
· 2 years ago
a034e91
object-store-ll.h: split this header out of object-store.h
by Elijah Newren
· 2 years, 6 months ago
c339932
repository: remove unnecessary include of path.h
by Elijah Newren
· 2 years, 6 months ago
d812c3b
treewide: remove cache.h inclusion due to object.h changes
by Elijah Newren
· 2 years, 8 months ago
dabab1d
object-name.h: move declarations for object-name.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
e7dca80
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h
by Junio C Hamano
· 2 years, 8 months ago
bab8216
cocci: apply the "pretty.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
bc726bd
cocci: apply the "object-store.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
cb338c2
cocci: apply the "commit-reach.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
32a8f51
environment.h: move declarations for environment.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years, 10 months ago
de54b5f
bisect: no longer try to clean up left-over `.git/head-name` files
by Johannes Schindelin
· 2 years, 11 months ago
ddbb47f
replace and remove run_command_v_opt()
by René Scharfe
· 3 years, 1 month ago
48750b2
bisect: simplify building "checkout" argument list
by René Scharfe
· 3 years, 1 month ago
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by Ævar Arnfjörð Bjarmason
· 3 years, 3 months ago
63e14ee
refs: mark unused each_ref_fn parameters
by Jeff King
· 3 years, 4 months ago
f92dbdb
revisions API: don't leak memory on argv elements that need free()-ing
by Ævar Arnfjörð Bjarmason
· 3 years, 4 months ago
57efebb
bisect.c: partially fix bisect_rev_setup() memory leak
by Ævar Arnfjörð Bjarmason
· 3 years, 4 months ago
c5365e9
bisect.c: add missing "goto" for release_revisions()
by Ævar Arnfjörð Bjarmason
· 3 years, 4 months ago
f196c1e
revisions API users: use release_revisions() needing REV_INFO_INIT
by Ævar Arnfjörð Bjarmason
· 3 years, 8 months ago
2108fe4
revisions API users: add straightforward release_revisions()
by Ævar Arnfjörð Bjarmason
· 3 years, 8 months ago
48af1fd
bisect--helper: double-check run command on exit code 126 and 127
by René Scharfe
· 3 years, 11 months ago
1fcc40c
bisect: simplify return code from bisect_checkout()
by Junio C Hamano
· 4 years, 5 months ago
ffcb4e9
bisect: do not run show-branch just to show the current commit
by Junio C Hamano
· 4 years, 5 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
1c8f5df
Merge branch 'js/params-vs-args'
by Junio C Hamano
· 4 years, 10 months ago
b865734
replace "parameters" by "arguments" in error messages
by Johannes Sixt
· 4 years, 10 months ago
bc62692
hash-lookup: rename from sha1-lookup
by Martin Ågren
· 5 years ago
2557c11
Merge branch 'sg/bisect-approximately-halfway'
by Junio C Hamano
· 5 years ago
0afcea7
bisect: loosen halfway() check for a large number of commits
by SZEDER Gábor
· 5 years ago
0795df4
bisect: clear flags in passed repository
by René Scharfe
· 5 years ago
cd88884
object: allow clear_commit_marks_all to handle any repo
by René Scharfe
· 5 years ago
517ecb3
bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
by Pranit Bauva
· 5 years ago
c7a7f48
bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
by Miriam Rubio
· 5 years ago
47f0f94
Merge branch 'al/bisect-first-parent'
by Junio C Hamano
· 5 years ago
7d7f4e3
Merge branch 'rs/bisect-oid-to-hex-fix'
by Junio C Hamano
· 5 years ago
ad464a4
bisect: combine args passed to find_bisection()
by Aaron Lipman
· 5 years ago
e8861ff
bisect: introduce first-parent flag
by Aaron Lipman
· 5 years ago
be5fe20
cmd_bisect__helper: defer parsing no-checkout flag
by Aaron Lipman
· 5 years ago
0fe305a
rev-list: allow bisect and first-parent flags
by Aaron Lipman
· 5 years ago
7d23ff8
bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()
by René Scharfe
· 5 years ago
d70a9eb
strvec: rename struct fields
by Jeff King
· 5 years ago
f6d8942
strvec: fix indentation in renamed calls
by Jeff King
· 5 years ago
ef8d7ac
strvec: convert more callers away from argv_array name
by Jeff King
· 5 years ago
2745b6b
quote: rename sq_dequote_to_argv_array to mention strvec
by Jeff King
· 5 years ago
dbbcd44
strvec: rename files from argv-array to strvec
by Jeff King
· 5 years ago
7383b25
bisect: stop referring to sha1_array
by Jeff King
· 6 years ago
fe299ec
oid_array: rename source file from sha1-array
by Jeff King
· 6 years ago
6c69f22
bisect: libify `bisect_next_all`
by Pranit Bauva
· 6 years ago
9ec598e
bisect: libify `handle_bad_merge_base` and its dependents
by Pranit Bauva
· 6 years ago
45b6370
bisect: libify `check_good_are_ancestors_of_bad` and its dependents
by Pranit Bauva
· 6 years ago
cdd4dc2
bisect: libify `check_merge_bases` and its dependents
by Pranit Bauva
· 6 years ago
e8e3ce6
bisect: libify `bisect_checkout`
by Pranit Bauva
· 6 years ago
ce58b5d
bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents
by Pranit Bauva
· 6 years ago
680e8a0
bisect: add enum to represent bisect returning codes
by Miriam Rubio
· 6 years ago
b8e3b2f
bisect: use the standard 'if (!var)' way to check for 0
by Miriam Rubio
· 6 years ago
95518fa
bisect: switch to using the_hash_algo
by brian m. carlson
· 6 years ago
b02be8b
bisect: make diff-tree output prettier
by Jeff King
· 7 years ago
40ae3d3
bisect: fix internal diff-tree config loading
by Jeff King
· 7 years ago
2008f29
bisect: use string arguments to feed internal diff-tree
by Jeff King
· 7 years ago
5fda343
Merge branch 'ds/push-sparse-tree-walk'
by Junio C Hamano
· 7 years ago
3434569
Merge branch 'nd/style-opening-brace'
by Junio C Hamano
· 7 years ago
4f6d26b
list-objects: consume sparse tree walk
by Derrick Stolee
· 7 years ago
3b33576
style: the opening '{' of a function is in a separate line
by Nguyễn Thái Ngọc Duy
· 7 years ago
69d2cfe
bisect.c: remove the_repository reference
by Nguyễn Thái Ngọc Duy
· 7 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 7 years ago
2abf350
revision.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
1966cda
Merge branch 'nd/bisect-show-list-fix'
by Junio C Hamano
· 7 years ago
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
· 7 years ago
b0eb92b
bisect.c: make show_list() build again
by Nguyễn Thái Ngọc Duy
· 7 years ago
9001dc2
convert "oidcmp() != 0" to "!oideq()"
by Jeff King
· 7 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
6404355
commit.h: remove method declarations
by Derrick Stolee
· 7 years ago
Next »