aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* git config --get-colorboolJunio C Hamano2007-12-05
* Fix "quote" misconversion for rewrite diff output.Junio C Hamano2007-11-21
* Reorder diff_opt_parse options more logically per topics.Pierre Habouzit2007-11-11
* Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-11
* Merge branch 'js/forkexec'Junio C Hamano2007-11-01
|\
| * Use run_command() to spawn external diff programs instead of fork/exec.Johannes Sixt2007-10-21
* | copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds2007-10-26
* | Ref-count the filespecs used by diffcoreLinus Torvalds2007-10-26
* | Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe2007-10-22
|/
* Merge branch 'ph/strbuf'Junio C Hamano2007-10-03
|\
| * strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
| * Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-20
| * Use xmemdupz() in many places.Pierre Habouzit2007-09-18
| * Merge branch 'master' into ph/strbufJunio C Hamano2007-09-18
| |\
| * | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
| * | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-16
| * | Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
| * | Merge branch 'master' into ph/strbufJunio C Hamano2007-09-10
| |\ \
| * | | Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit2007-09-06
* | | | rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano2007-10-02
* | | | diffcore-rename: cache file deltasJeff King2007-10-02
| |_|/ |/| |
* | | Fix the rename detection limit checkingLinus Torvalds2007-09-14
| |/ |/|
* | git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege2007-09-09
|/
* git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano2007-08-31
* Take binary diffs into account for "git rebase"Linus Torvalds2007-08-19
* diff: squelch empty diffs even moreRené Scharfe2007-08-14
* git-diff: squelch "empty" diffsJunio C Hamano2007-08-14
* git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano2007-07-25
* diff.c: make built-in hunk header pattern a separate tableJunio C Hamano2007-07-08
* diff: honor binariness specified in attributesJunio C Hamano2007-07-07
* Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano2007-07-07
* Per-path attribute based hunk header selection.Junio C Hamano2007-07-06
* Future-proof source for changes in xdemitconf_tJohannes Schindelin2007-07-06
* Introduce diff_filespec_is_binary()Junio C Hamano2007-07-06
* Merge branch 'maint'Junio C Hamano2007-07-03
|\
| * diff --no-index: fix --name-status with added filesJohannes Schindelin2007-07-03
| * Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin2007-06-15
* | Add diff-option --ext-diffJohannes Schindelin2007-07-03
* | Merge branch 'jc/diffcore'Junio C Hamano2007-07-02
|\ \
| * | diffcore_filespec: add is_binaryJunio C Hamano2007-06-30
* | | diff: round down similarity indexRené Scharfe2007-06-25
|/ /
* | Finally implement "git log --follow"Linus Torvalds2007-06-22
* | Teach diff to imply --find-copies-harder upon -C -CJohannes Schindelin2007-06-12
* | Even more missing staticJunio C Hamano2007-06-08
* | War on whitespaceJunio C Hamano2007-06-07
* | Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin2007-06-04
* | Merge branch 'maint'Junio C Hamano2007-05-26
|\ \ | |/
| * Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-26
| |\
| | * Replace the last 'dircache's by 'index'Jakub Narebski2007-05-25
* | | rename dirlink to gitlink.Martin Waitz2007-05-21
|/ /