Age | Commit message (Expand) | Author | Files | Lines |
2010-10-05 | diffcore-pickaxe.c: remove unnecessary curly braces | Brandon Casey | 1 | -2/+1 |
2010-08-31 | git log/diff: add -G<regexp> that greps in the patch text | Junio C Hamano | 1 | -1/+149 |
2010-08-31 | diff: pass the entire diff-options to diffcore_pickaxe() | Junio C Hamano | 1 | -1/+3 |
2010-05-07 | Add a macro DIFF_QUEUE_CLEAR. | Bo Yang | 1 | -2/+1 |
2009-03-17 | pickaxe: count regex matches only once | René Scharfe | 1 | -2/+4 |
2009-03-02 | diffcore-pickaxe: use memmem() | René Scharfe | 1 | -10/+8 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-05-07 | diff -S: release the image after looking for needle in it | Junio C Hamano | 1 | -0/+1 |
2007-01-25 | diffcore-pickaxe: fix infinite loop on zero-length needle | Jeff King | 1 | -0/+2 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -2/+0 |
2006-04-04 | On some platforms, certain headers need to be included before regex.h | Johannes Schindelin | 1 | -2/+2 |
2006-04-04 | Support for pickaxe matching regular expressions | Petr Baudis | 1 | -16/+50 |
2005-07-23 | [PATCH] diffcore-pickaxe: switch to "counting" behaviour. | Junio C Hamano | 1 | -6/+17 |
2005-05-29 | [PATCH] Do not include unused header files. | Junio C Hamano | 1 | -1/+0 |
2005-05-29 | [PATCH] Optimize diff-tree -[CM] --stdin | Junio C Hamano | 1 | -1/+1 |
2005-05-29 | [PATCH] Add --pickaxe-all to diff-* brothers. | Junio C Hamano | 1 | -20/+57 |
2005-05-29 | [PATCH] Introduce diff_free_filepair() funcion. | Junio C Hamano | 1 | -1/+1 |
2005-05-23 | [PATCH] Performance fix for pickaxe. | Junio C Hamano | 1 | -1/+2 |
2005-05-23 | [PATCH] Rename/copy detection fix. | Junio C Hamano | 1 | -1/+1 |
2005-05-22 | [PATCH] Diffcore updates. | Junio C Hamano | 1 | -8/+7 |
2005-05-21 | [PATCH] The diff-raw format updates. | Junio C Hamano | 1 | -3/+3 |
2005-05-21 | [PATCH] Prepare diffcore interface for diff-tree header supression. | Junio C Hamano | 1 | -1/+2 |
2005-05-21 | [PATCH] Introducing software archaeologist's tool "pickaxe". | Junio C Hamano | 1 | -0/+56 |