summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano2014-07-221-1/+1
|\
| * diff.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
* | Merge branch 'jk/diff-follow-must-take-one-pathspec' into maintJunio C Hamano2014-06-251-0/+3
|\ \ | |/ |/|
| * move "--follow needs one pathspec" rule to diff_setup_donejk/diff-follow-must-take-one-pathspecJeff King2014-05-201-0/+3
* | Merge branch 'jk/external-diff-use-argv-array' (early part)Junio C Hamano2014-04-281-16/+16
|\ \
| * | run_external_diff: use an argv_array for the command lineJeff King2014-04-211-16/+16
* | | i18n: remove obsolete comments for translators in diffstat generationJiang Xin2014-04-171-8/+0
* | | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-1/+1
|\ \ \ | |/ /
| * | comments: fix misuses of "nor"Justin Lebar2014-03-311-1/+1
| * | Merge branch 'tr/diff-submodule-no-reuse-worktree' into maintJunio C Hamano2014-03-181-2/+3
| |\ \
| * \ \ Merge branch 'nd/diff-quiet-stat-dirty' into maintJunio C Hamano2014-03-181-24/+43
| |\ \ \
* | \ \ \ Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano2014-03-181-6/+3
|\ \ \ \ \
| * | | | | use strchrnul() in place of strchr() and strlen()rm/strchrnul-not-strlenRohit Mani2014-03-101-6/+3
| |/ / / /
* | | | | Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-181-10/+2
|\ \ \ \ \
| * | | | | diff.c: use ALLOC_GROW()Dmitry S. Dolzhenko2014-03-031-10/+2
| |/ / / /
* | | | | Merge branch 'tr/diff-submodule-no-reuse-worktree'Junio C Hamano2014-03-141-2/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | diff: do not reuse_worktree_file for submodulestr/diff-submodule-no-reuse-worktreeThomas Rast2014-02-181-2/+3
* | | | | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Junio C Hamano2014-03-071-8/+0
|\ \ \ \ \
| * | | | | diff: remove "diff-files -q" in a version of Git in a distant futurejc/hold-diff-remove-q-synonym-for-no-deletionJunio C Hamano2013-07-191-8/+0
* | | | | | Merge branch 'nd/diff-quiet-stat-dirty'Junio C Hamano2014-02-271-24/+43
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | diff: do not quit early on stat-dirty filesnd/diff-quiet-stat-dirtyNguyễn Thái Ngọc Duy2014-02-241-5/+17
| * | | | diff.c: move diffcore_skip_stat_unmatch core logic out for reuse laterNguyễn Thái Ngọc Duy2014-02-241-21/+28
| | |/ / | |/| |
* | | | Merge branch 'jk/diff-filespec-cleanup'Junio C Hamano2014-01-271-2/+2
|\ \ \ \
| * | | | diff_filespec: drop xfrm_flags fieldJeff King2014-01-171-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'sb/diff-orderfile-config'Junio C Hamano2014-01-101-0/+5
|\ \ \ \
| * | | | diff: add diff.orderfile configuration variableSamuel Bronson2013-12-181-0/+5
* | | | | Merge branch 'zk/difftool-counts'Junio C Hamano2013-12-271-3/+17
|\ \ \ \ \
| * | | | | diff.c: fix some recent whitespace style violationszk/difftool-countsJeff King2013-12-161-2/+2
| * | | | | difftool: display the number of files in the diff queue in the promptZoltan Klinger2013-12-061-3/+17
| | |/ / / | |/| | |
* | | | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-28/+28
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-28/+28
| |/ / /
* | | | Use the word 'stuck' instead of 'sticked'Nicolas Vigier2013-10-311-1/+1
|/ / /
* | | Merge branch 'mg/more-textconv'Junio C Hamano2013-10-231-0/+3
|\ \ \
| * | | diff_opt: track whether flags have been set explicitlyJunio C Hamano2013-05-101-0/+3
* | | | Merge branch 'jc/diff-filter-negation'Junio C Hamano2013-09-091-21/+104
|\ \ \ \ | | |_|/ | |/| |
| * | | diff: deprecate -q option to diff-filesjc/diff-filter-negationJunio C Hamano2013-07-191-0/+8
| * | | diff: allow lowercase letter to specify what change class to excludeJunio C Hamano2013-07-171-1/+28
| * | | diff: reject unknown change class given to --diff-filterJunio C Hamano2013-07-171-1/+1
| * | | diff: preparse --diff-filter string argumentJunio C Hamano2013-07-171-7/+56
| * | | diff: factor out match_filter()Junio C Hamano2013-07-171-16/+13
| * | | diff: pass the whole diff_options to diffcore_apply_filter()Junio C Hamano2013-07-171-2/+4
* | | | diff: fix a possible null pointer dereferenceStefan Beller2013-08-091-1/+1
* | | | diff: remove ternary operator evaluating always to trueStefan Beller2013-08-091-2/+2
| |_|/ |/| |
* | | Merge branch 'ob/typofixes'Junio C Hamano2013-07-241-1/+1
|\ \ \
| * | | typofix: in-code commentsOndřej Bílka2013-07-221-1/+1
* | | | Merge branch 'sb/misc-fixes'Junio C Hamano2013-07-241-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | diff.c: Do not initialize a variable, which gets reassigned anyway.sb/misc-fixesStefan Beller2013-07-151-3/+1
| |/ /
| * | Merge branch 'jk/diff-algo-finishing-touches' into maintJunio C Hamano2013-04-241-2/+3
| |\ \
* | \ \ Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-1/+1
|\ \ \ \
| * | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1