summaryrefslogtreecommitdiff
path: root/diffcore-pickaxe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/pickaxe-simplify'Junio C Hamano2013-07-121-7/+4
|\
| * diffcore-pickaxe: simplify has_changes and containsrs/pickaxe-simplifyRené Scharfe2013-07-071-7/+4
* | diffcore-pickaxe: make error messages more consistentRamkumar Ramachandra2013-06-031-2/+2
|/
* diffcore-pickaxe: unify code for log -S/-GJeff King2013-04-051-69/+49
* diffcore-pickaxe: fix leaks in "log -S<block>" and "log -G<pattern>"Junio C Hamano2013-04-051-5/+7
* diffcore-pickaxe: port optimization from has_changes() to diff_grep()Junio C Hamano2013-04-051-1/+6
* diffcore-pickaxe: respect --no-textconvSimon Ruderich2013-04-051-4/+8
* diffcore-pickaxe: remove fill_one()Jeff King2013-04-041-20/+10
* diffcore-pickaxe: remove unnecessary call to get_textconv()Simon Ruderich2013-04-041-9/+14
* pickaxe: use textconv for -S countingJeff King2012-10-281-17/+39
* pickaxe: hoist empty needle checkJeff King2012-10-281-2/+3
* diff_grep: use textconv buffers for add/deleted filesJeff King2012-10-281-2/+2
* pickaxe: allow -i to search in patch case-insensitivelyJunio C Hamano2012-02-281-2/+7
* pickaxe: factor out pickaxers/pickaxeRené Scharfe2011-10-071-67/+43
* pickaxe: give diff_grep the same signature as has_changesRené Scharfe2011-10-071-3/+4
* pickaxe: pass diff_options to contains and has_changesRené Scharfe2011-10-071-14/+14
* pickaxe: factor out has_changesRené Scharfe2011-10-071-36/+21
* pickaxe: plug regex/kws leakRené Scharfe2011-10-071-6/+7
* pickaxe: plug regex leakRené Scharfe2011-10-071-7/+6
* pickaxe: plug diff filespec leak with empty needleRené Scharfe2011-10-071-2/+2
* Use kwset in pickaxeFredrik Kuivinen2011-08-201-11/+23
* diffcore-pickaxe.c: a void function shouldn't try to return somethingBrandon Casey2010-10-061-2/+2
* Merge branch 'maint'Junio C Hamano2010-10-061-2/+1
|\
| * diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey2010-10-051-2/+1
* | git log/diff: add -G<regexp> that greps in the patch textJunio C Hamano2010-08-311-1/+149
* | diff: pass the entire diff-options to diffcore_pickaxe()Junio C Hamano2010-08-311-1/+3
|/
* Add a macro DIFF_QUEUE_CLEAR.Bo Yang2010-05-071-2/+1
* pickaxe: count regex matches only onceRené Scharfe2009-03-171-2/+4
* diffcore-pickaxe: use memmem()René Scharfe2009-03-021-10/+8
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* diff -S: release the image after looking for needle in itJunio C Hamano2007-05-071-0/+1
* diffcore-pickaxe: fix infinite loop on zero-length needleJeff King2007-01-251-0/+2
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+0
* On some platforms, certain headers need to be included before regex.hJohannes Schindelin2006-04-041-2/+2
* Support for pickaxe matching regular expressionsPetr Baudis2006-04-041-16/+50
* [PATCH] diffcore-pickaxe: switch to "counting" behaviour.Junio C Hamano2005-07-231-6/+17
* [PATCH] Do not include unused header files.Junio C Hamano2005-05-291-1/+0
* [PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano2005-05-291-1/+1
* [PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano2005-05-291-20/+57
* [PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano2005-05-291-1/+1
* [PATCH] Performance fix for pickaxe.Junio C Hamano2005-05-231-1/+2
* [PATCH] Rename/copy detection fix.Junio C Hamano2005-05-231-1/+1
* [PATCH] Diffcore updates.Junio C Hamano2005-05-221-8/+7
* [PATCH] The diff-raw format updates.Junio C Hamano2005-05-211-3/+3
* [PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano2005-05-211-1/+2
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-211-0/+56