summaryrefslogtreecommitdiffstats
path: root/diffcore-pickaxe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/log-G-binary'Junio C Hamano2019-01-141-0/+6
|\
| * log -G: ignore binary filesThomas Braun2018-12-261-0/+6
* | Merge branch 'nd/the-index'Junio C Hamano2019-01-041-2/+2
|\ \ | |/ |/|
| * notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-2/+2
* | Merge branch 'jk/xdiff-interface'Junio C Hamano2018-11-131-1/+2
|\ \ | |/ |/|
| * diff: avoid generating unused hunk header linesJeff King2018-11-051-1/+2
| * xdiff-interface: provide a separate consume callback for hunksJeff King2018-11-021-1/+1
* | userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
* | diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy2018-09-211-2/+2
|/
* regex: do not call `regfree()` if compilation failsMartin Ågren2018-05-211-1/+0
* diff: properly error out when combining multiple pickaxe optionsStefan Beller2018-01-041-1/+0
* diffcore: add a pickaxe option to find a specific blobStefan Beller2018-01-041-18/+27
* diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bitStefan Beller2018-01-041-3/+3
* diff: make struct diff_flags members lowercaseBrandon Williams2017-11-011-4/+4
* diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-4/+4
* Merge branch 'js/regexec-buf'Junio C Hamano2017-03-241-2/+5
|\
| * pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor2017-03-181-2/+5
* | Merge branch 'js/regexec-buf'Junio C Hamano2016-09-261-10/+8
|\|
| * regex: use regexec_buf()Johannes Schindelin2016-09-211-10/+8
* | diffcore-pickaxe: support case insensitive match on non-asciiNguyễn Thái Ngọc Duy2016-07-011-0/+11
* | diffcore-pickaxe: Add regcomp_or_die()Nguyễn Thái Ngọc Duy2016-07-011-9/+13
|/
* react to errors in xdi_diffJeff King2015-09-281-2/+2
* pickaxe: simplify kwset loop in contains()René Scharfe2014-03-241-5/+2
* pickaxe: call strlen only when necessary in diffcore_pickaxe_count()René Scharfe2014-03-241-2/+1
* pickaxe: move pickaxe() after pickaxe_match()René Scharfe2014-03-241-41/+38
* pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diff...René Scharfe2014-03-241-37/+7
* pickaxe: honor -i when used with -S and --pickaxe-regexRené Scharfe2014-03-241-1/+4
* Merge branch 'rs/pickaxe-simplify'Junio C Hamano2013-07-121-7/+4
|\
| * diffcore-pickaxe: simplify has_changes and containsRené 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 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
|\