summaryrefslogtreecommitdiff
path: root/patch-ids.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-12patch-ids: handle duplicate hashmap entriesLibravatar Jeff King1-1/+19
2019-05-08format-patch: make --base patch-id output stableLibravatar Stephen Boyd1-1/+1
2018-09-21patch-ids.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+6
2017-06-02patch-ids: convert to struct object_idLibravatar Brandon Williams1-2/+2
2017-03-26Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZLibravatar brian m. carlson1-1/+1
2016-08-11rebase: avoid computing unnecessary patch IDsLibravatar Kevin Willford1-1/+1
2016-07-29patch-ids: replace the seen indicator with a commit pointerLibravatar Kevin Willford1-1/+1
2016-07-29patch-ids: stop using a hand-rolled hashmap implementationLibravatar Kevin Willford1-4/+3
2016-04-26patch-ids: make commit_patch_id() a public helper functionLibravatar Xiaolong Ye1-0/+2
2007-04-11Refactor patch-id filtering out of git-cherry and git-format-patch.Libravatar Junio C Hamano1-0/+21