aboutsummaryrefslogtreecommitdiff
path: root/patch-ids.c
Commit message (Expand)AuthorAge
* diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
* diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-01
* patch-ids.c: drop hashmap_cmp_fn castStefan Beller2017-07-05
* patch-ids.c: use hashmap correctlyStefan Beller2017-06-30
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-30
* diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-05
* tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams2017-06-02
* diff: convert diff_flush_patch_id to struct object_idBrandon Williams2017-06-02
* patch-ids: convert to struct object_idBrandon Williams2017-06-02
* add_commit_patch_id(): avoid allocating memory unnecessarilyJohannes Schindelin2017-05-08
* Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-26
* patch-ids: refuse to compute patch-id for merge commitJeff King2016-09-12
* patch-ids: turn off rename detectionJeff King2016-09-09
* rebase: avoid computing unnecessary patch IDsKevin Willford2016-08-11
* patch-ids: add flag to create the diff patch id using header only dataKevin Willford2016-07-29
* patch-ids: replace the seen indicator with a commit pointerKevin Willford2016-07-29
* patch-ids: stop using a hand-rolled hashmap implementationKevin Willford2016-07-29
* patch-ids: make commit_patch_id() a public helper functionXiaolong Ye2016-04-26
* Remove get_object_hash.brian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* patch-ids.c: use ALLOC_GROW() in add_commit()Dmitry S. Dolzhenko2014-03-03
* diff_setup_done(): return voidThomas Rast2012-08-03
* patch-ids: use the new generic "sha1_pos" function to lookup sha1Christian Couder2009-04-04
* Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-11
* Refactor patch-id filtering out of git-cherry and git-format-patch.Junio C Hamano2007-04-11