summaryrefslogtreecommitdiffstats
path: root/g
Commit message (Collapse)AuthorAgeFilesLines
* g: check if git is in PATHMiklos Vajna2011-09-051-0/+4
|
* remove debug-tracesNorbert Thiebaud2011-08-281-2/+0
|
* mishap in ./g, issue with links creationsNorbert Thiebaud2011-08-281-2/+4
|
* add ./g -z to just refresh the hooks and possibly other housekeepingNorbert Thiebaud2011-08-271-5/+10
|
* use translations' own hooks. update the hooks after the clone/fetch/pullNorbert Thiebaud2011-08-271-35/+88
|
* bootstrap is now core in ./gNorbert Thiebaud2011-08-061-3/+3
|
* we don't need the repos_changed semaphore file anymoreNorbert Thiebaud2011-06-041-7/+0
| | | | | | | | | | ./g was doing 2 pair of git show-ref --head HEAD to figure out if something had change... notwidthstanding that it is a complete waste for the case of ./g clone, the only reason this was done was to touch a ./clone/repos_changed file that used to be used back in the 'build repo' days (pre 3.4) binned that.
* Don't print === decoration when running g grepChristian Dywan2011-05-181-1/+1
| | | | Otherwise g grep -l can't be used, for example with sed.
* Dont print misleading informationTor Lillqvist2011-05-061-1/+1
|
* add an option to ./g to have a compact <repo>:<value> outputNorbert Thiebaud2011-05-011-7/+17
| | | | | This is usefull to collect the heads of the repos in a easily parsable format
* use git hook instead of gitattributes filter for *.po filesAndras Timar2011-04-271-6/+0
|
* set .gitattributes filter for *.po filesAndras Timar2011-03-231-0/+6
|
* Introduce a single .gitattributes file in bootstrapMiklos Vajna2011-03-161-0/+3
|
* g: remove leftover debug echoMiklos Vajna2011-03-121-1/+0
|
* teach ./g at least some basic manners when using commit -FBjoern Michaelsen2011-03-071-4/+11
| | | | * still needs fixes for message files with relative paths
* Use git pushurl, setup via --set-push-user nowThorsten Behrens2011-02-101-7/+6
| | | | | | 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>
* don't use -f flag if we just removed the existing link, thanks FlorianMichael Meeks2011-01-211-1/+1
|
* Add --rewrite-account [username] option, inspired by Christina Roßmanith's workMichael Meeks2011-01-201-1/+10
|
* cope with change of path, and broken absolute links this generatesMichael Meeks2011-01-201-6/+12
|
* g: Give full path to the repo-list file.Jan Holesovsky2010-12-061-1/+1
|
* g clone now tolerate silently already cloned repos.Norbert Thiebaud2010-12-051-4/+5
|
* g: Configure git's push.default to tracking if it is not set.Jan Holesovsky2010-12-031-0/+3
|
* 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.