Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/private/Ashod/fast-calc-rendering
/
g
0574d24
'g' doesn't work correctly when config_host.mk contains non-ascii characters.
by Tomofumi Yagi
· 11 years ago
0293ec9
g: SRC_ROOT may not contain path string in a localized environment
by Tomofumi Yagi
· 11 years ago
a3e51e2
Some quoting fixes
by Stephan Bergmann
· 11 years ago
677b440
g: fix --set-push-urls
by Miklos Vajna
· 13 years ago
2792503
g: ignore submodule changes
by Miklos Vajna
· 13 years ago
aa1a988
Reintroduce --with-linked-git option
by Lionel Elie Mamane
· 13 years ago
73b50b7
g clone: fix non-referenced cloning
by Miklos Vajna
· 13 years ago
803137f
configure: add --with-referenced-git option
by Miklos Vajna
· 13 years ago
0cac67b
set-up the hooks for submodules for recent git setup
by Norbert Thiebaud
· 13 years ago
d449869
./g cannot reference builddir
by Luboš Luňák
· 13 years ago
c8c056f
BUILD_DIR -> BUILDDIR, to be consistent with the other *DIR
by Luboš Luňák
· 13 years ago
ae4e327
Prepare for read-only source build
by Norbert Thiebaud
· 13 years ago
e1b59fc
Fix --set-push-urls.
by Jan Holesovsky
· 13 years ago
060219a
binfilter.die.die.die
by Norbert Thiebaud
· 13 years ago
2a8cabe
g: fix typo
by Miklos Vajna
· 13 years ago
41b5c80
cleanup ./g output
by Peter Foley
· 13 years ago
c58b4fc
missing fi in ./g
by Norbert Thiebaud
· 14 years ago
a31714f
add tag support to ./g, try to optimize pre->post submerge situation
by Norbert Thiebaud
· 14 years ago
2c5cdc4
when switching to a pre-submodule point, clean-up the soft-link point
by Norbert Thiebaud
· 14 years ago
9152c42
submodules migration
by Norbert Thiebaud
· 14 years ago
aa6808b
Update ./g --set-push-user to work with gerrit.
by Jan Holesovsky
· 14 years ago
1659bbe
suppress distracting message in ./g on some platform
by Norbert Thiebaud
· 14 years ago
79e9a64
make ./g robust against missing bin/repo-list file
by Bjoern Michaelsen
· 14 years ago
ae6d4ae
g push/status: use @{upstream} instead of origin
by Miklos Vajna
· 14 years ago
a7069c2
git rev-parse argument are not files, no need to try to find abs-path
by Norbert Thiebaud
· 14 years ago
79e65ee
Added ./g -v switch to show git commands.
by Stephan Bergmann
· 14 years ago
175f17b
'g': whitespace: expand tabs
by Michael Stahl
· 14 years ago
a0eb50a
'g': actually set up git hooks properly
by Michael Stahl
· 14 years ago
2ed58be
make --last-working checkout the last working version
by Michael Meeks
· 14 years ago
8418eeb
'g' tool: fix silly error in --set-last-working
by Michael Meeks
· 14 years ago
4d2803d
initial cut at 'last working' feature to help windows builders
by Michael Meeks
· 14 years ago
889934e
g: check if git is in PATH
by Miklos Vajna
· 15 years ago
5c0b472
remove debug-traces
by Norbert Thiebaud
· 15 years ago
dc28f1945
mishap in ./g, issue with links creations
by Norbert Thiebaud
· 15 years ago
b216943
add ./g -z to just refresh the hooks and possibly other housekeeping
by Norbert Thiebaud
· 15 years ago
71e5200
use translations' own hooks. update the hooks after the clone/fetch/pull
by Norbert Thiebaud
· 15 years ago
3d8fa59
bootstrap is now core in ./g
by Norbert Thiebaud
· 15 years ago
dfd64a3
we don't need the repos_changed semaphore file anymore
by Norbert Thiebaud
· 15 years ago
0ffc001
Don't print === decoration when running g grep
by Christian Dywan
· 15 years ago
0f6ceed
Dont print misleading information
by Tor Lillqvist
· 15 years ago
67dd44fb
add an option to ./g to have a compact <repo>:<value> output
by Norbert Thiebaud
· 15 years ago
066300b
use git hook instead of gitattributes filter for *.po files
by Andras Timar
· 15 years ago
a5ca1dc
set .gitattributes filter for *.po files
by Andras Timar
· 15 years ago
e175056
Introduce a single .gitattributes file in bootstrap
by Miklos Vajna
· 15 years ago
2a1d78c
g: remove leftover debug echo
by Miklos Vajna
· 15 years ago
781086f
teach ./g at least some basic manners when using commit -F
by Bjoern Michaelsen
· 15 years ago
957600b
Use git pushurl, setup via --set-push-user now
by Thorsten Behrens
· 15 years ago
52e721c
don't use -f flag if we just removed the existing link, thanks Florian
by Michael Meeks
· 15 years ago
f8eb05a
Add --rewrite-account [username] option, inspired by Christina Roßmanith's work
by Michael Meeks
· 15 years ago
5dd4778
cope with change of path, and broken absolute links this generates
by Michael Meeks
· 15 years ago
86e5b4e
g: Give full path to the repo-list file.
by Jan Holesovsky
· 15 years ago
090d023
g clone now tolerate silently already cloned repos.
by Norbert Thiebaud
· 15 years ago
a16ea41
g: Configure git's push.default to tracking if it is not set.
by Jan Holesovsky
· 15 years ago
ab9ff28
Replace oldstyle ` with $(
by Kevin Hunter
· 15 years ago
fe6ed1e
Add with-linked-git and make repo list configurable
by Thorsten Behrens
· 15 years ago
40dd1bc
git-hooks: Symlink the git hooks to the ones from git-hooks/
by Jan Holesovsky
· 15 years ago
8feb6c0
oops: remove a debugging flags in g
by Norbert Thiebaud
· 15 years ago
3288713
Make the determination of the remote repo url work on MacOS
by Norbert Thiebaud
· 15 years ago
8a71b56
build: Fix ./g clone.
by Jan Holesovsky
· 15 years ago
06edf99
build: Make the 'g' wrapper in bootstrap really work.
by Jan Holesovsky
· 15 years ago
a694de1
build: Add the 'g' wrapper to the bootstrap repo.
by Jan Holesovsky
· 15 years ago