Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | g push/status: use @{upstream} instead of origin | Miklos Vajna | |
origin won't work if origin/HEAD points to nowhere, which is a valid use-case. | |||
2011-11-29 | git rev-parse argument are not files, no need to try to find abs-path | Norbert Thiebaud | |
This was causing some error message on Windows | |||
2011-11-29 | Added ./g -v switch to show git commands. | Stephan Bergmann | |
2011-11-04 | 'g': whitespace: expand tabs | Michael Stahl | |
2011-11-04 | 'g': actually set up git hooks properly | Michael Stahl | |
2011-10-31 | make --last-working checkout the last working version | Michael Meeks | |
thanks to Bjoern and Christian for tips. | |||
2011-10-27 | 'g' tool: fix silly error in --set-last-working | Michael Meeks | |
2011-10-25 | initial cut at 'last working' feature to help windows builders | Michael Meeks | |
2011-09-05 | g: check if git is in PATH | Miklos Vajna | |
2011-08-28 | remove debug-traces | Norbert Thiebaud | |
2011-08-28 | mishap in ./g, issue with links creations | Norbert Thiebaud | |
2011-08-27 | add ./g -z to just refresh the hooks and possibly other housekeeping | Norbert Thiebaud | |
2011-08-27 | use translations' own hooks. update the hooks after the clone/fetch/pull | Norbert Thiebaud | |
2011-08-06 | bootstrap is now core in ./g | Norbert Thiebaud | |
2011-06-04 | we don't need the repos_changed semaphore file anymore | Norbert Thiebaud | |
./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. | |||
2011-05-18 | Don't print === decoration when running g grep | Christian Dywan | |
Otherwise g grep -l can't be used, for example with sed. | |||
2011-05-06 | Dont print misleading information | Tor Lillqvist | |
2011-05-01 | add an option to ./g to have a compact <repo>:<value> output | Norbert Thiebaud | |
This is usefull to collect the heads of the repos in a easily parsable format | |||
2011-04-27 | use git hook instead of gitattributes filter for *.po files | Andras Timar | |
2011-03-23 | set .gitattributes filter for *.po files | Andras Timar | |
2011-03-16 | Introduce a single .gitattributes file in bootstrap | Miklos Vajna | |
2011-03-12 | g: remove leftover debug echo | Miklos Vajna | |
2011-03-07 | teach ./g at least some basic manners when using commit -F | Bjoern Michaelsen | |
* still needs fixes for message files with relative paths | |||
2011-02-10 | Use git pushurl, setup via --set-push-user now | Thorsten 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-21 | don't use -f flag if we just removed the existing link, thanks Florian | Michael Meeks | |
2011-01-20 | Add --rewrite-account [username] option, inspired by Christina Roßmanith's work | Michael Meeks | |
2011-01-20 | cope with change of path, and broken absolute links this generates | Michael Meeks | |
2010-12-06 | g: Give full path to the repo-list file. | Jan Holesovsky | |
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. |