aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\
| * Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* | diff: avoid fixed-size buffer for patch-idsJeff King2017-03-30
* | prefix_filename: return newly allocated stringJeff King2017-03-21
* | prefix_filename: drop length parameterJeff King2017-03-21
|/
* Merge branch 'jc/diff-populate-filespec-size-only-fix'Junio C Hamano2017-03-12
|\
| * diff: do not short-cut CHECK_SIZE_ONLY check in diff_populate_filespec()Junio C Hamano2017-03-02
* | Merge branch 'rs/swap'Junio C Hamano2017-02-15
|\ \
| * | diff: use SWAP macroRené Scharfe2017-01-30
| * | use SWAP macroRené Scharfe2017-01-30
* | | Merge branch 'jk/log-graph-name-only'Junio C Hamano2017-02-10
|\ \ \
| * | | diff: print line prefix for --name-only outputJeff King2017-02-08
| * | | Merge branch 'jk/diff-do-not-reuse-wtf-needs-cleaning' into maintJunio C Hamano2016-08-10
| |\ \ \
* | | | | use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe2017-01-30
| |_|/ / |/| | |
* | | | diff: add interhunk context config optionVegard Nossum2017-01-12
* | | | Merge branch 'jc/retire-compaction-heuristics'Junio C Hamano2017-01-10
|\ \ \ \
| * | | | diff: retire "compaction" heuristicsJunio C Hamano2016-12-23
* | | | | diff: handle --no-abbrev in no-index caseJack Bates2016-12-08
* | | | | Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano2016-11-17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser2016-11-14
| | |_|/ | |/| |
* | | | Merge branch 'nd/ita-empty-commit'Junio C Hamano2016-10-27
|\ \ \ \
| * | | | diff: add --ita-[in]visible-in-indexNguyễn Thái Ngọc Duy2016-10-24
* | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2016-10-27
|\ \ \ \ \
| * | | | | diff: handle sha1 abbreviations outside of repositoryJeff King2016-10-26
| * | | | | diff_aligned_abbrev: use "struct oid"Jeff King2016-10-26
| * | | | | diff_unique_abbrev: rename to diff_aligned_abbrevJeff King2016-10-26
* | | | | | Merge branch 'lt/abbrev-auto'Junio C Hamano2016-10-27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | abbrev: prepare for new world orderJunio C Hamano2016-10-03
* | | | | | Merge branch 'va/i18n'Junio C Hamano2016-10-26
|\ \ \ \ \ \
| * | | | | | i18n: diff: mark warnings for translationVasco Almeida2016-10-17
* | | | | | | Merge branch 'jc/ws-error-highlight'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \
| * | | | | | | diff: introduce diff.wsErrorHighlight optionJunio C Hamano2016-10-04
| * | | | | | | diff.c: move ws-error-highlight parsing helpers upJunio C Hamano2016-10-04
| * | | | | | | diff.c: refactor parse_ws_error_highlight()Junio C Hamano2016-10-04
* | | | | | | | Merge branch 'jc/diff-unique-abbrev-comments'Junio C Hamano2016-10-26
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | diff_unique_abbrev(): document its assumption and limitationJunio C Hamano2016-09-30
| * | | | | | | Merge branch 'js/regexec-buf' into maintJunio C Hamano2016-09-29
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'rs/qsort'Junio C Hamano2016-10-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use QSORTRené Scharfe2016-09-29
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs/cocci'Junio C Hamano2016-10-06
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe2016-09-27
* | | | | | | | | Merge branch 'js/regexec-buf'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | regex: use regexec_buf()Johannes Schindelin2016-09-21
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'va/i18n-more'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \
| * | | | | | | | i18n: i18n: diff: mark die messages for translationJean-Noël AVILA2016-09-21
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mh/diff-indent-heuristic'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | blame: honor the diff heuristic options and configMichael Haggerty2016-09-19
| * | | | | | | diff: improve positioning of add/delete blocks in diffsMichael Haggerty2016-09-19
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'bc/object-id'Junio C Hamano2016-09-19
|\ \ \ \ \ \ \
| * | | | | | | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
| | |/ / / / / | |/| | | | |