Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-05 | g clone now tolerate silently already cloned repos. | Norbert Thiebaud | |
2010-12-03 | g: Configure git's push.default to tracking if it is not set. | Jan Holesovsky | |
2010-12-03 | Replace oldstyle ` with $( | Kevin Hunter | |
` is deprecated, and $() is the new, cleaner way of doing subshell executions. | |||
2010-12-02 | Add with-linked-git and make repo list configurable | Thorsten Behrens | |
* 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-30 | git-hooks: Symlink the git hooks to the ones from git-hooks/ | Jan Holesovsky | |
2010-11-30 | oops: remove a debugging flags in g | Norbert Thiebaud | |
2010-11-30 | Make the determination of the remote repo url work on MacOS | Norbert Thiebaud | |
Use bash substitution, instead of a piped sed | |||
2010-11-30 | build: Fix ./g clone. | Jan Holesovsky | |
2010-11-30 | build: Make the 'g' wrapper in bootstrap really work. | Jan Holesovsky | |
2010-11-30 | build: Add the 'g' wrapper to the bootstrap repo. | Jan Holesovsky | |
This is the first step in removing the need for the 'build' repository, and its 'rawbuild' hack. |