summaryrefslogtreecommitdiff
path: root/g
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06g: Give full path to the repo-list file.Jan Holesovsky1-1/+1
2010-12-05g clone now tolerate silently already cloned repos.Norbert Thiebaud1-4/+5
2010-12-03g: Configure git's push.default to tracking if it is not set.Jan Holesovsky1-0/+3
2010-12-03Replace oldstyle ` with $(Kevin Hunter1-16/+16
` is deprecated, and $() is the new, cleaner way of doing subshell executions.
2010-12-02Add with-linked-git and make repo list configurableThorsten Behrens1-3/+1
* 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-11-30git-hooks: Symlink the git hooks to the ones from git-hooks/Jan Holesovsky1-1/+22
2010-11-30oops: remove a debugging flags in gNorbert Thiebaud1-1/+1
2010-11-30Make the determination of the remote repo url work on MacOSNorbert Thiebaud1-2/+3
Use bash substitution, instead of a piped sed
2010-11-30build: Fix ./g clone.Jan Holesovsky1-10/+12
2010-11-30build: Make the 'g' wrapper in bootstrap really work.Jan Holesovsky1-5/+11
2010-11-30build: Add the 'g' wrapper to the bootstrap repo.Jan Holesovsky1-0/+248
This is the first step in removing the need for the 'build' repository, and its 'rawbuild' hack.