🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.52.0-rc1
/
commit.h
tag
f95a0c05a4928f989157cdb6457fcb7662b0ad51
tagger
Junio C Hamano <gitster@pobox.com>
Wed Nov 05 21:50:37 2025
object
77b7284ccab768981a2cd08b6b2f164d91201e18
Git 2.52-rc1
d63f334
Merge branch 'lm/add-p-context'
by Junio C Hamano
· 4 months ago
2b3ae04
add-patch: add diff.context command line overrides
by Leon Michalak
· 5 months ago
d6ec087
commit: convert pop_most_recent_commit() to prio_queue
by René Scharfe
· 5 months ago
85ee068
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
by Patrick Steinhardt
· 12 months ago
b8e318e
Merge branch 'jc/pass-repo-to-builtins'
by Junio C Hamano
· 1 year, 3 months ago
16c0906
Merge branch 'ps/leakfixes-part-6'
by Junio C Hamano
· 1 year, 3 months ago
8364745
add: pass in repo variable instead of global the_repository
by John Cai
· 1 year, 3 months ago
0d1d22f
object: clear grafts when clearing parsed object pool
by Patrick Steinhardt
· 1 year, 3 months ago
69020d0
commit: add gentle reference lookup method
by Derrick Stolee
· 1 year, 4 months ago
3997614
Merge branch 'ps/leakfixes-more'
by Junio C Hamano
· 1 year, 5 months ago
5dce36e
Merge branch 'rs/remove-unused-find-header-mem'
by Junio C Hamano
· 1 year, 6 months ago
28dc26d
commit: remove find_header_mem()
by René Scharfe
· 1 year, 6 months ago
44ec7c5
merge: fix leaking merge bases
by Patrick Steinhardt
· 1 year, 6 months ago
63c9bd3
commit: fix leaking parents when calling `commit_tree_extended()`
by Patrick Steinhardt
· 1 year, 6 months ago
1002f28
Merge branch 'eb/hash-transition'
by Junio C Hamano
· 1 year, 9 months ago
7cb26a1
commit: ignore_non_trailer computes number of bytes to ignore
by Linus Arver
· 2 years, 2 months ago
6bcc5fa
commit: export add_header_signature to support handling signatures on tags
by Eric W. Biederman
· 2 years, 2 months ago
d4a4f92
commit.h: reduce unnecessary includes
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
c7c33f5
post-cocci: adjust comments for recent repo_* migration
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
ecb5091
cocci: apply the "commit.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
b6c09c0
pretty.h: move has_non_ascii() declaration from commit.h
by Elijah Newren
· 2 years, 10 months ago
d21878f
add API: remove run_add_interactive() wrapper function
by Ævar Arnfjörð Bjarmason
· 2 years, 10 months ago
b8dbfd0
rebase: be stricter when reading state files containing oids
by Phillip Wood
· 3 years, 2 months ago
2a69ff0
shallow: reset commit grafts when shallow is reset
by Jonathan Tan
· 3 years, 9 months ago
a8cc594
hooks: fix an obscure TOCTOU "did we just run a hook?" race
by Ævar Arnfjörð Bjarmason
· 3 years, 9 months ago
cfc5cf4
receive-pack.c: consolidate find header logic
by John Cai
· 4 years ago
ab62858
advice: move advice.graftFileDeprecated squashing to commit.[ch]
by Ævar Arnfjörð Bjarmason
· 4 years, 4 months ago
89519f6
Merge branch 'cm/rebase-i-fixup-amend-reword'
by Junio C Hamano
· 4 years, 9 months ago
6e0e288
sequencer: export and rename subject_length()
by Charvi Mendiratta
· 4 years, 9 months ago
15af6e6
Merge branch 'bc/signed-objects-with-both-hashes'
by Junio C Hamano
· 4 years, 10 months ago
5bd0b21
Merge branch 'ds/commit-graph-genno-fix'
by Junio C Hamano
· 4 years, 10 months ago
8b4701a
Merge branch 'ak/corrected-commit-date'
by Junio C Hamano
· 4 years, 10 months ago
937032e
commit: allow parsing arbitrary buffers with headers
by brian m. carlson
· 4 years, 10 months ago
c4cc083
commit-graph: use repo_parse_commit
by Derrick Stolee
· 4 years, 10 months ago
98c431b
commit_graft_pos(): take an oid instead of a bare hash
by Jeff King
· 4 years, 11 months ago
1fb5cf0
commit: ignore additional signatures when parsing signed commits
by brian m. carlson
· 5 years ago
e8b6300
commit-graph: implement generation data chunk
by Abhishek Kumar
· 5 years ago
d7f9278
commit-graph: return 64-bit generation number
by Abhishek Kumar
· 5 years ago
45a1770
Merge branch 'en/merge-ort-recursive'
by Junio C Hamano
· 5 years ago
b0ca120
commit: move reverse_commit_list() from merge-recursive
by Elijah Newren
· 5 years ago
597b2c3
commit: implement commit_list_contains()
by Derrick Stolee
· 5 years ago
e885a84
drop unused argc parameters
by Jeff King
· 5 years ago
4831c23
Merge branch 'mf/submodule-summary-with-correct-repository'
by Junio C Hamano
· 5 years ago
9c31b19
Merge branch 'pw/rebase-i-more-options'
by Junio C Hamano
· 5 years ago
e8cbe21
am: stop exporting GIT_COMMITTER_DATE
by Phillip Wood
· 5 years ago
ea3f7e5
revision: use repository from rev_info when parsing commits
by Michael Forney
· 5 years ago
c49c82a
commit: move members graph_pos, generation to a slab
by Abhishek Kumar
· 5 years ago
120ad2b
shallow: extract a header file for shallow-related functions
by Taylor Blau
· 6 years ago
183df64
commit: make 'commit_graft_pos' non-static
by Taylor Blau
· 6 years ago
37b9dca
shallow.c: use '{commit,rollback}_shallow_file'
by Taylor Blau
· 6 years ago
54887b4
gpg-interface: add minTrustLevel as a configuration option
by Hans Jerry Illikainen
· 6 years ago
15beaaa
Fix spelling errors in code comments
by Elijah Newren
· 6 years ago
4aeeef3
Merge branch 'dl/no-extern-in-func-decl'
by Junio C Hamano
· 7 years ago
0b179f3
Merge branch 'nd/sha1-name-c-wo-the-repository'
by Junio C Hamano
· 7 years ago
ad6dad0
*.[ch]: manually align parameter lists
by Denton Liu
· 7 years ago
b199d71
*.[ch]: remove extern from function declarations using sed
by Denton Liu
· 7 years ago
5545442
*.[ch]: remove extern from function declarations using spatch
by Denton Liu
· 7 years ago
732ce7a
Merge branch 'jt/fetch-no-update-shallow-in-proto-v2'
by Junio C Hamano
· 7 years ago
301b8c7
commit.c: add repo_get_commit_tree()
by Nguyễn Thái Ngọc Duy
· 7 years ago
1e7d440
fetch-pack: call prepare_shallow_info only if v0
by Jonathan Tan
· 7 years ago
43d3561
commit-graph write: don't die if the existing graph is corrupt
by Ævar Arnfjörð Bjarmason
· 7 years ago
b99a579
Merge branch 'sb/more-repo-in-api'
by Junio C Hamano
· 7 years ago
6a7895f
commit: prepare free_commit_buffer and release_commit_memory for any repo
by Stefan Beller
· 7 years ago
6d2035e
Merge branch 'jk/verify-sig-merge-into-void'
by Junio C Hamano
· 7 years ago
62ca33e
Merge branch 'ds/reachable-topo-order'
by Junio C Hamano
· 7 years ago
424510e
commit: prepare logmsg_reencode to handle arbitrary repositories
by Stefan Beller
· 7 years ago
7031537
commit: prepare repo_unuse_commit_buffer to handle any repo
by Stefan Beller
· 7 years ago
07de3fd
commit: prepare get_commit_buffer to handle any repo
by Stefan Beller
· 7 years ago
9e5252a
commit: allow parse_commit* to handle any repo
by Stefan Beller
· 7 years ago
edc4d47
merge: extract verify_merge_signature() helper
by Jeff King
· 7 years ago
ea100b6
Merge branch 'js/shallow-and-fetch-prune'
by Junio C Hamano
· 7 years ago
5284fc5
commit/revisions: bookkeeping before refactoring
by Derrick Stolee
· 7 years ago
0293121
Merge branch 'pk/rebase-in-c-4-opts'
by Junio C Hamano
· 7 years ago
2588f6e
shallow: offer to prune only non-existing entries
by Johannes Schindelin
· 7 years ago
6d8f8eb
Merge branch 'ds/commit-graph-with-grafts'
by Junio C Hamano
· 7 years ago
103148a
merge-base --fork-point: extract libified function
by Pratik Karki
· 7 years ago
fba9654
Merge branch 'jk/trailer-fixes'
by Junio C Hamano
· 7 years ago
66e83d9
append_signoff: use size_t for string offsets
by Jeff King
· 7 years ago
20fd6d5
commit-graph: not compatible with grafts
by Derrick Stolee
· 7 years ago
3a2a1dc
Merge branch 'sb/object-store-lookup'
by Junio C Hamano
· 7 years ago
b006f01
Merge branch 'ds/commit-graph-fsck'
by Junio C Hamano
· 7 years ago
6404355
commit.h: remove method declarations
by Derrick Stolee
· 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
· 7 years ago
8295296
Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store
by Junio C Hamano
· 7 years ago
1f6c72f
commit.c: allow lookup_commit_reference to handle arbitrary repositories
by Stefan Beller
· 7 years ago
d9a05e7
commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories
by Stefan Beller
· 7 years ago
4ff7e5c
commit.c: allow get_cached_commit_buffer to handle arbitrary repositories
by Stefan Beller
· 7 years ago
1a40fc4
commit.c: allow set_commit_buffer to handle arbitrary repositories
by Stefan Beller
· 7 years ago
65ea9d4
commit.c: migrate the commit buffer to the parsed object store
by Stefan Beller
· 7 years ago
fd8030c
commit.c: allow parse_commit_buffer to handle arbitrary repositories
by Stefan Beller
· 7 years ago
bacf168
commit: allow lookup_commit to handle arbitrary repositories
by Stefan Beller
· 7 years ago
3ce85f7
commit: add repository argument to get_cached_commit_buffer
by Stefan Beller
· 7 years ago
5e0c636
commit: add repository argument to set_commit_buffer
by Stefan Beller
· 7 years ago
08f4f44
commit: add repository argument to parse_commit_buffer
by Stefan Beller
· 7 years ago
c1f5eb4
commit: add repository argument to lookup_commit
by Stefan Beller
· 7 years ago
2122f67
commit: add repository argument to lookup_commit_reference
by Stefan Beller
· 7 years ago
21e1ee8
commit: add repository argument to lookup_commit_reference_gently
by Stefan Beller
· 7 years ago
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
9b19ada
commit: force commit to parse from object database
by Derrick Stolee
· 7 years ago
Next »