summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* strvec: rename struct fieldsJeff King2020-07-301-1/+1
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-14/+14
* strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
* Merge branch 'jk/diff-memuse-optim-with-stat-unmatch'Junio C Hamano2020-06-171-1/+4
|\
| * diff: discard blob data from stat-unmatched pairsJeff King2020-06-021-1/+4
* | diff: add config option relativeLaurent Arnoud2020-05-241-3/+8
* | Merge branch 'jt/avoid-prefetch-when-able-in-diff'Junio C Hamano2020-04-281-50/+107
|\ \
| * | diff: restrict when prefetching occursJonathan Tan2020-04-071-22/+51
| * | diff: refactor object readJonathan Tan2020-04-071-8/+21
| * | diff: make diff_populate_filespec_options structJonathan Tan2020-04-071-19/+35
| * | promisor-remote: accept 0 as oid_nr in functionJonathan Tan2020-04-021-6/+5
| |/
* | convert: provide additional metadata to filtersbrian m. carlson2020-03-161-1/+4
* | convert: permit passing additional metadata to filter processesbrian m. carlson2020-03-161-1/+1
|/
* Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano2020-02-141-1/+1
|\
| * diff: make diff_populate_filespec() honor its repo argumentMatheus Tavares2020-01-311-1/+1
* | diff: move diff.wsErrorHighlight to "basic" configJeff King2020-01-311-8/+8
|/
* Merge branch 'js/builtin-add-i'Junio C Hamano2019-12-051-23/+16
|\
| * diff: export diffstat interfaceDaniel Ferreira2019-11-141-23/+16
* | Fix spelling errors in code commentsElijah Newren2019-11-101-2/+2
|/
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-13/+18
|\
| * hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-4/+2
| * OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-071-3/+2
| * hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-2/+4
| * hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-5/+7
| * hashmap: use *_entry APIs to wrap container_ofEric Wong2019-10-071-12/+9
| * hashmap_get_next returns "struct hashmap_entry *"Eric Wong2019-10-071-7/+12
| * hashmap_get takes "const struct hashmap_entry *"Eric Wong2019-10-071-2/+2
| * hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_get_next takes "const struct hashmap_entry *"Eric Wong2019-10-071-2/+3
| * diff: use hashmap_entry_init on moved_entry.entEric Wong2019-10-071-1/+2
* | Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-111-23/+23
|\ \
| * | patch-id: convert to use the_hash_algobrian m. carlson2019-08-191-23/+23
| |/
* | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-5/+4
|\ \
| * | Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder2019-06-251-5/+4
* | | Merge branch 'jt/diff-lazy-fetch-submodule-fix'Junio C Hamano2019-09-091-0/+1
|\ \ \ | |_|/ |/| |
| * | diff: skip GITLINK when lazy fetching missing objsJonathan Tan2019-08-201-0/+1
| * | Merge branch 'js/unmap-before-ext-diff' into maintJunio C Hamano2019-07-291-0/+2
| |\ \
* | \ \ Merge branch 'js/unmap-before-ext-diff'Junio C Hamano2019-07-251-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | diff: munmap() file contents before running external diffJohannes Schindelin2019-07-111-0/+2
* | | | range-diff: suppress line count in outer diffThomas Gummerer2019-07-111-1/+4
| |_|/ |/| |
* | | Merge branch 'sb/format-patch-base-patch-id-fix'Junio C Hamano2019-06-131-5/+27
|\ \ \ | |_|/ |/| |
| * | format-patch: make --base patch-id output stableStephen Boyd2019-05-081-5/+27
* | | i18n: fix typos found during l10n for git 2.22.0Jiang Xin2019-06-031-1/+1
* | | Merge branch 'ja/diff-opt-typofix'Junio C Hamano2019-05-301-2/+2
|\ \ \
| * | | diff: fix mistake in translatable stringsJean-Noël Avila2019-05-191-2/+2
| |/ /
* | | Merge branch 'nd/diff-parseopt'Junio C Hamano2019-05-301-4/+6
|\ \ \ | |/ / |/| |
| * | diff-parseopt: restore -U (no argument) behaviorNguyễn Thái Ngọc Duy2019-05-291-4/+6
* | | Merge branch 'jt/batch-fetch-blobs-in-diff'Junio C Hamano2019-04-251-0/+34
|\ \ \
| * | | diff: batch fetching of missing blobsJonathan Tan2019-04-081-0/+34
* | | | Merge branch 'nd/diff-parseopt-4'Junio C Hamano2019-04-251-171/+168
|\ \ \ \