Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7451213
D166.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
392 B
Subscribers
None
D166.diff
View Options
diff --git a/bin/ls-all-repos b/bin/ls-all-repos
--- a/bin/ls-all-repos
+++ b/bin/ls-all-repos
@@ -23,7 +23,7 @@
done
# list obsolete repositories
-find . -mindepth 1 -maxdepth 1 -type d |
+find . -mindepth 1 -maxdepth 1 -type d -not -path '*/\.*' |
while read dir ; do
dir=${dir#./} # strip "./" prefix
if [ "$dir" == ".git" -o "$dir" == "bin" -o "$dir" == "packages" \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 16, 10:05 AM (6 d, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216322
Attached To
D166: ls-all-repos: ignore hidden directories
Event Timeline
Log In to Comment