summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | sync: Update help text for --smart-sync to be more specificDavid Pursehouse2016-04-131-1/+1
* | | Improve documentation of manifest server RPC methodsDavid Pursehouse2016-04-131-2/+4
| |/ |/|
* | Fix symlinking of new projectsDan Willemsen2016-04-051-4/+4
* | Merge "Ignore clone.bundle on HTTP 501, i.e. Not Implemented"David Pursehouse2016-04-051-1/+1
|\ \
| * | Ignore clone.bundle on HTTP 501, i.e. Not ImplementedJohn Törnblom2015-08-121-1/+1
* | | Add --inverse-regex option to forall subcommandTakeshi Kanemoto2016-04-052-5/+16
* | | Merge changes from topic 'pylint-pep8-cleanup'David Pursehouse2016-03-152-122/+165
|\ \ \
| * | | command.py: Cleaned up pylint/pep8 violationsMark E. Hamilton2016-03-021-12/+16
| * | | project.py: Cleaned up pylint/pep8 violationsMark E. Hamilton2016-03-021-110/+149
* | | | Update commit-msg hook to version from Gerrit 2.12.1Mike Bjorge2016-03-141-4/+15
* | | | RepoHook: set __file__ when running the hookMike Frysinger2016-03-051-1/+1
| |_|/ |/| |
* | | Add rpc: to default protocol whitelistv1.12.33Jonathan Nieder2016-02-261-1/+1
|/ /
* | Better error display on forallAlexandre Garnier2016-02-181-2/+4
* | SUBMITTING_PATCHES: Expand instructionsMark E. Hamilton2016-02-171-1/+29
* | repo: Cleaned up pylint/pep8 violationsMark E. Hamilton2016-02-151-42/+54
* | repo: Add check of REPO_URL env variableMark E. Hamilton2016-02-091-2/+4
* | Merge "Fix typos for manifest dtd"Dan Willemsen2016-02-041-8/+8
|\ \
| * | Fix typos for manifest dtdKenny Ho2015-12-111-8/+8
* | | Merge "Fix prune when bare git has detached head"Dan Willemsen2016-02-041-3/+4
|\ \ \
| * | | Fix prune when bare git has detached headDan Willemsen2015-12-151-3/+4
| |/ /
* | | Merge "GITC: Fix 'repo start <branch> <repo>/<subdir>'"Dan Willemsen2016-02-041-5/+12
|\ \ \
| * | | GITC: Fix 'repo start <branch> <repo>/<subdir>'Dan Willemsen2016-02-041-5/+12
* | | | Add option to rebase onto project's manifest versionXiaohui Chen2016-01-281-0/+9
| |/ / |/| |
* | | Sync: Fix error exit code when both -n and -f are usedHu Xiuyun2015-11-261-1/+2
* | | Set GIT_ALLOW_PROTOCOL to limit dangerous protocolsDan Willemsen2015-11-261-0/+3
* | | Check for broken links when updating linkfilesDan Willemsen2015-11-181-1/+1
* | | Sync: Add option to prune refs during syncDavid Pursehouse2015-10-272-4/+15
* | | A couple of fixes to the init command's -p option.Pascal Muetschard2015-10-221-2/+2
|/ /
* | Fix gitc-init behaviorv1.12.32Dan Willemsen2015-10-075-25/+119
* | Sync: Add HTTP Cookie File header on temporary cookie fileDavid Pursehouse2015-10-021-0/+1
* | Sync: Don't fail when git cookies can't be loadedDavid Pursehouse2015-10-021-1/+4
* | GITC: Add repo gitc-delete command.Simran Basi2015-10-011-0/+55
* | Add GitcClientCommand class for GITC-specific commandsDan Willemsen2015-09-294-7/+21
* | Merge "launcher: Update repo after applying clone.bundle"Dan Willemsen2015-09-141-3/+2
|\ \
| * | launcher: Update repo after applying clone.bundleDan Willemsen2015-09-021-3/+2
* | | Merge "docs: add copyfile and linkfile elements description"David Pursehouse2015-09-141-1/+26
|\ \ \
| * | | docs: add copyfile and linkfile elements descriptionRuslan Bilovol2015-09-101-1/+26
* | | | fixed typo in gitc_init.py help outputAlexander Bird2015-09-111-1/+1
* | | | GITC: Always update the gitc manifest from the repo manifestv1.12.31Dan Willemsen2015-09-095-36/+104
* | | | Merge "Revert "GITC: Always update the gitc manifest from the repo manifest""v1.12.30.1Dan Willemsen2015-09-095-100/+34
|\ \ \ \
| * | | | Revert "GITC: Always update the gitc manifest from the repo manifest"Dan Willemsen2015-09-095-100/+34
* | | | | Merge "_CopyAndLinkFiles even if the sources haven't changed"v1.12.30Dan Willemsen2015-09-091-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | _CopyAndLinkFiles even if the sources haven't changedDan Willemsen2015-09-031-0/+4
* | | | | GITC: Always update the gitc manifest from the repo manifestDan Willemsen2015-09-095-34/+100
|/ / / /
* | / / GITC: Fix repo sync.v1.12.29Simran Basi2015-09-031-1/+1
| |/ / |/| |
* | | gitc: Improve help visibilityv1.12.28Dan Willemsen2015-09-015-5/+39
* | | Fix gitc check if gitc isn't installedDan Willemsen2015-08-311-2/+3
* | | GITC: Pull GITC Manifest Dir from the config.Simran Basi2015-08-315-21/+35
* | | GITC: Expand relative remote URLs.Simran Basi2015-08-281-2/+4
* | | GITC: Add repo start support.Simran Basi2015-08-287-39/+166