Skip to content

Commit b520d21

Browse files
committedOct 20, 2012
Renamed this git-all to git-all.rb
See https://github.com/jwiegley/git-all for a better solution.
1 parent f7f3666 commit b520d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎git-all renamed to ‎git-all.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def run
153153
seen = Set.new
154154
dirs = $params[:dir].values * ' '
155155
# Relies on GNU find's -printf directive
156-
find_cmd = "find -H -L #{dirs} -name .git -printf '%p\\n\\c'"
156+
find_cmd = "find -H #{dirs} -name .git -printf '%p\\n\\c'"
157157

158158
# This asynchronous usage allows the "find" command to continue producing
159159
# pathnames while we work on them. Find.find() would block until all the

0 commit comments

Comments
 (0)