summaryrefslogtreecommitdiff
path: root/patch-ids.c
AgeCommit message (Expand)Author
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21patch-ids.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-29convert hashmap comparison functions to oideq()Jeff King
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-07-05patch-ids.c: drop hashmap_cmp_fn castStefan Beller
2017-06-30patch-ids.c: use hashmap correctlyStefan Beller
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams
2017-06-02tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams
2017-06-02diff: convert diff_flush_patch_id to struct object_idBrandon Williams
2017-06-02patch-ids: convert to struct object_idBrandon Williams
2017-05-08add_commit_patch_id(): avoid allocating memory unnecessarilyJohannes Schindelin
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson
2016-09-12patch-ids: refuse to compute patch-id for merge commitJeff King
2016-09-09patch-ids: turn off rename detectionJeff King
2016-08-11rebase: avoid computing unnecessary patch IDsKevin Willford
2016-07-29patch-ids: add flag to create the diff patch id using header only dataKevin Willford
2016-07-29patch-ids: replace the seen indicator with a commit pointerKevin Willford
2016-07-29patch-ids: stop using a hand-rolled hashmap implementationKevin Willford
2016-04-26patch-ids: make commit_patch_id() a public helper functionXiaolong Ye
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2014-03-03patch-ids.c: use ALLOC_GROW() in add_commit()Dmitry S. Dolzhenko
2012-08-03diff_setup_done(): return voidThomas Rast
2009-04-05patch-ids: use the new generic "sha1_pos" function to lookup sha1Christian Couder
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-04-12Refactor patch-id filtering out of git-cherry and git-format-patch.Junio C Hamano