summaryrefslogtreecommitdiff
path: root/diffcore-pickaxe.c
AgeCommit message (Expand)Author
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2018-11-13Merge branch 'jk/xdiff-interface'Junio C Hamano
2018-11-12notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-05diff: avoid generating unused hunk header linesJeff King
2018-11-02xdiff-interface: provide a separate consume callback for hunksJeff King
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy
2018-05-21regex: do not call `regfree()` if compilation failsMartin Ågren
2018-01-04diff: properly error out when combining multiple pickaxe optionsStefan Beller
2018-01-04diffcore: add a pickaxe option to find a specific blobStefan Beller
2018-01-04diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bitStefan Beller
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams
2017-03-24Merge branch 'js/regexec-buf'Junio C Hamano
2017-03-18pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor
2016-09-26Merge branch 'js/regexec-buf'Junio C Hamano
2016-09-21regex: use regexec_buf()Johannes Schindelin
2016-07-01diffcore-pickaxe: support case insensitive match on non-asciiNguyễn Thái Ngọc Duy
2016-07-01diffcore-pickaxe: Add regcomp_or_die()Nguyễn Thái Ngọc Duy
2015-09-28react to errors in xdi_diffJeff King
2014-03-24pickaxe: simplify kwset loop in contains()René Scharfe
2014-03-24pickaxe: call strlen only when necessary in diffcore_pickaxe_count()René Scharfe
2014-03-24pickaxe: move pickaxe() after pickaxe_match()René Scharfe
2014-03-24pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diff...René Scharfe
2014-03-24pickaxe: honor -i when used with -S and --pickaxe-regexRené Scharfe
2013-07-12Merge branch 'rs/pickaxe-simplify'Junio C Hamano
2013-07-07diffcore-pickaxe: simplify has_changes and containsRené Scharfe
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