Age | Commit message (Expand) | Author | Files | Lines |
2017-07-05 | patch-ids.c: drop hashmap_cmp_fn cast | Stefan Beller | 1 | -5/+9 |
2017-06-30 | patch-ids.c: use hashmap correctly | Stefan Beller | 1 | -4/+4 |
2017-06-30 | hashmap.h: compare function has access to a data field | Stefan Beller | 1 | -2/+4 |
2017-06-05 | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 1 | -2/+2 |
2017-06-02 | tree-diff: convert diff_root_tree_sha1 to struct object_id | Brandon Williams | 1 | -1/+1 |
2017-06-02 | diff: convert diff_flush_patch_id to struct object_id | Brandon Williams | 1 | -1/+1 |
2017-06-02 | patch-ids: convert to struct object_id | Brandon Williams | 1 | -10/+10 |
2017-05-08 | add_commit_patch_id(): avoid allocating memory unnecessarily | Johannes Schindelin | 1 | -1/+2 |
2017-03-26 | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ | brian m. carlson | 1 | -1/+1 |
2016-09-12 | patch-ids: refuse to compute patch-id for merge commit | Jeff King | 1 | -0/+15 |
2016-09-09 | patch-ids: turn off rename detection | Jeff King | 1 | -0/+1 |
2016-08-11 | rebase: avoid computing unnecessary patch IDs | Kevin Willford | 1 | -6/+26 |
2016-07-29 | patch-ids: add flag to create the diff patch id using header only data | Kevin Willford | 1 | -1/+1 |
2016-07-29 | patch-ids: replace the seen indicator with a commit pointer | Kevin Willford | 1 | -0/+1 |
2016-07-29 | patch-ids: stop using a hand-rolled hashmap implementation | Kevin Willford | 1 | -57/+29 |
2016-04-26 | patch-ids: make commit_patch_id() a public helper function | Xiaolong Ye | 1 | -1/+1 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -3/+3 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -3/+3 |
2014-03-03 | patch-ids.c: use ALLOC_GROW() in add_commit() | Dmitry S. Dolzhenko | 1 | -4/+1 |
2012-08-03 | diff_setup_done(): return void | Thomas Rast | 1 | -2/+1 |
2009-04-04 | patch-ids: use the new generic "sha1_pos" function to lookup sha1 | Christian Couder | 1 | -88/+5 |
2007-11-11 | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 1 | -1/+1 |
2007-04-11 | Refactor patch-id filtering out of git-cherry and git-format-patch. | Junio C Hamano | 1 | -0/+192 |