summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)AuthorFilesLines
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-228/+122
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-17/+8
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
2007-07-25git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano1-1/+1
2007-07-08diff.c: make built-in hunk header pattern a separate tableJunio C Hamano1-6/+16
2007-07-07diff: honor binariness specified in attributesJunio C Hamano1-5/+9
2007-07-07Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano1-67/+80
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano1-1/+95
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin1-5/+5
2007-07-06Introduce diff_filespec_is_binary()Junio C Hamano1-35/+36
2007-07-03Merge branch 'maint'Junio C Hamano1-1/+2
2007-07-03Add diff-option --ext-diffJohannes Schindelin1-0/+4