| Commit message (Expand) | Author | Age | Files | Lines |
* | diff: restrict when prefetching occurs | Jonathan Tan | 2020-04-07 | 1 | -4/+51 |
* | diff: make diff_populate_filespec_options struct | Jonathan Tan | 2020-04-07 | 1 | -5/+8 |
* | sha1-file: pass git_hash_algo to hash_object_file() | Matheus Tavares | 2020-01-31 | 1 | -2/+2 |
* | Merge branch 'ew/hashmap' | Junio C Hamano | 2019-10-15 | 1 | -8/+7 |
|\ |
|
| * | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 2019-10-07 | 1 | -1/+1 |
| * | hashmap: introduce hashmap_free_entries | Eric Wong | 2019-10-07 | 1 | -1/+1 |
| * | hashmap: use *_entry APIs to wrap container_of | Eric Wong | 2019-10-07 | 1 | -9/+5 |
| * | hashmap_get_next returns "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -4/+7 |
| * | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 |
| * | hashmap_get_next takes "const struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 |
| * | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 |
* | | diffcore_rename(): use a stable sort | Johannes Schindelin | 2019-10-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/oidhash' | Junio C Hamano | 2019-07-09 | 1 | -1/+1 |
|\ |
|
| * | hashmap: convert sha1hash() to oidhash() | Jeff King | 2019-06-20 | 1 | -1/+1 |
* | | cleanup: fix possible overflow errors in binary search, part 2 | René Scharfe | 2019-06-13 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'nd/the-index' | Junio C Hamano | 2018-10-19 | 1 | -13/+22 |
|\ |
|
| * | diff.c: reduce implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -13/+22 |
* | | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 2018-08-29 | 1 | -1/+1 |
|/ |
|
* | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | Merge branch 'po/object-id' | Junio C Hamano | 2018-02-15 | 1 | -2/+2 |
|\ |
|
| * | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -2/+2 |
* | | Use MOVE_ARRAYsg/cocci-move-array | SZEDER Gábor | 2018-01-22 | 1 | -4/+4 |
|/ |
|
* | diffcore-rename: make diff-tree -l0 mean -l<large>en/rename-progress | Jonathan Tan | 2017-12-02 | 1 | -0/+2 |
* | diff: remove silent clamp of renameLimit | Elijah Newren | 2017-11-15 | 1 | -7/+4 |
* | progress: fix progress meters when dealing with lots of work | Elijah Newren | 2017-11-15 | 1 | -2/+2 |
* | diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfields | Brandon Williams | 2017-11-01 | 1 | -3/+3 |
* | diff: remove DIFF_OPT_TST macro | Brandon Williams | 2017-11-01 | 1 | -3/+3 |
* | progress: simplify "delayed" progress APIjc/simplify-progress | Junio C Hamano | 2017-08-19 | 1 | -2/+2 |
* | hashmap.h: compare function has access to a data field | Stefan Beller | 2017-06-30 | 1 | -1/+1 |
* | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 1 | -4/+2 |
|\ |
|
| * | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -4/+2 |
* | | diffcore-rename: use is_empty_blob_oid | Brandon Williams | 2017-06-05 | 1 | -2/+2 |
* | | diff: convert fill_filespec to struct object_id | Brandon Williams | 2017-06-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'tk/diffcore-delta-remove-unused' | Junio C Hamano | 2016-11-17 | 1 | -4/+0 |
|\ |
|
| * | diffcore-delta: remove unused parameter to diffcore_count_changes()tk/diffcore-delta-remove-unused | Tobias Klauser | 2016-11-14 | 1 | -4/+0 |
| * | Merge branch 'sg/diff-multiple-identical-renames' into maint | Junio C Hamano | 2016-04-29 | 1 | -2/+4 |
| |\ |
|
* | | | use QSORT | René Scharfe | 2016-09-29 | 1 | -1/+1 |
* | | | pass constants as first argument to st_mult()rs/st-mult | René Scharfe | 2016-08-01 | 1 | -1/+1 |
* | | | diff: rename struct diff_filespec's sha1_valid member | brian m. carlson | 2016-06-28 | 1 | -2/+2 |
* | | | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 2016-06-28 | 1 | -6/+8 |
* | | | Merge branch 'sg/diff-multiple-identical-renames' | Junio C Hamano | 2016-04-13 | 1 | -2/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | diffcore: fix iteration order of identical files during rename detectionsg/diff-multiple-identical-renames | SZEDER Gábor | 2016-03-30 | 1 | -2/+4 |
* | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/diffcore-rename-duplicate' | Junio C Hamano | 2015-03-10 | 1 | -13/+31 |
|\ |
|
| * | diffcore-rename: avoid processing duplicate destinationsjk/diffcore-rename-duplicate | Jeff King | 2015-02-27 | 1 | -2/+6 |
| * | diffcore-rename: split locate_rename_dst into two functions | Jeff King | 2015-02-27 | 1 | -12/+26 |
* | | diff.c: allow to pass more flags to diff_populate_filespec | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -2/+4 |
* | | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 2014-07-07 | 1 | -4/+3 |
* | | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 2014-07-07 | 1 | -3/+1 |
|/ |
|
* | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 2014-03-18 | 1 | -10/+2 |
|\ |
|