]> git.phdru.name Git - git-scripts.git/blob - locate-all
Fix(ls-no-description): Print cwd (`$g` can be just '.')
[git-scripts.git] / locate-all
1 #! /bin/sh
2 locate -b \*.git | sed 's!/\.git$!!' |
3    grep -v "/archive/SQLObject/\|/archive/cheetah3/\|/third-party/\|$HOME/tmp/" |
4    LC_ALL=C sort | uniq > locate-all.list