Commit graph

15 commits

Author SHA1 Message Date
Thorsten Behrens
957600ba66 Use git pushurl, setup via --set-push-user now
An easy way to turn your set of repos into something you can push
from - after you've gotten commit rights on fd.o - just use
./g --set-push-user <your_user_name>
2011-02-10 17:29:41 +01:00
Michael Meeks
52e721c101 don't use -f flag if we just removed the existing link, thanks Florian 2011-01-21 11:27:41 +00:00
Michael Meeks
f8eb05ab0e Add --rewrite-account [username] option, inspired by Christina Roßmanith's work 2011-01-20 16:03:48 +00:00
Michael Meeks
5dd4778d66 cope with change of path, and broken absolute links this generates 2011-01-20 15:47:18 +00:00
Jan Holesovsky
86e5b4eff5 g: Give full path to the repo-list file. 2010-12-06 18:32:17 +01:00
Norbert Thiebaud
090d023b00 g clone now tolerate silently already cloned repos. 2010-12-05 19:10:02 -06:00
Jan Holesovsky
a16ea41c84 g: Configure git's push.default to tracking if it is not set. 2010-12-03 12:36:19 +01:00
Kevin Hunter
ab9ff28ca4 Replace oldstyle ` with $(
` is deprecated, and $() is the new, cleaner way of doing subshell executions.
2010-12-03 12:23:10 +01:00
Thorsten Behrens
fe6ed1e8bf Add with-linked-git and make repo list configurable
* adds --with-linked-git config option, that internally uses
  git-new-workdir
* consolidates various repo lists into bin/repo-list, and use
  that to dynamically add l10n repo
2010-12-02 00:13:48 +01:00
Jan Holesovsky
40dd1bc167 git-hooks: Symlink the git hooks to the ones from git-hooks/ 2010-11-30 20:25:22 -06:00
Norbert Thiebaud
8feb6c0387 oops: remove a debugging flags in g 2010-11-30 20:25:21 -06:00
Norbert Thiebaud
3288713ba6 Make the determination of the remote repo url work on MacOS
Use bash substitution, instead of a piped sed
2010-11-30 20:25:21 -06:00
Jan Holesovsky
8a71b563c9 build: Fix ./g clone. 2010-11-30 20:25:21 -06:00
Jan Holesovsky
06edf99832 build: Make the 'g' wrapper in bootstrap really work. 2010-11-30 20:25:20 -06:00
Jan Holesovsky
a694de19b4 build: Add the 'g' wrapper to the bootstrap repo.
This is the first step in removing the need for the 'build' repository, and
its 'rawbuild' hack.
2010-11-30 20:25:20 -06:00