aboutsummaryrefslogtreecommitdiffstats
path: root/diff.h
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Fix buffer overflow in git diffDmitry Potapov1-5/+4
2008-05-26Merge branch 'jc/diff-no-no-index'Junio C Hamano1-4/+2
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-2/+2
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano1-4/+2
2008-05-15diff options: Introduce --ignore-submodulesJohannes Schindelin1-0/+1
2008-05-14Merge branch 'jk/renamelimit' (early part)Junio C Hamano1-0/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-05-03diff: make "too many files" rename warning optionalJeff King1-0/+1
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins1-1/+0
2008-03-14Write diff output to a file in struct diff_optionsDaniel Barkalow1-0/+3
2008-02-27Merge branch 'jc/diff-relative'Junio C Hamano1-0/+3
2008-02-24Merge branch 'lt/dirstat'Junio C Hamano1-0/+3
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz1-0/+1
2008-02-13diff --relative: output paths as relative to the current subdirectoryJunio C Hamano1-0/+3
2008-02-12Add "--dirstat" for some directory statisticsLinus Torvalds1-0/+3
2008-01-04add a "basic" diff config callbackJeff King1-0/+1
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin1-0/+1
2007-12-13diff --check: minor fixupsJunio C Hamano1-0/+2
2007-12-13"diff --check" should affect exit statusWincent Colaiuta1-0/+1
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano1-16/+24
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit1-16/+24
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano1-0/+2
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano1-1/+3
2007-08-14diff: squelch empty diffs even moreRené Scharfe1-0/+1
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano1-0/+1
2007-06-22Finally implement "git log --follow"Linus Torvalds1-0/+1
2007-06-08Even more missing staticJunio C Hamano1-2/+0
2007-04-22Support 'diff=pgm' attributeJunio C Hamano1-0/+1
2007-03-14diff --quietJunio C Hamano1-2/+2
2007-03-14Remove unused diffcore_std_no_resolveJunio C Hamano1-2/+0
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen1-1/+4
2007-02-28diff: make more cases implicit --no-indexJohannes Schindelin1-0/+2
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin1-0/+3
2007-02-22Teach git-diff-files the new option `--no-index`Johannes Schindelin1-0/+1
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano1-0/+1
2007-01-06diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano1-1/+3
2006-12-15make commit message a little more consistent and confortingNicolas Pitre1-0/+1
2006-11-07Merge branch 'jc/pickaxe'Junio C Hamano1-0/+1
2006-11-04git-pickaxe: rename detection optimizationJunio C Hamano1-0/+1
2006-10-26Make git-cherry handle root treesRene Scharfe1-0/+2
2006-10-13diff --numstatJunio C Hamano1-7/+9
2006-09-30Merge branch 'jc/diff-stat'Junio C Hamano1-0/+3
2006-09-27diff --stat: allow custom diffstat output width.Junio C Hamano1-0/+3
2006-09-24diff.c: second war on whitespace.Junio C Hamano1-0/+1
2006-09-07diff: support custom callbacks for outputJeff King1-0/+8
2006-08-10Add the --color-words option to the diff options familyJohannes Schindelin1-1/+2
2006-07-24Colorize 'commit' lines in log uiJeff King1-0/+11
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano1-1/+1
2006-07-07Add -a and --text to common diff options helpStephan Feder1-1/+2
2006-07-07Teach --text option to diffStephan Feder1-0/+1
2006-07-05Merge branch 'th/diff'Junio C Hamano1-12/+16
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen1-0/+1
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen1-12/+15
2006-06-26add diff_flush_patch_id() to calculate the patch idJohannes Schindelin1-0/+2
2006-06-23Teach diff about -b and -w flagsJohannes Schindelin1-0/+1
2006-06-17diff options: add --colorJohannes Schindelin1-1/+2
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-0/+3
2006-05-21diff family: add --check optionJohannes Schindelin1-0/+1
2006-05-15Merge branch 'se/diff'Junio C Hamano1-1/+2
2006-05-14Add "--summary" option to git diff.Sean1-1/+2
2006-05-14git diff: support "-U" and "--unified" options properlyLinus Torvalds1-0/+1
2006-05-05binary diff: further updates.Junio C Hamano1-0/+1
2006-04-29built-in diff: assorted updates.Junio C Hamano1-0/+2
2006-04-22Libified diff-index: backward compatibility fix.Junio C Hamano1-1/+1
2006-04-22Libify diff-index.Junio C Hamano1-0/+2
2006-04-22Libify diff-files.Junio C Hamano1-2/+5
2006-04-17Log message printout cleanupsLinus Torvalds1-4/+4
2006-04-15diff-options: add --patch-with-statJohannes Schindelin1-0/+3
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin1-0/+2
2006-04-11Merge branch 'jc/diff' into nextJunio C Hamano1-1/+5
2006-04-11Document --patch-with-rawPetr Baudis1-0/+2
2006-04-10diff-* --patch-with-rawJunio C Hamano1-0/+1
2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano1-1/+5
2006-04-10Retire diffcore-pathspec.Junio C Hamano1-1/+0
2006-04-04Support for pickaxe matching regular expressionsPetr Baudis1-0/+1
2006-03-29tree/diff header cleanup.Junio C Hamano1-11/+1
2006-02-10combine-diff: Record diff status a bit more faithfullyJunio C Hamano1-0/+1
2006-02-09combine-diff: move formatting logic to show_combined_diff()Junio C Hamano1-1/+2
2006-02-09diff-tree -c raw outputLinus Torvalds1-3/+3
2006-02-06combine-diff: show mode changes as well.Junio C Hamano1-1/+8
2006-02-05combine-diff: remove misguided --show-empty hack.Junio C Hamano1-2/+2
2006-01-31Make the "struct tree_desc" operations available to othersLinus Torvalds1-0/+3
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano1-3/+13
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano1-3/+0
2006-01-28diff-files: -c and --cc options.Junio C Hamano1-0/+11
2006-01-28diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano1-1/+1
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano1-0/+2
2005-12-19diff --abbrev: document --abbrev=<n> form.Junio C Hamano1-1/+1
2005-12-19diff: --abbrev optionJunio C Hamano1-1/+8
2005-11-21Move diff.renamelimit out of default configuration.Junio C Hamano1-0/+1
2005-11-16diff: --full-indexJunio C Hamano1-1/+3
2005-10-28Documentation changes to recursive option for git-diff-treeChris Shoemaker1-1/+0
2005-10-22Split up tree diff functions into tree-diff.c libraryLinus Torvalds1-0/+29
2005-10-04Fix diff-filter All-Or-None mark.Junio C Hamano1-1/+1
2005-09-24Diff: --name-status output format.Junio C Hamano1-0/+2
2005-09-24Diff: -l<num> to limit rename/copy detection.Junio C Hamano1-15/+15
2005-09-24Diff clean-up.Junio C Hamano1-16/+31
2005-09-22Retire diff-helper.Junio C Hamano1-9/+0
2005-07-25diff-raw: Use 'A' instead of 'N' for added files.Junio C Hamano1-1/+1
2005-07-25Use symbolic constants for diff-raw status indicators.Junio C Hamano1-0/+16
2005-07-14Split up "diff_format" into "format" and "line_termination".Linus Torvalds1-4/+2
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano1-0/+20
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano1-0/+2
2005-06-12[PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano1-2/+6
2005-06-03[PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano1-9/+1
2005-06-01[PATCH] diff: mode bits fixesJunio C Hamano1-0/+4
2005-05-30[PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano1-2/+5
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano1-1/+4
2005-05-30[PATCH] diff: consolidate various calls into diffcore.Junio C Hamano1-0/+4
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano1-0/+2
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano1-1/+3
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano1-5/+7
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano1-2/+0
2005-05-23[PATCH] diff-raw format update take #2.Junio C Hamano1-7/+9
2005-05-22[PATCH] Diffcore updates.Junio C Hamano1-7/+15
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano1-1/+11
2005-05-21[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano1-5/+7
2005-05-21[PATCH] Constness fix for pickaxe option.Junio C Hamano1-1/+1
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano1-0/+1
2005-05-19[PATCH] diff overhaulJunio C Hamano1-1/+3
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano1-15/+4
2005-05-18[PATCH] Diff-helper updateJunio C Hamano1-1/+1
2005-05-15[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.Junio C Hamano1-1/+1
2005-05-04Optimize diff-cache -p --cachedJunio C Hamano1-8/+5
2005-04-27[PATCH] Reworked external diff interface.Junio C Hamano1-5/+14
2005-04-26[PATCH] Diff-tree-helper take two.Junio C Hamano1-10/+24
2005-04-25[PATCH] Split external diff command interface to a separate file.Junio C Hamano1-0/+17