| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Clean up diff_setup() to make it more extensible. | Junio C Hamano | 2005-05-29 | 1 | -2/+3 |
* | [PATCH] Remove final newline from the value of xfrm_msg variable. | Junio C Hamano | 2005-05-29 | 1 | -3/+3 |
* | [PATCH] Do not expose internal scaling to diff-helper. | Junio C Hamano | 2005-05-29 | 1 | -1/+1 |
* | [PATCH] Introduce diff_free_filepair() funcion. | Junio C Hamano | 2005-05-29 | 1 | -6/+9 |
* | [PATCH] Diff updates to express type changes | Junio C Hamano | 2005-05-26 | 1 | -9/+36 |
* | [PATCH] Mode only changes from diff. | Junio C Hamano | 2005-05-25 | 1 | -2/+4 |
* | [PATCH] Fix type-change handling when assigning the status code to filepairs. | Junio C Hamano | 2005-05-25 | 1 | -14/+22 |
* | diff.c: don't silently ignore unknown state changes in diffs. | Linus Torvalds | 2005-05-25 | 1 | -1/+1 |
* | [PATCH] Redo rename/copy detection logic. | Junio C Hamano | 2005-05-24 | 1 | -19/+98 |
* | [PATCH] Fix diff-pruning logic which was running prune too early. | Junio C Hamano | 2005-05-23 | 1 | -92/+64 |
* | [PATCH] diff-raw format update take #2. | Junio C Hamano | 2005-05-23 | 1 | -48/+76 |
* | [PATCH] Rename/copy detection fix. | Junio C Hamano | 2005-05-23 | 1 | -47/+98 |
* | Some more sparse warning fixes | Linus Torvalds | 2005-05-22 | 1 | -4/+4 |
* | Include file cleanups.. | Linus Torvalds | 2005-05-22 | 1 | -1/+0 |
* | [PATCH] Diffcore updates. | Junio C Hamano | 2005-05-22 | 1 | -82/+90 |
* | [PATCH] The diff-raw format updates. | Junio C Hamano | 2005-05-21 | 1 | -58/+74 |
* | [PATCH] Prepare diffcore interface for diff-tree header supression. | Junio C Hamano | 2005-05-21 | 1 | -21/+22 |
* | [PATCH] Constness fix for pickaxe option. | Junio C Hamano | 2005-05-21 | 1 | -1/+1 |
* | [PATCH] Introducing software archaeologist's tool "pickaxe". | Junio C Hamano | 2005-05-21 | 1 | -9/+14 |
* | [PATCH] Diff overhaul, adding half of copy detection. | Junio C Hamano | 2005-05-21 | 1 | -413/+286 |
* | sparse cleanup | Linus Torvalds | 2005-05-20 | 1 | -3/+3 |
* | [PATCH] Simplify "reverse-diff" logic in the diff core. | Junio C Hamano | 2005-05-20 | 1 | -23/+15 |
* | [PATCH] diff overhaul | Junio C Hamano | 2005-05-19 | 1 | -29/+113 |
* | [PATCH] Declare stacked variables before the first statement. | Thomas Glanzmann | 2005-05-19 | 1 | -2/+2 |
* | [PATCH] Detect renames in diff family. | Junio C Hamano | 2005-05-19 | 1 | -4/+17 |
* | diff.c: remove left-over scoring debug message | Linus Torvalds | 2005-05-19 | 1 | -3/+0 |
* | [PATCH] Detect renames in diff family. | Junio C Hamano | 2005-05-19 | 1 | -32/+378 |
* | [PATCH] Diff-helper update | Junio C Hamano | 2005-05-18 | 1 | -12/+22 |
* | [PATCH] Fix diff output take #4. | Junio C Hamano | 2005-05-18 | 1 | -7/+7 |
* | Rename cache_match_stat() to ce_match_stat() | Brad Roberts | 2005-05-15 | 1 | -1/+1 |
* | [PATCH 1/3] Update mode-change strings in diff output. | Junio C Hamano | 2005-05-15 | 1 | -10/+12 |
* | Rename environment variables. | Junio C Hamano | 2005-05-09 | 1 | -5/+5 |
* | [PATCH] Add #include <limits.h> so that git compiles under Solaris | Thomas Glanzmann | 2005-05-07 | 1 | -0/+1 |
* | Update diff engine for symlinks stored in the cache. | Junio C Hamano | 2005-05-05 | 1 | -22/+56 |
* | Optimize diff-cache -p --cached | Junio C Hamano | 2005-05-04 | 1 | -13/+54 |
* | Terminate diff-* on non-zero exit from GIT_EXTERNAL_DIFF | Junio C Hamano | 2005-05-04 | 1 | -8/+12 |
* | Change the prefix for builtin diff generation. | Linus Torvalds | 2005-05-01 | 1 | -1/+1 |
* | [PATCH] Rework built-in diff to make its output more dense. | Junio C Hamano | 2005-05-01 | 1 | -11/+15 |
* | [PATCH] diff.c: clean temporary files | Junio C Hamano | 2005-04-28 | 1 | -5/+24 |
* | [PATCH] Make diff-cache and friends output more cg-patch friendly. | Junio C Hamano | 2005-04-28 | 1 | -20/+36 |
* | diff.c: don't add extra '/' to pathname | Linus Torvalds | 2005-04-27 | 1 | -2/+0 |
* | [PATCH] Reworked external diff interface. | Junio C Hamano | 2005-04-27 | 1 | -35/+58 |
* | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 2005-04-26 | 1 | -3/+2 |
* | [PATCH] Diff-tree-helper take two. | Junio C Hamano | 2005-04-26 | 1 | -43/+205 |
* | [PATCH] Split external diff command interface to a separate file. | Junio C Hamano | 2005-04-25 | 1 | -0/+106 |