summaryrefslogtreecommitdiff
path: root/t/t4209-log-pickaxe.sh
AgeCommit message (Expand)Author
2021-05-11pickaxe -S: support content with NULs under --pickaxe-regexÆvar Arnfjörð Bjarmason
2021-05-11pickaxe: assert that we must have a needle under -G or -SÆvar Arnfjörð Bjarmason
2021-05-11pickaxe: die when --find-object and --pickaxe-all are combinedÆvar Arnfjörð Bjarmason
2021-05-11pickaxe: die when -G and --pickaxe-regex are combinedÆvar Arnfjörð Bjarmason
2021-05-11pickaxe tests: add missing test for --no-pickaxe-regex being an errorÆvar Arnfjörð Bjarmason
2021-05-11pickaxe tests: test for -G, -S and --find-object incompatibilityÆvar Arnfjörð Bjarmason
2021-05-11pickaxe tests: add test for "log -S" not being a regexÆvar Arnfjörð Bjarmason
2021-05-11pickaxe tests: add test for diffgrep_consume() internalsÆvar Arnfjörð Bjarmason
2021-05-11pickaxe tests: refactor to use test_commit --append --printfÆvar Arnfjörð Bjarmason
2018-12-26log -G: ignore binary filesThomas Braun
2014-03-24pickaxe: honor -i when used with -S and --pickaxe-regexRené Scharfe
2014-03-24t4209: use helper functions to test --authorRené Scharfe
2014-03-24t4209: use helper functions to test --grepRené Scharfe
2014-03-24t4209: factor out helper function test_log_icase()René Scharfe
2014-03-24t4209: factor out helper function test_log()René Scharfe
2014-03-24t4209: set up expectations up frontRené Scharfe
2013-04-05diffcore-pickaxe: respect --no-textconvSimon Ruderich
2012-02-29pickaxe: allow -i to search in patch case-insensitivelyJunio C Hamano