summaryrefslogtreecommitdiff
path: root/diffcore-pickaxe.c
AgeCommit message (Expand)Author
2013-06-03diffcore-pickaxe: make error messages more consistentRamkumar Ramachandra
2013-04-05diffcore-pickaxe: unify code for log -S/-GJeff King
2013-04-05diffcore-pickaxe: fix leaks in "log -S<block>" and "log -G<pattern>"Junio C Hamano
2013-04-05diffcore-pickaxe: port optimization from has_changes() to diff_grep()Junio C Hamano
2013-04-05diffcore-pickaxe: respect --no-textconvSimon Ruderich
2013-04-05diffcore-pickaxe: remove fill_one()Jeff King
2013-04-05diffcore-pickaxe: remove unnecessary call to get_textconv()Simon Ruderich
2012-10-28pickaxe: use textconv for -S countingJeff King
2012-10-28pickaxe: hoist empty needle checkJeff King
2012-10-28diff_grep: use textconv buffers for add/deleted filesJeff King
2012-02-29pickaxe: allow -i to search in patch case-insensitivelyJunio C Hamano
2011-10-07pickaxe: factor out pickaxeRené Scharfe
2011-10-07pickaxe: give diff_grep the same signature as has_changesRené Scharfe
2011-10-07pickaxe: pass diff_options to contains and has_changesRené Scharfe
2011-10-07pickaxe: factor out has_changesRené Scharfe
2011-10-07pickaxe: plug regex/kws leakRené Scharfe
2011-10-07pickaxe: plug regex leakRené Scharfe
2011-10-07pickaxe: plug diff filespec leak with empty needleRené Scharfe
2011-08-21Use kwset in pickaxeFredrik Kuivinen
2010-10-06diffcore-pickaxe.c: a void function shouldn't try to return somethingBrandon Casey
2010-10-06Merge branch 'maint'Junio C Hamano
2010-10-05diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey
2010-08-31git log/diff: add -G<regexp> that greps in the patch textJunio C Hamano
2010-08-31diff: pass the entire diff-options to diffcore_pickaxe()Junio C Hamano
2010-05-07Add a macro DIFF_QUEUE_CLEAR.Bo Yang
2009-03-17pickaxe: count regex matches only onceRené Scharfe
2009-03-03diffcore-pickaxe: use memmem()René Scharfe
2007-06-07War on whitespaceJunio C Hamano
2007-05-07diff -S: release the image after looking for needle in itJunio C Hamano
2007-01-26diffcore-pickaxe: fix infinite loop on zero-length needleJeff King
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-04-05On some platforms, certain headers need to be included before regex.hJohannes Schindelin
2006-04-04Support for pickaxe matching regular expressionsPetr Baudis
2005-07-24[PATCH] diffcore-pickaxe: switch to "counting" behaviour.Junio C Hamano
2005-05-29[PATCH] Do not include unused header files.Junio C Hamano
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano
2005-05-29[PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano
2005-05-23[PATCH] Performance fix for pickaxe.Junio C Hamano
2005-05-23[PATCH] Rename/copy detection fix.Junio C Hamano
2005-05-22[PATCH] Diffcore updates.Junio C Hamano
2005-05-22[PATCH] The diff-raw format updates.Junio C Hamano
2005-05-22[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano