summaryrefslogtreecommitdiff
path: root/g
AgeCommit message (Collapse)Author
2011-05-01add an option to ./g to have a compact <repo>:<value> outputNorbert Thiebaud
This is usefull to collect the heads of the repos in a easily parsable format
2011-04-27use git hook instead of gitattributes filter for *.po filesAndras Timar
2011-03-23set .gitattributes filter for *.po filesAndras Timar
2011-03-16Introduce a single .gitattributes file in bootstrapMiklos Vajna
2011-03-12g: remove leftover debug echoMiklos Vajna
2011-03-07teach ./g at least some basic manners when using commit -FBjoern Michaelsen
* still needs fixes for message files with relative paths
2011-02-10Use git pushurl, setup via --set-push-user nowThorsten Behrens
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-01-21don't use -f flag if we just removed the existing link, thanks FlorianMichael Meeks
2011-01-20Add --rewrite-account [username] option, inspired by Christina Roßmanith's workMichael Meeks
2011-01-20cope with change of path, and broken absolute links this generatesMichael Meeks
2010-12-06g: Give full path to the repo-list file.Jan Holesovsky
2010-12-05g clone now tolerate silently already cloned repos.Norbert Thiebaud
2010-12-03g: Configure git's push.default to tracking if it is not set.Jan Holesovsky
2010-12-03Replace oldstyle ` with $(Kevin Hunter
` is deprecated, and $() is the new, cleaner way of doing subshell executions.
2010-12-02Add with-linked-git and make repo list configurableThorsten 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-30git-hooks: Symlink the git hooks to the ones from git-hooks/Jan Holesovsky
2010-11-30oops: remove a debugging flags in gNorbert Thiebaud
2010-11-30Make the determination of the remote repo url work on MacOSNorbert Thiebaud
Use bash substitution, instead of a piped sed
2010-11-30build: Fix ./g clone.Jan Holesovsky
2010-11-30build: Make the 'g' wrapper in bootstrap really work.Jan Holesovsky
2010-11-30build: 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.