We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f3666 commit b520d21Copy full SHA for b520d21
git-all renamed to git-all.rb
@@ -153,7 +153,7 @@ def run
153
seen = Set.new
154
dirs = $params[:dir].values * ' '
155
# Relies on GNU find's -printf directive
156
- find_cmd = "find -H -L #{dirs} -name .git -printf '%p\\n\\c'"
+ find_cmd = "find -H #{dirs} -name .git -printf '%p\\n\\c'"
157
158
# This asynchronous usage allows the "find" command to continue producing
159
# pathnames while we work on them. Find.find() would block until all the
0 commit comments