Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-04 | g: fix --set-push-urls | Miklos Vajna | 1 | -3/+3 | |
1) submodule's .git is possibly a file now 2) just use the logerrit alias, as - logerrit setup already set that up - possibly otherwise the right ssh key is not picked up Change-Id: I4fb355a7f7ec7d549d2b06367f4fd10d06086374 | |||||
2013-07-22 | g: ignore submodule changes | Miklos Vajna | 1 | -0/+8 | |
Change-Id: I6125dd018615bc7aa18bacc838ea602ccb0fabc1 | |||||
2013-06-21 | Reintroduce --with-linked-git option | Lionel Elie Mamane | 1 | -0/+9 | |
With slightly different semantics: Instead of pointing at a previous checkout, point at base directory of all repos. Change-Id: I254ecc33071be53067c44610b030f737cf75a7ee | |||||
2013-02-26 | g clone: fix non-referenced cloning | Miklos Vajna | 1 | -4/+6 | |
Change-Id: I98d6f5c20bacbb5d6457857906c591fea034288a Notes: test note | |||||
2013-02-09 | configure: add --with-referenced-git option | Miklos Vajna | 1 | -1/+15 | |
This is similar to --with-linked-git, but: 1) It uses git submodule update --reference, so it works with submodules. 2) The created repo is a true git repo, except that its object database reuses the referenced repo's objects, so it's a real speedup when e.g. translations are enabled. I intentionally didn't just fixed --with-linked-git, to make it clear this is more like git clone --reference, not git-new-workdir. Change-Id: I7c9584bce3670fd1e175b90aded2435cfe78056d | |||||
2012-12-21 | set-up the hooks for submodules for recent git setup | Norbert Thiebaud | 1 | -0/+17 | |
Change-Id: I52482d017966e1d9671f92f43ec9d8cac6daf602 | |||||
2012-12-11 | ./g cannot reference builddir | Luboš Luňák | 1 | -3/+3 | |
Because either it's called from there, and then it's the current directory, or otherwise the srcdir has no idea where the builddir is (or even how many of them), and there's nothing to tell it. Change-Id: I88c5fe8f015cc63a5aa7c327eb82ed751c3e8aa0 | |||||
2012-12-11 | BUILD_DIR -> BUILDDIR, to be consistent with the other *DIR | Luboš Luňák | 1 | -4/+4 | |
Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a | |||||
2012-12-11 | Prepare for read-only source build | Norbert Thiebaud | 1 | -3/+10 | |
This patch allows to do mkdir <build_dir> cd <build_dir> <src_root>/autogen.sh make Only the remaining dmake modules are poluting the <src_root>... which will get eventually convererd to gmake... Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338 Reviewed-on: https://gerrit.libreoffice.org/1273 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> | |||||
2012-11-23 | Fix --set-push-urls. | Jan Holesovsky | 1 | -4/+1 | |
Change-Id: Ic3a424b5ac8c2168747bc7253f421bf5367beac7 | |||||
2012-11-09 | binfilter.die.die.die | Norbert Thiebaud | 1 | -1/+1 | |
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> | |||||
2012-10-18 | g: fix typo | Miklos Vajna | 1 | -1/+1 | |
Change-Id: I97484d8647549646117f6c51dde4eb17ec82c8be | |||||
2012-10-16 | cleanup ./g output | Peter Foley | 1 | -2/+4 | |
Change-Id: I84a775ceb983ad21d4585a3c3718f99bbac5a282 | |||||
2012-10-16 | missing fi in ./g | Norbert Thiebaud | 1 | -0/+1 | |
Change-Id: Ic763d7cd73c2a3df8e5d5146eaf795188d8c79d1 | |||||
2012-10-16 | add tag support to ./g, try to optimize pre->post submerge situation | Norbert Thiebaud | 1 | -2/+34 | |
Change-Id: I052817865da6df193c0451eccc3b8b6f507845a3 | |||||
2012-10-16 | when switching to a pre-submodule point, clean-up the soft-link point | Norbert Thiebaud | 1 | -0/+11 | |
Change-Id: I5a8f144bb4ad167cfa0e6763e3cf273b9127d65b | |||||
2012-10-16 | submodules migration | Norbert Thiebaud | 1 | -359/+228 | |
Change-Id: Ib3e472a4b1abf880f695be7a6667393d6a82f10d | |||||
2012-08-20 | Update ./g --set-push-user to work with gerrit. | Jan Holesovsky | 1 | -1/+1 | |
Change-Id: If83b29222740e9d479d8b3c9b9d90ccc3706cd49 | |||||
2012-07-21 | suppress distracting message in ./g on some platform | Norbert Thiebaud | 1 | -1/+1 | |
we use perl to determine the absolute path of argument thought to be fiels. but sometime they are not file at all and that call 'fail'. The code is meant to deal with such case, but on some platform that produce a scary message on stderr in the middle of the build log. This hide these messages. Change-Id: I52d43e0b26847ab091d76fd446a05c4d84836a77 | |||||
2012-07-10 | make ./g robust against missing bin/repo-list file | Bjoern Michaelsen | 1 | -2/+9 | |
Change-Id: Ib61a679221d0eddea61358024d31c90464dccefb | |||||
2012-03-13 | g push/status: use @{upstream} instead of origin | Miklos Vajna | 1 | -2/+2 | |
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 | 1 | -7/+12 | |
This was causing some error message on Windows | |||||
2011-11-29 | Added ./g -v switch to show git commands. | Stephan Bergmann | 1 | -0/+7 | |
2011-11-04 | 'g': whitespace: expand tabs | Michael Stahl | 1 | -78/+78 | |
2011-11-04 | 'g': actually set up git hooks properly | Michael Stahl | 1 | -10/+14 | |
2011-10-31 | make --last-working checkout the last working version | Michael Meeks | 1 | -1/+7 | |
thanks to Bjoern and Christian for tips. | |||||
2011-10-27 | 'g' tool: fix silly error in --set-last-working | Michael Meeks | 1 | -1/+1 | |
2011-10-25 | initial cut at 'last working' feature to help windows builders | Michael Meeks | 1 | -1/+25 | |
2011-09-05 | g: check if git is in PATH | Miklos Vajna | 1 | -0/+4 | |
2011-08-28 | remove debug-traces | Norbert Thiebaud | 1 | -2/+0 | |
2011-08-28 | mishap in ./g, issue with links creations | Norbert Thiebaud | 1 | -2/+4 | |
2011-08-27 | add ./g -z to just refresh the hooks and possibly other housekeeping | Norbert Thiebaud | 1 | -5/+10 | |
2011-08-27 | use translations' own hooks. update the hooks after the clone/fetch/pull | Norbert Thiebaud | 1 | -35/+88 | |
2011-08-06 | bootstrap is now core in ./g | Norbert Thiebaud | 1 | -3/+3 | |
2011-06-04 | we don't need the repos_changed semaphore file anymore | Norbert Thiebaud | 1 | -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. | |||||
2011-05-18 | Don't print === decoration when running g grep | Christian Dywan | 1 | -1/+1 | |
Otherwise g grep -l can't be used, for example with sed. | |||||
2011-05-06 | Dont print misleading information | Tor Lillqvist | 1 | -1/+1 | |
2011-05-01 | add an option to ./g to have a compact <repo>:<value> output | Norbert Thiebaud | 1 | -7/+17 | |
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 | 1 | -6/+0 | |
2011-03-23 | set .gitattributes filter for *.po files | Andras Timar | 1 | -0/+6 | |
2011-03-16 | Introduce a single .gitattributes file in bootstrap | Miklos Vajna | 1 | -0/+3 | |
2011-03-12 | g: remove leftover debug echo | Miklos Vajna | 1 | -1/+0 | |
2011-03-07 | teach ./g at least some basic manners when using commit -F | Bjoern Michaelsen | 1 | -4/+11 | |
* still needs fixes for message files with relative paths | |||||
2011-02-10 | Use git pushurl, setup via --set-push-user now | Thorsten Behrens | 1 | -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> | |||||
2011-01-21 | don't use -f flag if we just removed the existing link, thanks Florian | Michael Meeks | 1 | -1/+1 | |
2011-01-20 | Add --rewrite-account [username] option, inspired by Christina Roßmanith's work | Michael Meeks | 1 | -1/+10 | |
2011-01-20 | cope with change of path, and broken absolute links this generates | Michael Meeks | 1 | -6/+12 | |
2010-12-06 | g: Give full path to the repo-list file. | Jan Holesovsky | 1 | -1/+1 | |
2010-12-05 | g clone now tolerate silently already cloned repos. | Norbert Thiebaud | 1 | -4/+5 | |
2010-12-03 | g: Configure git's push.default to tracking if it is not set. | Jan Holesovsky | 1 | -0/+3 | |