summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Provide more specific error message for symlinks errors on WindowsRenaud Paquay2017-08-311-2/+10
* Allow quotes in editor command on WindowsRenaud Paquay2017-08-311-1/+6
* Replace all os.remove callsRenaud Paquay2017-08-316-24/+43
* Support pager on WindowsRenaud Paquay2017-08-312-3/+38
* Implement islink, readlink and realpath using Win32 apiRenaud Paquay2017-08-314-19/+227
* Handle Windows line endings when reading binary filesRenaud Paquay2017-08-312-4/+4
* Merge "Fixed upload to remotes with the url ssh://hostname"David Pursehouse2017-08-301-2/+2
|\
| * Fixed upload to remotes with the url ssh://hostnameChristian Koestlin2017-08-291-2/+2
* | Merge "Add option '--no-cert-checks' for 'upload' sub command."David Pursehouse2017-08-303-7/+20
|\ \
| * | Add option '--no-cert-checks' for 'upload' sub command.Łukasz Gardoń2017-08-233-7/+20
* | | Merge changes from topic "windows-support"David Pursehouse2017-08-309-59/+346
|\ \ \ | |_|/ |/| |
| * | Port os.rename calls to work on WindowsRenaud Paquay2017-05-292-2/+19
| * | Workaround shutil.rmtree limitation on WindowsRenaud Paquay2017-05-295-12/+27
| * | Add support for creating symbolic links on WindowsRenaud Paquay2017-05-294-4/+114
| * | Make "git command" and "forall" work on WindowsRenaud Paquay2017-05-293-41/+186
* | | When starting a branch, do not use a tag or change value for branch.mergeZac Livingston2017-08-253-12/+21
* | | Print a message when fetching is skipped for an immutable refZac Livingston2017-08-251-4/+6
| |/ |/|
* | Revert "Migrate git-repo to create private changes rather than drafts"Jonathan Nieder2017-08-082-4/+13
* | Migrate git-repo to create private changes rather than draftsChangcheng Xiao2017-08-072-13/+4
* | Add options for git-repo to support private and wip changesChangcheng Xiao2017-08-072-1/+23
* | Merge "download: try to choose . as default project if none"David Pursehouse2017-08-021-2/+3
|\ \
| * | download: try to choose . as default project if noneNicolas Cornu2017-07-121-2/+3
* | | Merge "Always print percentage when syncing quietly"David Pursehouse2017-08-022-3/+6
|\ \ \
| * | | Always print percentage when syncing quietlyTim Schumacher2017-07-152-3/+6
| |/ /
* / / Fix "list comprehension redefines 'x'" warnings from pyflakesDavid Pursehouse2017-07-103-6/+6
|/ /
* | init: add missing submodule argMartin Kelly2017-07-102-3/+3
* | Tell the user if it will upload a draftNicolas Cornu2017-07-101-1/+2
* | Merge "Add a newline after "Fetching projects" progress output"David Pursehouse2017-06-282-4/+7
|\ \
| * | Add a newline after "Fetching projects" progress outputTim Schumacher2017-06-132-4/+7
| |/
* / sync: Continue job if some fetchs failed but force-broken is setNicolas Cornu2017-06-161-1/+1
|/
* Ensure repo waits for child process to terminateRenaud Paquay2017-05-291-1/+5
* Merge "init: allow relative path on --reference argument"David Pursehouse2017-05-291-1/+1
|\
| * init: allow relative path on --reference argumentYOUNG HO CHA2017-05-281-1/+1
* | sync: Add support to dump a JSON event log of all sync events.David Riley2017-05-296-13/+236
* | Fix misplaced file separator string.replace callRenaud Paquay2017-05-281-1/+1
* | Use OS file separatorRenaud Paquay2017-05-281-1/+1
* | Merge "pre-auto-gc: Add support for Windows"David Pursehouse2017-05-281-3/+13
|\ \ | |/ |/|
| * pre-auto-gc: Add support for WindowsSebastian Schuberth2017-05-031-3/+13
* | Set result if sys.exit() is called by subcommand.David Riley2017-05-271-0/+4
* | Adding include element into the top-level elementJiri tyr2017-05-271-1/+2
* | Merge "Add option REPO_IGNORE_SSH_INFO to ignore ssh_info"David Pursehouse2017-05-271-0/+3
|\ \
| * | Add option REPO_IGNORE_SSH_INFO to ignore ssh_infoTimo Lotterbach2017-05-261-0/+3
| |/
* | Merge "init: add --submodules to sync manifest submodules"David Pursehouse2017-05-275-12/+59
|\ \
| * | init: add --submodules to sync manifest submodulesMartin Kelly2017-05-235-12/+59
| |/
* | gitc_delete: Remove unused importsDavid Pursehouse2017-05-261-2/+0
* | abandon: fix usage of undefined variableDavid Pursehouse2017-05-261-1/+1
* | Update .mailmapDavid Pursehouse2017-05-261-0/+1
* | project.py: fix performance issue with --reference when the mirrored reposito...heping2017-04-121-4/+6
|/
* sync.py: report the remote URL on fatal git remote errorsMarc Herbert2017-04-041-1/+3
* manifest-format: fix EMPTY keyword usageMike Frysinger2016-12-281-10/+10