Sign in
googlers
/
jrn
/
git
/
15664a5f35b6db8077e3e8aeb377e72f0f95e23e
/
patch-ids.c
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 3 years, 10 months ago
b69bed2
Merge branch 'jk/log-cherry-pick-duplicate-patches'
by Junio C Hamano
· 4 years ago
c9e3a4e
patch-ids: handle duplicate hashmap entries
by Jeff King
· 4 years ago
bc62692
hash-lookup: rename from sha1-lookup
by Martin Ågren
· 4 years ago
6da1a25
hashmap: provide deallocation function names
by Elijah Newren
· 4 years, 2 months ago
404ab78
hashmap: remove type arg from hashmap_{get,put,remove}_entry
by Eric Wong
· 5 years ago
c8e424c
hashmap: introduce hashmap_free_entries
by Eric Wong
· 5 years ago
939af16
hashmap_cmp_fn takes hashmap_entry params
by Eric Wong
· 5 years ago
f23a465
hashmap_get{,_from_hash} return "struct hashmap_entry *"
by Eric Wong
· 5 years ago
b6c5241
hashmap_get takes "const struct hashmap_entry *"
by Eric Wong
· 5 years ago
b94e5c1
hashmap_add takes "struct hashmap_entry *"
by Eric Wong
· 5 years ago
d22245a
hashmap_entry_init takes "struct hashmap_entry *"
by Eric Wong
· 5 years ago
d40abc8
hashmap: convert sha1hash() to oidhash()
by Jeff King
· 6 years ago
a8f6855
format-patch: make --base patch-id output stable
by Stephen Boyd
· 6 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 6 years ago
a7edadd
patch-ids.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
e675765
diff.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
cc00e5c
convert hashmap comparison functions to oideq()
by Jeff King
· 6 years ago
0d1e0e7
diff: make struct diff_flags members lowercase
by Brandon Williams
· 7 years ago
23dcf77
diff: remove DIFF_OPT_SET macro
by Brandon Williams
· 7 years ago
8d0017d
patch-ids.c: drop hashmap_cmp_fn cast
by Stefan Beller
· 8 years ago
3da492f
patch-ids.c: use hashmap correctly
by Stefan Beller
· 8 years ago
7663cdc
hashmap.h: compare function has access to a data field
by Stefan Beller
· 8 years ago
66f414f
diff-tree: convert diff_tree_sha1 to struct object_id
by Brandon Williams
· 8 years ago
7b8dea0
tree-diff: convert diff_root_tree_sha1 to struct object_id
by Brandon Williams
· 8 years ago
bd25f28
diff: convert diff_flush_patch_id to struct object_id
by Brandon Williams
· 8 years ago
34f3c0e
patch-ids: convert to struct object_id
by Brandon Williams
· 8 years ago
5748693
add_commit_patch_id(): avoid allocating memory unnecessarily
by Johannes Schindelin
· 8 years ago
cd02599
Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ
by brian m. carlson
· 8 years ago
7c81040
patch-ids: refuse to compute patch-id for merge commit
by Jeff King
· 8 years ago
5a29cbc
patch-ids: turn off rename detection
by Jeff King
· 8 years ago
b3dfeeb
rebase: avoid computing unnecessary patch IDs
by Kevin Willford
· 8 years ago
3e8e32c
patch-ids: add flag to create the diff patch id using header only data
by Kevin Willford
· 8 years ago
683f17e
patch-ids: replace the seen indicator with a commit pointer
by Kevin Willford
· 8 years ago
dfb7a1b
patch-ids: stop using a hand-rolled hashmap implementation
by Kevin Willford
· 8 years ago
ded2c09
patch-ids: make commit_patch_id() a public helper function
by Xiaolong Ye
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
104fb26
patch-ids.c: use ALLOC_GROW() in add_commit()
by Dmitry S. Dolzhenko
· 11 years ago
2845265
diff_setup_done(): return void
by Thomas Rast
· 12 years ago
5289bae
patch-ids: use the new generic "sha1_pos" function to lookup sha1
by Christian Couder
· 16 years ago
8f67f8a
Make the diff_options bitfields be an unsigned with explicit masks.
by Pierre Habouzit
· 17 years ago
5d23e13
Refactor patch-id filtering out of git-cherry and git-format-patch.
by Junio C Hamano
· 18 years ago