summaryrefslogtreecommitdiff
path: root/diff.h
AgeCommit message (Expand)Author
2006-09-07diff: support custom callbacks for outputJeff King
2006-08-10Add the --color-words option to the diff options familyJohannes Schindelin
2006-07-24Colorize 'commit' lines in log uiJeff King
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano
2006-07-07Add -a and --text to common diff options helpStephan Feder
2006-07-07Teach --text option to diffStephan Feder
2006-07-05Merge branch 'th/diff'Junio C Hamano
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen
2006-06-26add diff_flush_patch_id() to calculate the patch idJohannes Schindelin
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin
2006-06-18diff options: add --colorJohannes Schindelin
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-21diff family: add --check optionJohannes Schindelin
2006-05-16Merge branch 'se/diff'Junio C Hamano
2006-05-14Add "--summary" option to git diff.Sean
2006-05-14git diff: support "-U" and "--unified" options properlyLinus Torvalds
2006-05-05binary diff: further updates.Junio C Hamano
2006-04-29built-in diff: assorted updates.Junio C Hamano
2006-04-22Libified diff-index: backward compatibility fix.Junio C Hamano
2006-04-22Libify diff-index.Junio C Hamano
2006-04-22Libify diff-files.Junio C Hamano
2006-04-17Log message printout cleanupsLinus Torvalds
2006-04-16diff-options: add --patch-with-statJohannes Schindelin
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin
2006-04-11Merge branch 'jc/diff' into nextJunio C Hamano
2006-04-11Document --patch-with-rawPetr Baudis
2006-04-11diff-* --patch-with-rawJunio C Hamano
2006-04-10tree-diff: do not assume we use only one pathspecJunio C Hamano
2006-04-10Retire diffcore-pathspec.Junio C Hamano
2006-04-04Support for pickaxe matching regular expressionsPetr Baudis
2006-03-30tree/diff header cleanup.Junio C Hamano
2006-02-10combine-diff: Record diff status a bit more faithfullyJunio C Hamano
2006-02-09combine-diff: move formatting logic to show_combined_diff()Junio C Hamano
2006-02-09diff-tree -c raw outputLinus Torvalds
2006-02-06combine-diff: show mode changes as well.Junio C Hamano
2006-02-06combine-diff: remove misguided --show-empty hack.Junio C Hamano
2006-02-01Make the "struct tree_desc" operations available to othersLinus Torvalds
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano
2006-01-28diff-files: -c and --cc options.Junio C Hamano
2006-01-28diff-tree --cc: denser combined diff output for a merge commit.Junio C Hamano
2006-01-28diff-tree -c: show a merge commit a bit more sensibly.Junio C Hamano
2005-12-20diff --abbrev: document --abbrev=<n> form.Junio C Hamano
2005-12-20diff: --abbrev optionJunio C Hamano
2005-11-22Move diff.renamelimit out of default configuration.Junio C Hamano
2005-11-17diff: --full-indexJunio C Hamano
2005-10-28Documentation changes to recursive option for git-diff-treeChris Shoemaker
2005-10-23Split up tree diff functions into tree-diff.c libraryLinus Torvalds
2005-10-05Fix diff-filter All-Or-None mark.Junio C Hamano