summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2008-01-18color unchanged lines as "plain" in "diff --color-words"Jeff King
2008-01-16Correct spelling in diff.c commentBill Lear
2008-01-07diff: do not chomp hunk-header in the middle of a characterJunio C Hamano
2008-01-05diff: remove lazy config loadingJeff King
2008-01-05diff: load funcname patterns in "basic" configJeff King
2008-01-05add a "basic" diff config callbackJeff King
2007-12-27Fix rewrite_diff() name quoting.Junio C Hamano
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin
2007-12-18Support config variable diff.externalJohannes Schindelin
2007-12-14Make "diff --check" output match "git apply"Wincent Colaiuta
2007-12-14Unify whitespace checkingWincent Colaiuta
2007-12-14diff --check: minor fixupsJunio C Hamano
2007-12-14"diff --check" should affect exit statusWincent Colaiuta
2007-12-14xdl_diff: identify call sites.Junio C Hamano
2007-12-12Fix "diff --check" whitespace detectionWincent Colaiuta
2007-12-12git-diff --numstat -z: make it machine readableJunio C Hamano
2007-12-12Use "whitespace" consistentlyWincent Colaiuta
2007-12-09Merge branch 'jc/spht'Junio C Hamano
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano
2007-12-06git config --get-colorboolJunio C Hamano
2007-11-22Fix "quote" misconversion for rewrite diff output.Junio C Hamano
2007-11-12Reorder diff_opt_parse options more logically per topics.Pierre Habouzit
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-03git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano
2007-11-03War on whitespace: first, a bit of retreat.Junio C Hamano
2007-11-01Merge branch 'js/forkexec'Junio C Hamano
2007-10-27copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds
2007-10-27Ref-count the filespecs used by diffcoreLinus Torvalds
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe
2007-10-21Use run_command() to spawn external diff programs instead of fork/exec.Johannes Sixt
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano
2007-10-03rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano
2007-10-03diffcore-rename: cache file deltasJeff King
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-19Merge branch 'master' into ph/strbufJunio C Hamano
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-17Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit
2007-09-14Fix the rename detection limit checkingLinus Torvalds
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-10Merge branch 'master' into ph/strbufJunio C Hamano
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege
2007-09-07Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit
2007-09-01git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano
2007-08-19Take binary diffs into account for "git rebase"Linus Torvalds
2007-08-15diff: squelch empty diffs even moreRené Scharfe
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano
2007-07-26git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano
2007-07-08diff.c: make built-in hunk header pattern a separate tableJunio C Hamano