summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "implement optional 'sync-tags' in the manifest file"David Pursehouse2018-02-263-0/+34
|\ \
| * | implement optional 'sync-tags' in the manifest fileYOUNG HO CHA2018-02-143-0/+34
| |/
* / Take care of a tilde on cookie file pathDaichi Ueura2018-02-261-2/+5
|/
* event_log: Fix order of parameters to Add method callDavid Pursehouse2018-01-101-1/+1
* Sync correctly when subproject url is a relative url to its parent urlShouheng Zhang2017-12-211-0/+2
* Merge "Update commit-msg hook to version from Gerrit 2.14.6"David Pursehouse2017-12-071-2/+2
|\
| * Update commit-msg hook to version from Gerrit 2.14.6Dana Dahlstrom2017-12-061-2/+2
* | Support --push-option in upload subcommandMasaya Suzuki2017-11-132-4/+16
* | document repo hooks mechanismMike Frysinger2017-11-102-0/+107
* | forall: Clarify expansion of REPO_ environment values with -cDavid Pursehouse2017-10-311-0/+7
* | Set GIT_SSH_VARIANT when setting GIT_SSHJonathan Nieder2017-10-191-0/+1
* | 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