summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-18Merge branch 'rm/strchrnul-not-strlen'Libravatar Junio C Hamano1-6/+3
2014-03-18Merge branch 'dd/use-alloc-grow'Libravatar Junio C Hamano1-10/+2
2014-03-14Merge branch 'tr/diff-submodule-no-reuse-worktree'Libravatar Junio C Hamano1-2/+3
2014-03-10use strchrnul() in place of strchr() and strlen()Libravatar Rohit Mani1-6/+3
2014-03-07Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Libravatar Junio C Hamano1-8/+0
2014-03-03diff.c: use ALLOC_GROW()Libravatar Dmitry S. Dolzhenko1-10/+2
2014-02-27Merge branch 'nd/diff-quiet-stat-dirty'Libravatar Junio C Hamano1-24/+43
2014-02-24diff: do not quit early on stat-dirty filesLibravatar Nguyễn Thái Ngọc Duy1-5/+17
2014-02-24diff.c: move diffcore_skip_stat_unmatch core logic out for reuse laterLibravatar Nguyễn Thái Ngọc Duy1-21/+28
2014-02-18diff: do not reuse_worktree_file for submodulesLibravatar Thomas Rast1-2/+3
2014-01-27Merge branch 'jk/diff-filespec-cleanup'Libravatar Junio C Hamano1-2/+2
2014-01-17diff_filespec: drop xfrm_flags fieldLibravatar Jeff King1-2/+2
2014-01-10Merge branch 'sb/diff-orderfile-config'Libravatar Junio C Hamano1-0/+5
2013-12-27Merge branch 'zk/difftool-counts'Libravatar Junio C Hamano1-3/+17
2013-12-18diff: add diff.orderfile configuration variableLibravatar Samuel Bronson1-0/+5
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano1-28/+28
2013-12-16diff.c: fix some recent whitespace style violationsLibravatar Jeff King1-2/+2
2013-12-06difftool: display the number of files in the diff queue in the promptLibravatar Zoltan Klinger1-3/+17
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-28/+28
2013-10-31Use the word 'stuck' instead of 'sticked'Libravatar Nicolas Vigier1-1/+1
2013-10-23Merge branch 'mg/more-textconv'Libravatar Junio C Hamano1-0/+3
2013-09-09Merge branch 'jc/diff-filter-negation'Libravatar Junio C Hamano1-21/+104
2013-08-09diff: fix a possible null pointer dereferenceLibravatar Stefan Beller1-1/+1
2013-08-09diff: remove ternary operator evaluating always to trueLibravatar Stefan Beller1-2/+2
2013-07-24Merge branch 'ob/typofixes'Libravatar Junio C Hamano1-1/+1
2013-07-24Merge branch 'sb/misc-fixes'Libravatar Junio C Hamano1-3/+1
2013-07-22typofix: in-code commentsLibravatar Ondřej Bílka1-1/+1
2013-07-22Merge branch 'nd/const-struct-cache-entry'Libravatar Junio C Hamano1-1/+1
2013-07-22Merge branch 'mm/diff-no-patch-synonym-to-s'Libravatar Junio C Hamano1-12/+18
2013-07-19diff: remove "diff-files -q" in a version of Git in a distant futureLibravatar Junio C Hamano1-8/+0
2013-07-19diff: deprecate -q option to diff-filesLibravatar Junio C Hamano1-0/+8
2013-07-17diff: allow --patch & cie to override -s/--no-patchLibravatar Matthieu Moy1-11/+17
2013-07-17diff: allow --no-patch as synonym for -sLibravatar Matthieu Moy1-1/+1
2013-07-17diff: allow lowercase letter to specify what change class to excludeLibravatar Junio C Hamano1-1/+28
2013-07-17diff: reject unknown change class given to --diff-filterLibravatar Junio C Hamano1-1/+1
2013-07-17diff: preparse --diff-filter string argumentLibravatar Junio C Hamano1-7/+56
2013-07-17diff: factor out match_filter()Libravatar Junio C Hamano1-16/+13
2013-07-17diff: pass the whole diff_options to diffcore_apply_filter()Libravatar Junio C Hamano1-2/+4
2013-07-15diff.c: Do not initialize a variable, which gets reassigned anyway.Libravatar Stefan Beller1-3/+1
2013-07-11Merge branch 'jc/maint-diff-core-safecrlf'Libravatar Junio C Hamano1-1/+9
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-06-25diff: demote core.safecrlf=true to core.safecrlf=warnLibravatar Junio C Hamano1-1/+9
2013-06-19diff: add --ignore-blank-lines optionLibravatar Antoine Pelisse1-0/+2
2013-05-10diff_opt: track whether flags have been set explicitlyLibravatar Junio C Hamano1-0/+3
2013-04-24Merge branch 'jk/diff-algo-finishing-touches' into maintLibravatar Junio C Hamano1-2/+3
2013-04-15Merge branch 'jk/diff-graph-submodule-summary'Libravatar Junio C Hamano1-0/+1
2013-04-15Merge branch 'jk/diff-algo-finishing-touches'Libravatar Junio C Hamano1-2/+3
2013-04-12Correct common spelling mistakes in comments and testsLibravatar Stefano Lattarini1-1/+1
2013-04-05submodule: print graph output next to submodule logLibravatar John Keeping1-0/+1
2013-04-05diff: allow unstuck arguments with --diff-algorithmLibravatar John Keeping1-2/+3