| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Reorder diff_opt_parse options more logically per topics. | Pierre Habouzit | 2007-11-11 | 1 | -53/+63 |
* | | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 | 1 | -63/+60 |
|/ |
|
* | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 | 1 | -35/+3 |
|\ |
|
| * | Use run_command() to spawn external diff programs instead of fork/exec. | Johannes Sixt | 2007-10-21 | 1 | -35/+3 |
* | | copy vs rename detection: avoid unnecessary O(n*m) loops | Linus Torvalds | 2007-10-26 | 1 | -23/+17 |
* | | Ref-count the filespecs used by diffcore | Linus Torvalds | 2007-10-26 | 1 | -4/+11 |
* | | Correct some sizeof(size_t) != sizeof(unsigned long) typing errors | René Scharfe | 2007-10-22 | 1 | -2/+6 |
|/ |
|
* | Merge branch 'ph/strbuf' | Junio C Hamano | 2007-10-03 | 1 | -229/+123 |
|\ |
|
| * | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 | 1 | -8/+6 |
| * | Full rework of quote_c_style and write_name_quoted. | Pierre Habouzit | 2007-09-20 | 1 | -193/+110 |
| * | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -11/+2 |
| * | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-18 | 1 | -1/+1 |
| |\ |
|
| * | | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 | 1 | -1/+0 |
| * | | Rewrite convert_to_{git,working_tree} to use strbuf's. | Pierre Habouzit | 2007-09-16 | 1 | -7/+5 |
| * | | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 | 1 | -2/+2 |
| * | | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-10 | 1 | -4/+17 |
| |\ \ |
|
| * | | | Use strbuf API in apply, blame, commit-tree and diff | Pierre Habouzit | 2007-09-06 | 1 | -18/+9 |
* | | | | rename diff_free_filespec_data_large() to diff_free_filespec_blob() | Junio C Hamano | 2007-10-02 | 1 | -2/+2 |
* | | | | diffcore-rename: cache file deltas | Jeff King | 2007-10-02 | 1 | -1/+6 |
| |_|/
|/| | |
|
* | | | Fix the rename detection limit checking | Linus Torvalds | 2007-09-14 | 1 | -1/+1 |
| |/
|/| |
|
* | | git-diff: don't squelch the new SHA1 in submodule diffs | Sven Verdoolaege | 2007-09-09 | 1 | -4/+17 |
|/ |
|
* | git-diff: resurrect the traditional empty "diff --git" behaviour | Junio C Hamano | 2007-08-31 | 1 | -0/+5 |
* | Take binary diffs into account for "git rebase" | Linus Torvalds | 2007-08-19 | 1 | -4/+0 |
* | diff: squelch empty diffs even more | René Scharfe | 2007-08-14 | 1 | -1/+2 |
* | git-diff: squelch "empty" diffs | Junio C Hamano | 2007-08-14 | 1 | -0/+52 |
* | git_mkstemp(): be careful not to overflow the path buffer. | Junio C Hamano | 2007-07-25 | 1 | -1/+1 |
* | diff.c: make built-in hunk header pattern a separate table | Junio C Hamano | 2007-07-08 | 1 | -6/+16 |
* | diff: honor binariness specified in attributes | Junio C Hamano | 2007-07-07 | 1 | -5/+9 |
* | Fix configuration syntax to specify customized hunk header patterns. | Junio C Hamano | 2007-07-07 | 1 | -67/+80 |
* | Per-path attribute based hunk header selection. | Junio C Hamano | 2007-07-06 | 1 | -1/+95 |
* | Future-proof source for changes in xdemitconf_t | Johannes Schindelin | 2007-07-06 | 1 | -5/+5 |
* | Introduce diff_filespec_is_binary() | Junio C Hamano | 2007-07-06 | 1 | -35/+36 |
* | Merge branch 'maint' | Junio C Hamano | 2007-07-03 | 1 | -1/+2 |
|\ |
|
| * | diff --no-index: fix --name-status with added files | Johannes Schindelin | 2007-07-03 | 1 | -1/+2 |
| * | Move buffer_is_binary() to xdiff-interface.h | Johannes Schindelin | 2007-06-15 | 1 | -6/+1 |
* | | Add diff-option --ext-diff | Johannes Schindelin | 2007-07-03 | 1 | -0/+4 |
* | | Merge branch 'jc/diffcore' | Junio C Hamano | 2007-07-02 | 1 | -0/+16 |
|\ \ |
|
| * | | diffcore_filespec: add is_binary | Junio C Hamano | 2007-06-30 | 1 | -0/+16 |
* | | | diff: round down similarity index | René Scharfe | 2007-06-25 | 1 | -11/+11 |
|/ / |
|
* | | Finally implement "git log --follow" | Linus Torvalds | 2007-06-22 | 1 | -0/+2 |
* | | Teach diff to imply --find-copies-harder upon -C -C | Johannes Schindelin | 2007-06-12 | 1 | -0/+2 |
* | | Even more missing static | Junio C Hamano | 2007-06-08 | 1 | -1/+3 |
* | | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -2/+2 |
* | | Move buffer_is_binary() to xdiff-interface.h | Johannes Schindelin | 2007-06-04 | 1 | -6/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-05-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-26 | 1 | -1/+1 |
| |\ |
|
| | * | Replace the last 'dircache's by 'index' | Jakub Narebski | 2007-05-25 | 1 | -1/+1 |
* | | | rename dirlink to gitlink. | Martin Waitz | 2007-05-21 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-20 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | Use PATH_MAX instead of TEMPFILE_PATH_LEN | Fernando J. Pereda | 2007-05-20 | 1 | -4/+2 |