🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.1
/
commit.c
tag
9c98e72e0329036735d6b873b88d0d840f5d8214
tagger
Junio C Hamano <gitster@pobox.com>
Fri Feb 09 00:22:52 2024
object
3526e67d917bcd03f317a058208fa02737654637
Git 2.43.1
0f7a10a
Merge branch 'en/header-cleanup' into maint-2.43
by Junio C Hamano
· 1 year, 10 months ago
541d0d7
Merge branch 'la/trailer-cleanups' into maint-2.43
by Junio C Hamano
· 1 year, 10 months ago
eea0e59
treewide: remove unnecessary includes in source files
by Elijah Newren
· 2 years ago
b1df3b3
commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
by Patrick Steinhardt
· 2 years, 1 month ago
7a5d604
commit: detect commits that exist in commit-graph but not in the ODB
by Patrick Steinhardt
· 2 years, 2 months ago
7cb26a1
commit: ignore_non_trailer computes number of bytes to ignore
by Linus Arver
· 2 years, 2 months ago
ddcb8fd
Merge branch 'rs/pack-objects-parseopt-fix'
by Junio C Hamano
· 2 years, 5 months ago
3a5f308
pack-objects: fix --no-keep-true-parents
by René Scharfe
· 2 years, 5 months ago
a034e91
object-store-ll.h: split this header out of object-store.h
by Elijah Newren
· 2 years, 6 months ago
ccd12a3
Merge branch 'en/header-split-cache-h-part-2'
by Junio C Hamano
· 2 years, 7 months ago
620e92b
Merge branch 'jk/parse-commit-with-malformed-ident'
by Junio C Hamano
· 2 years, 7 months ago
90ef0f1
parse_commit(): describe more date-parsing failure modes
by Jeff King
· 2 years, 8 months ago
089d9ad
parse_commit(): handle broken whitespace-only timestamp
by Jeff King
· 2 years, 8 months ago
ea1615d
parse_commit(): parse timestamp from end of line
by Jeff King
· 2 years, 8 months ago
d4a4f92
commit.h: reduce unnecessary includes
by Elijah Newren
· 2 years, 8 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, 9 months ago
12cb1c1
cocci: apply the "refs.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
ecb5091
cocci: apply the "commit.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
d850b7a
cocci: apply the "cache.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
e38da48
setup.h: move declarations for setup.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
7ee24e1
environment: move comment_line_char 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
d0732a8
Merge branch 'jk/unused-post-2.39-part2'
by Junio C Hamano
· 2 years, 9 months ago
1758712
prio-queue: mark unused parameters in comparison functions
by Jeff King
· 2 years, 10 months ago
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years, 10 months ago
0c10ed1
commit.c: free() revs.commit in get_fork_point()
by Ævar Arnfjörð Bjarmason
· 2 years, 10 months ago
1f9b02b
Merge branch 'jt/avoid-lazy-fetch-commits'
by Junio C Hamano
· 3 years ago
c637bd2
Merge branch 'rs/clear-commit-marks-cleanup'
by Junio C Hamano
· 3 years ago
7e2ad1c
commit: don't lazy-fetch commits
by Jonathan Tan
· 3 years ago
4cb39fc
commit: skip already cleared parents in clear_commit_marks_1()
by René Scharfe
· 3 years ago
003f815
Merge branch 'pw/rebase-keep-base-fixes'
by Taylor Blau
· 3 years, 2 months ago
b8dbfd0
rebase: be stricter when reading state files containing oids
by Phillip Wood
· 3 years, 2 months ago
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by Ævar Arnfjörð Bjarmason
· 3 years, 4 months ago
c006e9f
refs: mark unused reflog callback parameters
by Jeff King
· 3 years, 4 months ago
4e0d160
Merge branch 'rs/mergesort'
by Junio C Hamano
· 3 years, 4 months ago
c0fb577
commit: use DEFINE_LIST_SORT
by René Scharfe
· 3 years, 5 months ago
b4eda05
i18n: fix mismatched camelCase config variables
by Jiang Xin
· 3 years, 6 months ago
eef985e
Merge branch 'jt/unparse-commit-upon-graft-change'
by Junio C Hamano
· 3 years, 6 months ago
2da81d1
Merge branch 'ab/plug-leak-in-revisions'
by Junio C Hamano
· 3 years, 6 months ago
4d4e49f
commit,shallow: unparse commits if grafts changed
by Jonathan Tan
· 3 years, 6 months ago
bf20fe4
cocci: add and apply free_commit_list() rules
by Ævar Arnfjörð Bjarmason
· 3 years, 8 months ago
cb3b397
Merge branch 'ab/racy-hooks'
by Junio C Hamano
· 3 years, 9 months ago
4369e3a
hooks: fix "invoked hook" regression in a8cc5943338
by Ævar Arnfjörð Bjarmason
· 3 years, 9 months ago
2a69ff0
shallow: reset commit grafts when shallow is reset
by Jonathan Tan
· 3 years, 9 months ago
7431379
Merge branch 'ab/racy-hooks'
by Junio C Hamano
· 3 years, 9 months ago
430883a
Merge branch 'ab/object-file-api-updates'
by Junio C Hamano
· 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
c80d226
object-file API: have write_object_file() take "enum object_type"
by Ævar Arnfjörð Bjarmason
· 3 years, 10 months ago
c70bc33
Merge branch 'ab/config-based-hooks-2'
by Junio C Hamano
· 3 years, 10 months ago
f443246
commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
by Emily Shaffer
· 4 years ago
cfc5cf4
receive-pack.c: consolidate find header logic
by John Cai
· 4 years ago
6393c95
ssh signing: make verify-commit consider key lifetime
by Fabian Stelzer
· 4 years ago
0276943
ssh signing: use sigc struct to pass payload
by Fabian Stelzer
· 4 years ago
ab62858
advice: move advice.graftFileDeprecated squashing to commit.[ch]
by Ævar Arnfjörð Bjarmason
· 4 years, 4 months ago
8e62a85
Merge branch 'ds/gender-neutral-doc'
by Junio C Hamano
· 4 years, 5 months ago
0e20b22
comments: avoid using the gender of our users
by Felipe Contreras
· 4 years, 6 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
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
15af6e6
Merge branch 'bc/signed-objects-with-both-hashes'
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
482c119
gpg-interface: improve interface for parsing tags
by brian m. carlson
· 4 years, 10 months ago
8380dcd
oid_pos(): access table through const pointers
by Jeff King
· 4 years, 11 months ago
45ee13b
hash_pos(): convert to oid_pos()
by Jeff King
· 4 years, 11 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
d7f9278
commit-graph: return 64-bit generation number
by Abhishek Kumar
· 5 years ago
8b327f1
Merge branch 'ma/sha1-is-a-hash'
by Junio C Hamano
· 5 years ago
45a1770
Merge branch 'en/merge-ort-recursive'
by Junio C Hamano
· 5 years ago
bc62692
hash-lookup: rename from sha1-lookup
by Martin Ågren
· 5 years ago
7a7d992
sha1-lookup: rename `sha1_pos()` as `hash_pos()`
by Martin Ågren
· 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
3abd4a6
Documentation: stylistically normalize references to Signed-off-by:
by Bradley M. Kuhn
· 5 years ago
0df670b
Merge branch 'jt/interpret-branch-name-fallback'
by Junio C Hamano
· 5 years ago
9c31b19
Merge branch 'pw/rebase-i-more-options'
by Junio C Hamano
· 5 years ago
f24c30e
wt-status: tolerate dangling marks
by Jonathan Tan
· 5 years ago
e8cbe21
am: stop exporting GIT_COMMITTER_DATE
by Phillip Wood
· 5 years ago
d70a9eb
strvec: rename struct fields
by Jeff King
· 5 years ago
ef8d7ac
strvec: convert more callers away from argv_array name
by Jeff King
· 5 years ago
24ecfdf
Merge branch 'tb/fix-persistent-shallow' into master
by Junio C Hamano
· 5 years ago
ce16364
commit.c: don't persist substituted parents when unshallowing
by Taylor Blau
· 5 years ago
c752ad0
commit-graph: minimize commit_graph_data_slab access
by Abhishek Kumar
· 5 years ago
c49c82a
commit: move members graph_pos, generation to a slab
by Abhishek Kumar
· 5 years ago
6da43d9
object: drop parsed_object_pool->commit_count
by Abhishek Kumar
· 5 years ago
896833b
Merge branch 'tb/shallow-cleanup'
by Junio C Hamano
· 6 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
fb4175b
Merge branch 'at/rebase-fork-point-regression-fix'
by Junio C Hamano
· 6 years ago
42d4e1d
commit: use expected signature header for SHA-256
by brian m. carlson
· 6 years ago
9f3f387
Merge branch 'rs/strbuf-insertstr'
by Junio C Hamano
· 6 years ago
f08132f
rebase: --fork-point regression fix
by Junio C Hamano
· 6 years ago
a91cc7f
strbuf: add and use strbuf_insertstr()
by René Scharfe
· 6 years ago
54887b4
gpg-interface: add minTrustLevel as a configuration option
by Hans Jerry Illikainen
· 6 years ago
0e07c1c
Merge branch 'jk/cleanup-object-parsing-and-fsck'
by Junio C Hamano
· 6 years ago
Next »