summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* diff: convert prep_temp_blob() to struct object_idbc/coccibrian m. carlson2016-06-281-4/+4
* diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson2016-06-281-14/+14
* diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-281-31/+38
* coccinelle: convert hashcpy() with null_sha1 to hashclr()brian m. carlson2016-06-281-1/+1
* Merge branch 'jk/diff-compact-heuristic'Junio C Hamano2016-06-101-1/+1
|\
| * diff: disable compaction heuristic for nowjk/diff-compact-heuristicJunio C Hamano2016-06-101-1/+1
* | Merge branch 'jk/diff-compact-heuristic'Junio C Hamano2016-05-061-0/+11
|\ \ | |/
| * xdiff: implement empty line chunk heuristicStefan Beller2016-04-191-0/+11
* | Merge branch 'mm/diff-renames-default'Junio C Hamano2016-04-031-0/+5
|\ \
| * | diff: activate diff.renames by defaultmm/diff-renames-defaultMatthieu Moy2016-02-251-0/+5
* | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-13/+10
|\ \ \
| * | | diff_populate_gitlink: use a strbufJeff King2016-02-221-8/+8
| * | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-5/+2
| * | | Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-051-4/+10
| |\ \ \
* | \ \ \ Merge branch 'jk/more-comments-on-textconv'Junio C Hamano2016-02-261-1/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | diff: clarify textconv interfacejk/more-comments-on-textconvJeff King2016-02-221-1/+4
| | |_|/ | |/| |
* | | | Merge branch 'nd/diff-with-path-params'Junio C Hamano2016-02-031-4/+10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | diff: make -O and --output work in subdirectorynd/diff-with-path-paramsDuy Nguyen2016-01-211-4/+10
* | | Merge branch 'tk/sigchain-unnecessary-post-tempfile'Junio C Hamano2015-10-291-1/+0
|\ \ \
| * | | diff: remove unused #include "sigchain.h"Tobias Klauser2015-10-221-1/+0
* | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-11/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | use sha1_to_hex_r() instead of strcpyJeff King2015-10-051-5/+4
| * | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-6/+6
* | | | Sync with v2.5.4Junio C Hamano2015-09-281-10/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Sync with 2.4.10Junio C Hamano2015-09-281-10/+16
| |\ \ \ | | | |/ | | |/|
| | * | Sync with 2.3.10Junio C Hamano2015-09-281-10/+16
| | |\ \
| | | * | react to errors in xdi_diffJeff King2015-09-281-10/+16
| | | * | Merge branch 'rs/deflate-init-cleanup' into maintJunio C Hamano2015-03-231-1/+0
| | | |\ \
| | | * \ \ Merge branch 'mk/diff-shortstat-dirstat-fix' into maintJunio C Hamano2015-03-131-1/+1
| | | |\ \ \
| | * | \ \ \ Merge branch 'jk/color-diff-plain-is-context' into maintJunio C Hamano2015-06-251-14/+14
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'hv/submodule-config'Junio C Hamano2015-08-311-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: use new config API for worktree configurationsHeiko Voigt2015-08-191-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-251-23/+23
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | diff: use tempfile moduleMichael Haggerty2015-08-121-23/+23
| |/ / / / / /
* | | | | | | Merge branch 'dt/log-follow-config'Junio C Hamano2015-08-031-2/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | log: add "log.follow" configuration variableDavid Turner2015-07-091-2/+3
* | | | | | | Merge branch 'jc/diff-ws-error-highlight'Junio C Hamano2015-07-151-1/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | diff: parse ws-error-highlight option more strictlyjc/diff-ws-error-highlightRené Scharfe2015-07-121-1/+6
* | | | | | | Merge branch 'jk/color-diff-plain-is-context'Junio C Hamano2015-06-111-15/+15
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTjk/color-diff-plain-is-contextJeff King2015-05-271-13/+13
| * | | | | | diff: accept color.diff.context as a synonym for "plain"Jeff King2015-05-271-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/diff-ws-error-highlight'Junio C Hamano2015-06-111-22/+100
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | diff.c: --ws-error-highlight=<kind> optionJunio C Hamano2015-05-261-16/+68
| * | | | diff.c: add emit_del_line() and emit_context_line()Junio C Hamano2015-05-261-12/+38
| |/ / /
* | | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-171-1/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanupRené Scharfe2015-03-051-1/+0
* | | | Merge branch 'mk/diff-shortstat-dirstat-fix'Junio C Hamano2015-03-061-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | diff --shortstat --dirstat: remove duplicate outputmk/diff-shortstat-dirstat-fixMårten Kongstad2015-03-021-1/+1
| |/
| * Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano2014-07-221-1/+1
| |\
| * \ Merge branch 'jk/diff-follow-must-take-one-pathspec' into maintJunio C Hamano2014-06-251-0/+3
| |\ \