Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mgitstatus
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ if [ "$NO_DEPTH" -eq 1 ]; then
# Do not recurse at all. Really, this should have been the '-d 0' option,
# but that's already used for infinite recursion, and we don't want to
# break backwards compatibility.
FIND_OPTS="$FIND_OPTS -maxdepth 0"
FIND_OPTS="$FIND_OPTS -maxdepth 1"
fi


Expand Down