๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.35.2
/
commit.c
tag
6f2bb67f2b16cf525e66fb4379a33cf851acd0bc
tagger
Junio C Hamano <gitster@pobox.com>
Thu Mar 24 23:05:50 2022
object
53ef17d3ee0f7fcb151f428ee3bd736b8046825f
Git 2.35.2
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
ยท 6 years ago
c49c82a
commit: move members graph_pos, generation to a slab
by Abhishek Kumar
ยท 6 years ago
6da43d9
object: drop parsed_object_pool->commit_count
by Abhishek Kumar
ยท 6 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
5c8c0a0
Merge branch 'pw/post-commit-from-sequencer'
by Junio C Hamano
ยท 6 years ago
228c78f
commit, tag: don't set parsed bit for parse failures
by Jeff King
ยท 6 years ago
12736d2
parse_commit_buffer(): treat lookup_tree() failure as parse error
by Jeff King
ยท 6 years ago
c78fe00
parse_commit_buffer(): treat lookup_commit() failure as parse error
by Jeff King
ยท 6 years ago
49697cb
move run_commit_hook() to libgit and use it there
by Phillip Wood
ยท 6 years ago
80693e3
Merge branch 'tb/commit-graph-harden'
by Junio C Hamano
ยท 6 years ago
21ce0b4
Merge branch 'mh/release-commit-memory-fix'
by Junio C Hamano
ยท 6 years ago
806278d
commit-graph.c: handle corrupt/missing trees
by Taylor Blau
ยท 6 years ago
9784f97
commit: free the right buffer in release_commit_memory
by Mike Hommey
ยท 6 years ago
dea6737
Merge branch 'ds/close-object-store' into maint
by Junio C Hamano
ยท 6 years ago
a7db4c1
Merge branch 'jk/oidhash'
by Junio C Hamano
ยท 6 years ago
e116894
Merge branch 'ds/commit-graph-write-refactor'
by Junio C Hamano
ยท 6 years ago
a378509
object: convert create_object() to use object_id
by Jeff King
ยท 6 years ago
d0229ab
object: convert lookup_object() to use object_id
by Jeff King
ยท 6 years ago
c794405
commit-graph: fix the_repository reference
by Derrick Stolee
ยท 7 years ago
ea2dab1
Merge branch 'tb/unexpected'
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
a133c40
commit.cocci: refactor code, avoid double rewrite
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
8348766
get_commit_tree(): return NULL for broken tree
by Jeff King
ยท 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
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
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
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
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
ยท 7 years ago
fba9654
Merge branch 'jk/trailer-fixes'
by Junio C Hamano
ยท 7 years ago
1b7a91d
Merge branch 'ds/reachable'
by Junio C Hamano
ยท 7 years ago
0a866db
Merge branch 'ds/commit-graph-lockfile-fix'
by Junio C Hamano
ยท 7 years ago
091f4cf
commit: don't use generation numbers if not needed
by Derrick Stolee
ยท 7 years ago
9001dc2
convert "oidcmp() != 0" to "!oideq()"
by Jeff King
ยท 7 years ago
1392c5d
Merge branch 'js/larger-timestamps'
by Junio C Hamano
ยท 7 years ago
66e83d9
append_signoff: use size_t for string offsets
by Jeff King
ยท 7 years ago
1820703
commit: use timestamp_t for author_date_slab
by Derrick Stolee
ยท 7 years ago
20fd6d5
commit-graph: not compatible with grafts
by Derrick Stolee
ยท 7 years ago
78a72ad
Merge branch 'jt/commit-graph-per-object-store'
by Junio C Hamano
ยท 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
37aac3e
Merge branch 'bc/object-id'
by Junio C Hamano
ยท 7 years ago
5227c38
commit-reach: move walk methods from commit.c
by Derrick Stolee
ยท 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
ยท 7 years ago
dade47c
commit-graph: add repo arg to graph readers
by Jonathan Tan
ยท 7 years ago
8295296
Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store
by Junio C Hamano
ยท 7 years ago
2770ccb
commit: express tree entry constants in terms of the_hash_algo
by brian m. carlson
ยท 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
Next »