aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska1-1/+1
2008-01-21Avoid running lstat(2) on the same cache entry.Junio C Hamano1-9/+14
2008-01-18color unchanged lines as "plain" in "diff --color-words"Jeff King1-5/+5
2008-01-16Correct spelling in diff.c commentBill Lear1-1/+1
2008-01-06diff: do not chomp hunk-header in the middle of a characterJunio C Hamano1-0/+25
2008-01-04diff: remove lazy config loadingJeff King1-9/+0
2008-01-04diff: load funcname patterns in "basic" configJeff King1-3/+8
2008-01-04add a "basic" diff config callbackJeff King1-0/+6
2007-12-26Fix rewrite_diff() name quoting.Junio C Hamano1-3/+9
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin1-8/+17
2007-12-17Support config variable diff.externalJohannes Schindelin1-0/+7
2007-12-13Make "diff --check" output match "git apply"Wincent Colaiuta1-2/+1
2007-12-13Unify whitespace checkingWincent Colaiuta1-119/+19
2007-12-13diff --check: minor fixupsJunio C Hamano1-5/+14
2007-12-13"diff --check" should affect exit statusWincent Colaiuta1-0/+9
2007-12-13xdl_diff: identify call sites.Junio C Hamano1-5/+5
2007-12-12Fix "diff --check" whitespace detectionWincent Colaiuta1-3/+10
2007-12-12git-diff --numstat -z: make it machine readableJunio C Hamano1-32/+68
2007-12-12Use "whitespace" consistentlyWincent Colaiuta1-2/+2
2007-12-09Merge branch 'jc/spht'Junio C Hamano1-11/+29
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano1-7/+12
2007-12-05git config --get-colorboolJunio C Hamano1-1/+1
2007-11-21Fix "quote" misconversion for rewrite diff output.Junio C Hamano1-1/+1
2007-11-11Reorder diff_opt_parse options more logically per topics.Pierre Habouzit1-53/+63
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit1-63/+60
2007-11-02git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano1-2/+12
2007-11-02War on whitespace: first, a bit of retreat.Junio C Hamano1-5/+8
2007-11-01Merge branch 'js/forkexec'Junio C Hamano1-35/+3
2007-10-26copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds1-23/+17
2007-10-26Ref-count the filespecs used by diffcoreLinus Torvalds1-4/+11
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe1-2/+6
2007-10-21Use run_command() to spawn external diff programs instead of fork/exec.Johannes Sixt1-35/+3
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano1-229/+123
2007-10-02rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano1-2/+2
2007-10-02diffcore-rename: cache file deltasJeff King1-1/+6
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-8/+6
2007-09-20Full rework of quote_c_style and write_name_quoted.Pierre Habouzit1-193/+110
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-11/+2
2007-09-18Merge branch 'master' into ph/strbufJunio C Hamano1-1/+1
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit1-7/+5
2007-09-14Fix the rename detection limit checkingLinus Torvalds1-1/+1
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-2/+2
2007-09-10Merge branch 'master' into ph/strbufJunio C Hamano1-4/+17
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege1-4/+17
2007-09-06Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit1-18/+9
2007-08-31git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano1-0/+5
2007-08-19Take binary diffs into account for "git rebase"Linus Torvalds1-4/+0
2007-08-14diff: squelch empty diffs even moreRené Scharfe1-1/+2
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano1-0/+52