index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
patch-ids.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jz/patch-id'
Taylor Blau
2022-10-31
1
-5
/
+5
|
\
|
*
patch-id: use stable patch-id for rebases
Jerry Zhang
2022-10-25
1
-5
/
+5
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
|
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
|
/
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
Merge branch 'jk/log-cherry-pick-duplicate-patches'
Junio C Hamano
2021-01-25
1
-1
/
+13
|
\
|
*
patch-ids: handle duplicate hashmap entries
Jeff King
2021-01-12
1
-1
/
+13
*
|
hash-lookup: rename from sha1-lookup
Martin Ågren
2021-01-04
1
-1
/
+1
*
|
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-1
/
+1
|
/
*
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
2019-10-07
1
-2
/
+1
*
hashmap: introduce hashmap_free_entries
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-4
/
+6
*
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+2
*
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap: convert sha1hash() to oidhash()
Jeff King
2019-06-20
1
-1
/
+1
*
format-patch: make --base patch-id output stable
Stephen Boyd
2019-05-08
1
-5
/
+5
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-2
/
+2
|
\
|
*
patch-ids.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+2
|
*
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
*
|
convert hashmap comparison functions to oideq()
Jeff King
2018-08-29
1
-4
/
+4
|
/
*
diff: make struct diff_flags members lowercase
Brandon Williams
2017-11-01
1
-1
/
+1
*
diff: remove DIFF_OPT_SET macro
Brandon Williams
2017-11-01
1
-1
/
+1
*
patch-ids.c: drop hashmap_cmp_fn cast
Stefan Beller
2017-07-05
1
-5
/
+9
*
patch-ids.c: use hashmap correctly
Stefan Beller
2017-06-30
1
-4
/
+4
*
hashmap.h: compare function has access to a data field
Stefan Beller
2017-06-30
1
-2
/
+4
*
diff-tree: convert diff_tree_sha1 to struct object_id
Brandon Williams
2017-06-05
1
-2
/
+2
*
tree-diff: convert diff_root_tree_sha1 to struct object_id
Brandon Williams
2017-06-02
1
-1
/
+1
*
diff: convert diff_flush_patch_id to struct object_id
Brandon Williams
2017-06-02
1
-1
/
+1
*
patch-ids: convert to struct object_id
Brandon Williams
2017-06-02
1
-10
/
+10
*
add_commit_patch_id(): avoid allocating memory unnecessarily
Johannes Schindelin
2017-05-08
1
-1
/
+2
*
Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ
brian m. carlson
2017-03-27
1
-1
/
+1
*
patch-ids: refuse to compute patch-id for merge commit
Jeff King
2016-09-12
1
-0
/
+15
*
patch-ids: turn off rename detection
Jeff King
2016-09-09
1
-0
/
+1
*
rebase: avoid computing unnecessary patch IDs
Kevin Willford
2016-08-11
1
-6
/
+26
*
patch-ids: add flag to create the diff patch id using header only data
Kevin Willford
2016-07-29
1
-1
/
+1
*
patch-ids: replace the seen indicator with a commit pointer
Kevin Willford
2016-07-29
1
-0
/
+1
*
patch-ids: stop using a hand-rolled hashmap implementation
Kevin Willford
2016-07-29
1
-57
/
+29
*
patch-ids: make commit_patch_id() a public helper function
Xiaolong Ye
2016-04-26
1
-1
/
+1
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-3
/
+3
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-3
/
+3
*
patch-ids.c: use ALLOC_GROW() in add_commit()
Dmitry S. Dolzhenko
2014-03-03
1
-4
/
+1
*
diff_setup_done(): return void
Thomas Rast
2012-08-03
1
-2
/
+1
*
patch-ids: use the new generic "sha1_pos" function to lookup sha1
Christian Couder
2009-04-05
1
-88
/
+5
*
Make the diff_options bitfields be an unsigned with explicit masks.
Pierre Habouzit
2007-11-12
1
-1
/
+1
*
Refactor patch-id filtering out of git-cherry and git-format-patch.
Junio C Hamano
2007-04-12
1
-0
/
+192