git: Automatically create non-existing repositories.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 13 Aug 2009 09:18:59 +0000 (11:18 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 13 Aug 2009 09:21:16 +0000 (11:21 +0200)
This extends the git-prepend-base script to automatically create a bare
git repository when it does not exist yet. This also makes the option
handling slightly more robust, to prevent the script from messing with
arguments that aren't git repository paths at all.


No differences found