MediaWiki/Upgrade/REL1 25 to REL1 26: Difference between revisions

adds simple script for fetching all git extensions
No edit summary
Line 82: Line 82:
done
done
</source>
</source>
 
Also, if you don't even know whether there are submodules in use, you can search for those by looking for .gitmodules or .git '''files''' <code>find . -type f -name .git</code>