-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We need a configuration variable to and runtime options to find repositories that start with a dot. NOTE that cdc .whatever will always work, it's just that they currently don't show up in tab-completion.
Line 570
for fulldir in "$dir"/*/; doShould become something like
if $ALLOW_DOTFILES; then
dirlist = {,.}$dir/*/
else
dirlist = "$dir"/*/
fi
for fulldir in "$dirlist"; doMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request