summaryrefslogtreecommitdiffstats
path: root/patch-ids.c
AgeCommit message (Expand)AuthorLines
2016-08-11rebase: avoid computing unnecessary patch IDsKevin Willford-6/+26
2016-07-29patch-ids: add flag to create the diff patch id using header only dataKevin Willford-1/+1
2016-07-29patch-ids: replace the seen indicator with a commit pointerKevin Willford-0/+1
2016-07-29patch-ids: stop using a hand-rolled hashmap implementationKevin Willford-57/+29
2016-04-26patch-ids: make commit_patch_id() a public helper functionXiaolong Ye-1/+1
2015-11-20Remove get_object_hash.brian m. carlson-3/+3
2015-11-20Add several uses of get_object_hash.brian m. carlson-3/+3
2014-03-03patch-ids.c: use ALLOC_GROW() in add_commit()Dmitry S. Dolzhenko-4/+1
2012-08-03diff_setup_done(): return voidThomas Rast-2/+1
2009-04-04patch-ids: use the new generic "sha1_pos" function to lookup sha1Christian Couder-88/+5
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit-1/+1
2007-04-11Refactor patch-id filtering out of git-cherry and git-format-patch.Junio C Hamano-0/+192