Sign in
googlers
/
jrn
/
git
/
ae461026a4a9bb403a732a9a027cbef8674cb5e6
/
commit.c
6d8f8eb
Merge branch 'ds/commit-graph-with-grafts'
by Junio C Hamano
· 6 years ago
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
· 6 years ago
fba9654
Merge branch 'jk/trailer-fixes'
by Junio C Hamano
· 6 years ago
1b7a91d
Merge branch 'ds/reachable'
by Junio C Hamano
· 6 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
· 7 years ago
14a9bd2
prepare_commit_graft: treat non-repository as a noop
by Jeff King
· 7 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
352cf6c
Merge branch 'js/deprecate-grafts'
by Junio C Hamano
· 7 years ago
c89b6e1
Merge branch 'ds/lazy-load-trees'
by Junio C Hamano
· 7 years ago
04bc8d1
commit: use generation number in remove_redundant()
by Derrick Stolee
· 7 years ago
d7c1ec3
commit: add short-circuit to paint_down_to_common()
by Derrick Stolee
· 7 years ago
f9b8908
commit: use generation numbers for in_merge_bases()
by Derrick Stolee
· 7 years ago
e2838d8
commit-graph: always load commit-graph information
by Derrick Stolee
· 7 years ago
3afc679
commit: use generations in paint_down_to_common()
by Derrick Stolee
· 7 years ago
e2e5ac2
merge: use commit-slab in merge remote desc instead of commit->util
by Nguyễn Thái Ngọc Duy
· 7 years ago
b9dbddf
commit: allow lookup_commit_graft to handle arbitrary repositories
by Stefan Beller
· 7 years ago
2f6c767
commit: allow prepare_commit_graft to handle arbitrary repositories
by Stefan Beller
· 7 years ago
0437a2e
cache: convert get_graft_file to handle arbitrary repositories
by Stefan Beller
· 7 years ago
d0e5dd0
commit: convert read_graft_file to handle arbitrary repositories
by Brandon Williams
· 7 years ago
a3b78e8
commit: convert register_commit_graft to handle arbitrary repositories
by Brandon Williams
· 7 years ago
e808656
commit: convert commit_graft_pos() to handle arbitrary repositories
by Brandon Williams
· 7 years ago
c881348
shallow: add repository argument to is_repository_shallow
by Stefan Beller
· 7 years ago
1f93ecd
commit: add repository argument to lookup_commit_graft
by Jonathan Nieder
· 7 years ago
3ee3765
commit: add repository argument to prepare_commit_graft
by Jonathan Nieder
· 7 years ago
02ba3e1
commit: add repository argument to read_graft_file
by Jonathan Nieder
· 7 years ago
3f5787f
commit: add repository argument to register_commit_graft
by Jonathan Nieder
· 7 years ago
be479e8
commit: add repository argument to commit_graft_pos
by Jonathan Nieder
· 7 years ago
6a1a79f
object: move grafts to object parser
by Jonathan Nieder
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
14ba97f
alloc: allow arbitrary repositories for alloc functions
by Stefan Beller
· 7 years ago
8ba0e5e
alloc: add repository argument to alloc_commit_node
by Stefan Beller
· 7 years ago
68f95d3
object: add repository argument to create_object
by Stefan Beller
· 7 years ago
b10edb2
Merge branch 'ds/commit-graph'
by Junio C Hamano
· 7 years ago
26ea3e7
commit: convert uses of get_sha1_hex to get_oid_hex
by brian m. carlson
· 7 years ago
f9f99b3
Deprecate support for .git/info/grafts
by Johannes Schindelin
· 7 years ago
fef461e
commit: Let the callback of for_each_mergetag return on error
by Johannes Schindelin
· 7 years ago
7b8a21d
commit-graph: lazy-load trees for commits
by Derrick Stolee
· 7 years ago
5bb03de
commit: create get_commit_tree() method
by Derrick Stolee
· 7 years ago
891435d
treewide: rename tree to maybe_tree
by Derrick Stolee
· 7 years ago
2d5792f
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
by Junio C Hamano
· 7 years ago
177722b
commit: integrate commit graph with commit parsing
by Derrick Stolee
· 7 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 7 years ago
e816caa
sha1_file: convert assert_sha1_type to object_id
by brian m. carlson
· 7 years ago
169c9c0
Merge branch 'bw/c-plus-plus'
by Junio C Hamano
· 7 years ago
258c03e
commit: rename 'new' variables
by Brandon Williams
· 7 years ago
8be8342
Merge branch 'po/object-id'
by Junio C Hamano
· 7 years ago
debca9d
object: rename function 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
cbf0240
Merge branch 'sg/cocci-move-array'
by Junio C Hamano
· 7 years ago
a09c985
sha1_file: convert write_sha1_file to object_id
by Patryk Obara
· 7 years ago
5078f34
commit: convert commit_tree* to object_id
by Patryk Obara
· 7 years ago
f919ffe
Use MOVE_ARRAY
by SZEDER Gábor
· 7 years ago
6fcec2f
commit: remove unused function clear_commit_marks_for_object_array()
by René Scharfe
· 7 years ago
abc0351
commit: use clear_commit_marks_many() in remove_redundant()
by René Scharfe
· 7 years ago
07f7d55
commit: avoid allocation in clear_commit_marks_many()
by René Scharfe
· 7 years ago
4da7264
reduce_heads: fix memory leaks
by Martin Ågren
· 7 years ago
69c54c7
Merge branch 'ma/leakplugs'
by Junio C Hamano
· 7 years ago
cb7b29e
commit: fix memory leak in `reduce_heads()`
by Martin Ågren
· 7 years ago
d811ba1
Merge branch 'rs/strbuf-leakfix'
by Junio C Hamano
· 7 years ago
e505146
commit: release strbuf on error return in commit_tree_extended()
by Rene Scharfe
· 8 years ago
cfa5bf1
commit: rewrite read_graft_line
by Patryk Obara
· 8 years ago
bc65d22
commit: allocate array using object_id size
by Patryk Obara
· 8 years ago
Next »