git.nynim.org
/
dotfiles.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bin/git-obliterate: Fix quote-padding
[dotfiles.git]
/
bin
/
git-ack
1
#!/bin/sh
2
# Usage: git-ack PATTERN
3
# ack-based replacement for "git grep ...". Look for specified patterns in the
4
# tracked files in the work tree.
5
6
git
ls
-files -z
|
xargs
-0
ack $
*