๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.24.2
/
commit.c
tag
7d2d44db1475f4d58bce86447c895bf8cc6e4ab6
tagger
Junio C Hamano <gitster@pobox.com>
Wed Mar 18 00:34:36 2020
object
506223f9c5c8956f895f0342e4a6d4244b5fa570
Git 2.24.2
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
ยท 7 years ago
d0229ab
object: convert lookup_object() to use object_id
by Jeff King
ยท 7 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
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
a74093d
tag: add repository argument to deref_tag
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
f86bcc7
tree: add repository argument to lookup_tree
by Stefan Beller
ยท 7 years ago
1268dfa
object: add repository argument to object_as_type
by Stefan Beller
ยท 7 years ago
5abddd1
object: add repository argument to lookup_object
by Stefan Beller
ยท 7 years ago
109cd76
object: add repository argument to parse_object
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
1102405
Merge branch 'sb/object-store-alloc'
by Junio C Hamano
ยท 7 years ago
a856e7d
Merge branch 'ds/commit-graph-lockfile-fix'
by Junio C Hamano
ยท 7 years ago
b3b2aaf
Merge branch 'nd/commit-util-to-slab'
by Junio C Hamano
ยท 7 years ago
549ca8a
Merge branch 'jk/index-pack-maint'
by Junio C Hamano
ยท 8 years ago
14a9bd2
prepare_commit_graft: treat non-repository as a noop
by Jeff King
ยท 8 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
ยท 8 years ago
352cf6c
Merge branch 'js/deprecate-grafts'
by Junio C Hamano
ยท 8 years ago
c89b6e1
Merge branch 'ds/lazy-load-trees'
by Junio C Hamano
ยท 8 years ago
04bc8d1
commit: use generation number in remove_redundant()
by Derrick Stolee
ยท 8 years ago
d7c1ec3
commit: add short-circuit to paint_down_to_common()
by Derrick Stolee
ยท 8 years ago
f9b8908
commit: use generation numbers for in_merge_bases()
by Derrick Stolee
ยท 8 years ago
e2838d8
commit-graph: always load commit-graph information
by Derrick Stolee
ยท 8 years ago
3afc679
commit: use generations in paint_down_to_common()
by Derrick Stolee
ยท 8 years ago
e2e5ac2
merge: use commit-slab in merge remote desc instead of commit->util
by Nguyแป n Thรกi Ngแปc Duy
ยท 8 years ago
b9dbddf
commit: allow lookup_commit_graft to handle arbitrary repositories
by Stefan Beller
ยท 8 years ago
2f6c767
commit: allow prepare_commit_graft to handle arbitrary repositories
by Stefan Beller
ยท 8 years ago
0437a2e
cache: convert get_graft_file to handle arbitrary repositories
by Stefan Beller
ยท 8 years ago
d0e5dd0
commit: convert read_graft_file to handle arbitrary repositories
by Brandon Williams
ยท 8 years ago
a3b78e8
commit: convert register_commit_graft to handle arbitrary repositories
by Brandon Williams
ยท 8 years ago
e808656
commit: convert commit_graft_pos() to handle arbitrary repositories
by Brandon Williams
ยท 8 years ago
c881348
shallow: add repository argument to is_repository_shallow
by Stefan Beller
ยท 8 years ago
1f93ecd
commit: add repository argument to lookup_commit_graft
by Jonathan Nieder
ยท 8 years ago
3ee3765
commit: add repository argument to prepare_commit_graft
by Jonathan Nieder
ยท 8 years ago
02ba3e1
commit: add repository argument to read_graft_file
by Jonathan Nieder
ยท 8 years ago
3f5787f
commit: add repository argument to register_commit_graft
by Jonathan Nieder
ยท 8 years ago
be479e8
commit: add repository argument to commit_graft_pos
by Jonathan Nieder
ยท 8 years ago
6a1a79f
object: move grafts to object parser
by Jonathan Nieder
ยท 8 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
ยท 8 years ago
14ba97f
alloc: allow arbitrary repositories for alloc functions
by Stefan Beller
ยท 8 years ago
8ba0e5e
alloc: add repository argument to alloc_commit_node
by Stefan Beller
ยท 8 years ago
68f95d3
object: add repository argument to create_object
by Stefan Beller
ยท 8 years ago
b10edb2
Merge branch 'ds/commit-graph'
by Junio C Hamano
ยท 8 years ago
26ea3e7
commit: convert uses of get_sha1_hex to get_oid_hex
by brian m. carlson
ยท 8 years ago
f9f99b3
Deprecate support for .git/info/grafts
by Johannes Schindelin
ยท 8 years ago
fef461e
commit: Let the callback of for_each_mergetag return on error
by Johannes Schindelin
ยท 8 years ago
Next »