diff options
author | Jeff King <peff@peff.net> | 2012-10-28 08:27:12 -0400 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2012-10-28 08:48:17 -0400 |
commit | ef90ab66e8eaa863777a8d383c5af2ff43a426d2 (patch) | |
tree | ed782976f7a4269e1107aa2cf4b462000d4fefa2 /t/lib-gpg.sh | |
parent | pickaxe: hoist empty needle check (diff) | |
download | tgif-ef90ab66e8eaa863777a8d383c5af2ff43a426d2.tar.xz |
pickaxe: use textconv for -S counting
We currently just look at raw blob data when using "-S" to
pickaxe. This is mostly historical, as pickaxe predates the
textconv feature. If the user has bothered to define a
textconv filter, it is more likely that their search string will be
on the textconv output, as that is what they will see in the
diff (and we do not even provide a mechanism for them to
search for binary needles that contain NUL characters).
This patch teaches "-S" to use textconv, just as we
already do for "-G".
Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 't/lib-gpg.sh')
0 files changed, 0 insertions, 0 deletions