aboutsummaryrefslogtreecommitdiff
path: root/diffcore-pickaxe.c
Commit message (Expand)AuthorAge
* diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
* diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
* Merge branch 'js/regexec-buf'Junio C Hamano2017-03-24
|\
| * pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor2017-03-18
* | Merge branch 'js/regexec-buf'Junio C Hamano2016-09-26
|\ \ | |/
| * regex: use regexec_buf()Johannes Schindelin2016-09-21
* | diffcore-pickaxe: support case insensitive match on non-asciiNguyễn Thái Ngọc Duy2016-07-01
* | diffcore-pickaxe: Add regcomp_or_die()Nguyễn Thái Ngọc Duy2016-07-01
|/
* react to errors in xdi_diffJeff King2015-09-28
* pickaxe: simplify kwset loop in contains()René Scharfe2014-03-24
* pickaxe: call strlen only when necessary in diffcore_pickaxe_count()René Scharfe2014-03-24
* pickaxe: move pickaxe() after pickaxe_match()René Scharfe2014-03-24
* pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diff...René Scharfe2014-03-24
* pickaxe: honor -i when used with -S and --pickaxe-regexRené Scharfe2014-03-24
* Merge branch 'rs/pickaxe-simplify'Junio C Hamano2013-07-12
|\
| * diffcore-pickaxe: simplify has_changes and containsRené Scharfe2013-07-07
* | diffcore-pickaxe: make error messages more consistentRamkumar Ramachandra2013-06-03
|/
* diffcore-pickaxe: unify code for log -S/-GJeff King2013-04-05
* diffcore-pickaxe: fix leaks in "log -S<block>" and "log -G<pattern>"Junio C Hamano2013-04-05
* diffcore-pickaxe: port optimization from has_changes() to diff_grep()Junio C Hamano2013-04-05
* diffcore-pickaxe: respect --no-textconvSimon Ruderich2013-04-05
* diffcore-pickaxe: remove fill_one()Jeff King2013-04-04
* diffcore-pickaxe: remove unnecessary call to get_textconv()Simon Ruderich2013-04-04
* pickaxe: use textconv for -S countingJeff King2012-10-28
* pickaxe: hoist empty needle checkJeff King2012-10-28
* diff_grep: use textconv buffers for add/deleted filesJeff King2012-10-28
* pickaxe: allow -i to search in patch case-insensitivelyJunio C Hamano2012-02-28
* pickaxe: factor out pickaxeRené Scharfe2011-10-07
* pickaxe: give diff_grep the same signature as has_changesRené Scharfe2011-10-07
* pickaxe: pass diff_options to contains and has_changesRené Scharfe2011-10-07
* pickaxe: factor out has_changesRené Scharfe2011-10-07
* pickaxe: plug regex/kws leakRené Scharfe2011-10-07
* pickaxe: plug regex leakRené Scharfe2011-10-07
* pickaxe: plug diff filespec leak with empty needleRené Scharfe2011-10-07
* Use kwset in pickaxeFredrik Kuivinen2011-08-20
* diffcore-pickaxe.c: a void function shouldn't try to return somethingBrandon Casey2010-10-06
* Merge branch 'maint'Junio C Hamano2010-10-06
|\
| * diffcore-pickaxe.c: remove unnecessary curly bracesBrandon Casey2010-10-05
* | git log/diff: add -G<regexp> that greps in the patch textJunio C Hamano2010-08-31
* | diff: pass the entire diff-options to diffcore_pickaxe()Junio C Hamano2010-08-31
|/
* Add a macro DIFF_QUEUE_CLEAR.Bo Yang2010-05-07
* pickaxe: count regex matches only onceRené Scharfe2009-03-17
* diffcore-pickaxe: use memmem()René Scharfe2009-03-02
* War on whitespaceJunio C Hamano2007-06-07
* diff -S: release the image after looking for needle in itJunio C Hamano2007-05-07
* diffcore-pickaxe: fix infinite loop on zero-length needleJeff King2007-01-25
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* On some platforms, certain headers need to be included before regex.hJohannes Schindelin2006-04-04
* Support for pickaxe matching regular expressionsPetr Baudis2006-04-04
* [PATCH] diffcore-pickaxe: switch to "counting" behaviour.Junio C Hamano2005-07-23