summaryrefslogtreecommitdiffstats
path: root/g
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace oldstyle ` with $(Kevin Hunter2010-12-031-16/+16
| | | | ` is deprecated, and $() is the new, cleaner way of doing subshell executions.
* Add with-linked-git and make repo list configurableThorsten Behrens2010-12-021-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
* git-hooks: Symlink the git hooks to the ones from git-hooks/Jan Holesovsky2010-11-301-1/+22
|
* oops: remove a debugging flags in gNorbert Thiebaud2010-11-301-1/+1
|
* Make the determination of the remote repo url work on MacOSNorbert Thiebaud2010-11-301-2/+3
| | | | Use bash substitution, instead of a piped sed
* build: Fix ./g clone.Jan Holesovsky2010-11-301-10/+12
|
* build: Make the 'g' wrapper in bootstrap really work.Jan Holesovsky2010-11-301-5/+11
|
* build: Add the 'g' wrapper to the bootstrap repo.Jan Holesovsky2010-11-301-0/+248
This is the first step in removing the need for the 'build' repository, and its 'rawbuild' hack.