aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/external-diff-use-argv-array' (early part)Junio C Hamano2014-04-28
|\
| * run_external_diff: use an argv_array for the command lineJeff King2014-04-21
* | i18n: remove obsolete comments for translators in diffstat generationJiang Xin2014-04-17
* | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-08
|\ \ | |/
| * comments: fix misuses of "nor"Justin Lebar2014-03-31
| * Merge branch 'tr/diff-submodule-no-reuse-worktree' into maintJunio C Hamano2014-03-18
| |\
| * \ Merge branch 'nd/diff-quiet-stat-dirty' into maintJunio C Hamano2014-03-18
| |\ \
* | \ \ Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano2014-03-18
|\ \ \ \
| * | | | use strchrnul() in place of strchr() and strlen()Rohit Mani2014-03-10
| |/ / /
* | | | Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-18
|\ \ \ \
| * | | | diff.c: use ALLOC_GROW()Dmitry S. Dolzhenko2014-03-03
| |/ / /
* | | | Merge branch 'tr/diff-submodule-no-reuse-worktree'Junio C Hamano2014-03-14
|\ \ \ \ | | |_|/ | |/| |
| * | | diff: do not reuse_worktree_file for submodulesThomas Rast2014-02-18
* | | | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Junio C Hamano2014-03-07
|\ \ \ \
| * | | | diff: remove "diff-files -q" in a version of Git in a distant futureJunio C Hamano2013-07-19
* | | | | Merge branch 'nd/diff-quiet-stat-dirty'Junio C Hamano2014-02-27
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | diff: do not quit early on stat-dirty filesNguyễn Thái Ngọc Duy2014-02-24
| * | | diff.c: move diffcore_skip_stat_unmatch core logic out for reuse laterNguyễn Thái Ngọc Duy2014-02-24
| | |/ | |/|
* | | Merge branch 'jk/diff-filespec-cleanup'Junio C Hamano2014-01-27
|\ \ \
| * | | diff_filespec: drop xfrm_flags fieldJeff King2014-01-17
* | | | Merge branch 'sb/diff-orderfile-config'Junio C Hamano2014-01-10
|\ \ \ \
| * | | | diff: add diff.orderfile configuration variableSamuel Bronson2013-12-18
* | | | | Merge branch 'zk/difftool-counts'Junio C Hamano2013-12-27
|\ \ \ \ \
| * | | | | diff.c: fix some recent whitespace style violationsJeff King2013-12-16
| * | | | | difftool: display the number of files in the diff queue in the promptZoltan Klinger2013-12-06
| | |/ / / | |/| | |
* | | | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| |/ / /
* | | | Use the word 'stuck' instead of 'sticked'Nicolas Vigier2013-10-31
|/ / /
* | | Merge branch 'mg/more-textconv'Junio C Hamano2013-10-23
|\ \ \
| * | | diff_opt: track whether flags have been set explicitlyJunio C Hamano2013-05-10
* | | | Merge branch 'jc/diff-filter-negation'Junio C Hamano2013-09-09
|\ \ \ \ | | |_|/ | |/| |
| * | | diff: deprecate -q option to diff-filesJunio C Hamano2013-07-19
| * | | diff: allow lowercase letter to specify what change class to excludeJunio C Hamano2013-07-17
| * | | diff: reject unknown change class given to --diff-filterJunio C Hamano2013-07-17
| * | | diff: preparse --diff-filter string argumentJunio C Hamano2013-07-17
| * | | diff: factor out match_filter()Junio C Hamano2013-07-17
| * | | diff: pass the whole diff_options to diffcore_apply_filter()Junio C Hamano2013-07-17
* | | | diff: fix a possible null pointer dereferenceStefan Beller2013-08-09
* | | | diff: remove ternary operator evaluating always to trueStefan Beller2013-08-09
| |_|/ |/| |
* | | Merge branch 'ob/typofixes'Junio C Hamano2013-07-24
|\ \ \
| * | | typofix: in-code commentsOndřej Bílka2013-07-22
* | | | Merge branch 'sb/misc-fixes'Junio C Hamano2013-07-24
|\ \ \ \ | |/ / / |/| | |
| * | | diff.c: Do not initialize a variable, which gets reassigned anyway.Stefan Beller2013-07-15
| |/ /
| * | Merge branch 'jk/diff-algo-finishing-touches' into maintJunio C Hamano2013-04-24
| |\ \
* | \ \ Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-22
|\ \ \ \
| * | | | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
* | | | | Merge branch 'mm/diff-no-patch-synonym-to-s'Junio C Hamano2013-07-22
|\ \ \ \ \
| * | | | | diff: allow --patch & cie to override -s/--no-patchMatthieu Moy2013-07-17
| * | | | | diff: allow --no-patch as synonym for -sMatthieu Moy2013-07-17
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/maint-diff-core-safecrlf'Junio C Hamano2013-07-11
|\ \ \ \ \ | |_|/ / / |/| | | |