aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\
| * diff_populate_gitlink: use a strbufJeff King2016-02-22
| * convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
| * Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-05
| |\
* | \ Merge branch 'jk/more-comments-on-textconv'Junio C Hamano2016-02-26
|\ \ \
| * | | diff: clarify textconv interfaceJeff King2016-02-22
* | | | Merge branch 'nd/diff-with-path-params'Junio C Hamano2016-02-03
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | diff: make -O and --output work in subdirectoryDuy Nguyen2016-01-21
* | | Merge branch 'tk/sigchain-unnecessary-post-tempfile'Junio C Hamano2015-10-29
|\ \ \
| * | | diff: remove unused #include "sigchain.h"Tobias Klauser2015-10-22
* | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\ \ \ \ | |_|/ / |/| | |
| * | | use sha1_to_hex_r() instead of strcpyJeff King2015-10-05
| * | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* | | | Sync with v2.5.4Junio C Hamano2015-09-28
|\ \ \ \ | |/ / / |/| | |
| * | | Sync with 2.4.10Junio C Hamano2015-09-28
| |\ \ \ | | | |/ | | |/|
| | * | Sync with 2.3.10Junio C Hamano2015-09-28
| | |\ \
| | | * | react to errors in xdi_diffJeff King2015-09-28
| | | * | Merge branch 'rs/deflate-init-cleanup' into maintJunio C Hamano2015-03-23
| | | |\ \
| | | * \ \ Merge branch 'mk/diff-shortstat-dirstat-fix' into maintJunio C Hamano2015-03-13
| | | |\ \ \
| | * | \ \ \ Merge branch 'jk/color-diff-plain-is-context' into maintJunio C Hamano2015-06-25
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'hv/submodule-config'Junio C Hamano2015-08-31
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: use new config API for worktree configurationsHeiko Voigt2015-08-19
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-25
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | diff: use tempfile moduleMichael Haggerty2015-08-12
| |/ / / / / /
* | | | | | | Merge branch 'dt/log-follow-config'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | log: add "log.follow" configuration variableDavid Turner2015-07-09
* | | | | | | Merge branch 'jc/diff-ws-error-highlight'Junio C Hamano2015-07-15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | diff: parse ws-error-highlight option more strictlyRené Scharfe2015-07-12
* | | | | | | Merge branch 'jk/color-diff-plain-is-context'Junio C Hamano2015-06-11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTJeff King2015-05-27
| * | | | | | diff: accept color.diff.context as a synonym for "plain"Jeff King2015-05-27
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/diff-ws-error-highlight'Junio C Hamano2015-06-11
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | diff.c: --ws-error-highlight=<kind> optionJunio C Hamano2015-05-26
| * | | | diff.c: add emit_del_line() and emit_context_line()Junio C Hamano2015-05-26
| |/ / /
* | | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-17
|\ \ \ \ | | |_|/ | |/| |
| * | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05
* | | | Merge branch 'mk/diff-shortstat-dirstat-fix'Junio C Hamano2015-03-06
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | diff --shortstat --dirstat: remove duplicate outputMårten Kongstad2015-03-02
| |/
| * Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano2014-07-22
| |\
| * \ Merge branch 'jk/diff-follow-must-take-one-pathspec' into maintJunio C Hamano2014-06-25
| |\ \
* | \ \ Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-20
|\ \ \ \
| * | | | color_parse: do not mention variable name in error messageJeff King2014-10-14
* | | | | Merge branch 'nd/large-blobs'Junio C Hamano2014-09-11
|\ \ \ \ \
| * | | | | diff: shortcut for diff'ing two binary SHA-1 objectsNguyễn Thái Ngọc Duy2014-08-18
| * | | | | diff --stat: mark any file larger than core.bigfilethreshold binaryNguyễn Thái Ngọc Duy2014-08-18
| * | | | | diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy2014-08-18
| |/ / / /
* | | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
|/ / / /
* | | | strbuf: use strbuf_addstr() for adding C stringsRené Scharfe2014-07-17
* | | | stat_opt: check extra strlen callJeff King2014-06-20
* | | | use skip_prefix to avoid repeating stringsJeff King2014-06-20