| Commit message (Expand) | Author | Age | Files | Lines |
* | diffcore-pickaxe: unify code for log -S/-G | Jeff King | 2013-04-05 | 1 | -69/+49 |
* | diffcore-pickaxe: fix leaks in "log -S<block>" and "log -G<pattern>" | Junio C Hamano | 2013-04-05 | 1 | -5/+7 |
* | diffcore-pickaxe: port optimization from has_changes() to diff_grep() | Junio C Hamano | 2013-04-05 | 1 | -1/+6 |
* | diffcore-pickaxe: respect --no-textconv | Simon Ruderich | 2013-04-05 | 1 | -4/+8 |
* | diffcore-pickaxe: remove fill_one() | Jeff King | 2013-04-04 | 1 | -20/+10 |
* | diffcore-pickaxe: remove unnecessary call to get_textconv() | Simon Ruderich | 2013-04-04 | 1 | -9/+14 |
* | pickaxe: use textconv for -S counting | Jeff King | 2012-10-28 | 1 | -17/+39 |
* | pickaxe: hoist empty needle check | Jeff King | 2012-10-28 | 1 | -2/+3 |
* | diff_grep: use textconv buffers for add/deleted files | Jeff King | 2012-10-28 | 1 | -2/+2 |
* | pickaxe: allow -i to search in patch case-insensitively | Junio C Hamano | 2012-02-28 | 1 | -2/+7 |
* | pickaxe: factor out pickaxers/pickaxe | René Scharfe | 2011-10-07 | 1 | -67/+43 |
* | pickaxe: give diff_grep the same signature as has_changes | René Scharfe | 2011-10-07 | 1 | -3/+4 |
* | pickaxe: pass diff_options to contains and has_changes | René Scharfe | 2011-10-07 | 1 | -14/+14 |
* | pickaxe: factor out has_changes | René Scharfe | 2011-10-07 | 1 | -36/+21 |
* | pickaxe: plug regex/kws leak | René Scharfe | 2011-10-07 | 1 | -6/+7 |
* | pickaxe: plug regex leak | René Scharfe | 2011-10-07 | 1 | -7/+6 |
* | pickaxe: plug diff filespec leak with empty needle | René Scharfe | 2011-10-07 | 1 | -2/+2 |
* | Use kwset in pickaxe | Fredrik Kuivinen | 2011-08-20 | 1 | -11/+23 |
* | diffcore-pickaxe.c: a void function shouldn't try to return something | Brandon Casey | 2010-10-06 | 1 | -2/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2010-10-06 | 1 | -2/+1 |
|\ |
|
| * | diffcore-pickaxe.c: remove unnecessary curly braces | Brandon Casey | 2010-10-05 | 1 | -2/+1 |
* | | git log/diff: add -G<regexp> that greps in the patch text | Junio C Hamano | 2010-08-31 | 1 | -1/+149 |
* | | diff: pass the entire diff-options to diffcore_pickaxe() | Junio C Hamano | 2010-08-31 | 1 | -1/+3 |
|/ |
|
* | Add a macro DIFF_QUEUE_CLEAR. | Bo Yang | 2010-05-07 | 1 | -2/+1 |
* | pickaxe: count regex matches only once | René Scharfe | 2009-03-17 | 1 | -2/+4 |
* | diffcore-pickaxe: use memmem() | René Scharfe | 2009-03-02 | 1 | -10/+8 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+1 |
* | diff -S: release the image after looking for needle in it | Junio C Hamano | 2007-05-07 | 1 | -0/+1 |
* | diffcore-pickaxe: fix infinite loop on zero-length needle | Jeff King | 2007-01-25 | 1 | -0/+2 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -2/+0 |
* | On some platforms, certain headers need to be included before regex.h | Johannes Schindelin | 2006-04-04 | 1 | -2/+2 |
* | Support for pickaxe matching regular expressions | Petr Baudis | 2006-04-04 | 1 | -16/+50 |
* | [PATCH] diffcore-pickaxe: switch to "counting" behaviour. | Junio C Hamano | 2005-07-23 | 1 | -6/+17 |
* | [PATCH] Do not include unused header files. | Junio C Hamano | 2005-05-29 | 1 | -1/+0 |
* | [PATCH] Optimize diff-tree -[CM] --stdin | Junio C Hamano | 2005-05-29 | 1 | -1/+1 |
* | [PATCH] Add --pickaxe-all to diff-* brothers. | Junio C Hamano | 2005-05-29 | 1 | -20/+57 |
* | [PATCH] Introduce diff_free_filepair() funcion. | Junio C Hamano | 2005-05-29 | 1 | -1/+1 |
* | [PATCH] Performance fix for pickaxe. | Junio C Hamano | 2005-05-23 | 1 | -1/+2 |
* | [PATCH] Rename/copy detection fix. | Junio C Hamano | 2005-05-23 | 1 | -1/+1 |
* | [PATCH] Diffcore updates. | Junio C Hamano | 2005-05-22 | 1 | -8/+7 |
* | [PATCH] The diff-raw format updates. | Junio C Hamano | 2005-05-21 | 1 | -3/+3 |
* | [PATCH] Prepare diffcore interface for diff-tree header supression. | Junio C Hamano | 2005-05-21 | 1 | -1/+2 |
* | [PATCH] Introducing software archaeologist's tool "pickaxe". | Junio C Hamano | 2005-05-21 | 1 | -0/+56 |