summaryrefslogtreecommitdiff
path: root/patch-ids.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-05patch-ids.c: drop hashmap_cmp_fn castLibravatar Stefan Beller1-5/+9
2017-06-30patch-ids.c: use hashmap correctlyLibravatar Stefan Beller1-4/+4
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-2/+4
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idLibravatar Brandon Williams1-2/+2
2017-06-02tree-diff: convert diff_root_tree_sha1 to struct object_idLibravatar Brandon Williams1-1/+1
2017-06-02diff: convert diff_flush_patch_id to struct object_idLibravatar Brandon Williams1-1/+1
2017-06-02patch-ids: convert to struct object_idLibravatar Brandon Williams1-10/+10
2017-05-08add_commit_patch_id(): avoid allocating memory unnecessarilyLibravatar Johannes Schindelin1-1/+2
2017-03-26Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZLibravatar brian m. carlson1-1/+1
2016-09-12patch-ids: refuse to compute patch-id for merge commitLibravatar Jeff King1-0/+15
2016-09-09patch-ids: turn off rename detectionLibravatar Jeff King1-0/+1
2016-08-11rebase: avoid computing unnecessary patch IDsLibravatar Kevin Willford1-6/+26
2016-07-29patch-ids: add flag to create the diff patch id using header only dataLibravatar Kevin Willford1-1/+1
2016-07-29patch-ids: replace the seen indicator with a commit pointerLibravatar Kevin Willford1-0/+1
2016-07-29patch-ids: stop using a hand-rolled hashmap implementationLibravatar Kevin Willford1-57/+29
2016-04-26patch-ids: make commit_patch_id() a public helper functionLibravatar Xiaolong Ye1-1/+1
2015-11-20Remove get_object_hash.Libravatar brian m. carlson1-3/+3
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-3/+3
2014-03-03patch-ids.c: use ALLOC_GROW() in add_commit()Libravatar Dmitry S. Dolzhenko1-4/+1
2012-08-03diff_setup_done(): return voidLibravatar Thomas Rast1-2/+1
2009-04-04patch-ids: use the new generic "sha1_pos" function to lookup sha1Libravatar Christian Couder1-88/+5
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Libravatar Pierre Habouzit1-1/+1
2007-04-11Refactor patch-id filtering out of git-cherry and git-format-patch.Libravatar Junio C Hamano1-0/+192