summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* Add support for partial clone.v1.13.4Xin Li2019-07-162-21/+176
* use print() instead of sys.stdout.write()Mike Frysinger2019-07-112-8/+19
* git_command: drop custom version helperMike Frysinger2019-07-111-1/+1
* Remove double forall from "repo help forall" outputSolomon Kinard2019-07-081-1/+1
* sync: use integer division with job countsMike Frysinger2019-06-141-2/+2
* status: import print_functionMike Frysinger2019-06-141-0/+2
* set default file encoding to utf-8Mike Frysinger2019-06-1328-0/+28
* tweak raise/dict syntax for Python 3 compatMike Frysinger2019-06-132-2/+2
* diffmanifests: honor user-supplied manifest pathsBasil Gello2019-06-061-2/+2
* Honor --depth during repo initNasser Grainawi2019-05-211-2/+2
* info: Use the non-formatting printer for headtextSebastian Schuberth2019-04-171-1/+1
* sync: deleted unused repos in reversed order (children before parent)Kuang-che Wu2019-04-061-1/+2
* sync: Add option '--force-remove-dirty'Oleksii Okolielov2019-03-111-3/+17
* init: Remove -c short option for --current-branchv1.13.1Ereth McKnight-MacNeil2018-12-201-1/+1
* Add option for git-repo to support 'silent' uploadsVadim Bendebury2018-11-051-0/+4
* Merge "init: --dissociate option to copy objects borrowed with --reference"David Pursehouse2018-10-281-0/+11
|\
| * init: --dissociate option to copy objects borrowed with --referenceNikolai Merinov2018-10-191-0/+11
* | Add support for long pathsRenaud Paquay2018-10-222-14/+15
|/
* Merge "update markdown/help header format"Jonathan Nieder2018-10-108-37/+13
|\
| * update markdown/help header formatMike Frysinger2018-10-108-37/+13
* | update homepage URIsMike Frysinger2018-10-101-1/+1
|/
* manifest-format: convert to markdownMike Frysinger2018-10-051-1/+1
* Remove unused pylint suppressionsDavid Pursehouse2018-07-243-6/+0
* Pass refs to ls-remoteAkshay Verma2018-03-241-2/+3
* Download latest patch when no patch is specifiedAkshay Verma2018-03-171-0/+8
* init: Remove string concat in no-op os.path.joinSamuel Holland2018-01-221-1/+2
* Support relative paths in --referenceSamuel Holland2018-01-221-1/+1
* Support --push-option in upload subcommandMasaya Suzuki2017-11-131-1/+6
* forall: Clarify expansion of REPO_ environment values with -cDavid Pursehouse2017-10-311-0/+7
* Replace all os.remove callsRenaud Paquay2017-08-311-5/+5
* Implement islink, readlink and realpath using Win32 apiRenaud Paquay2017-08-311-1/+1
* Merge "Add option '--no-cert-checks' for 'upload' sub command."David Pursehouse2017-08-301-1/+6
|\
| * Add option '--no-cert-checks' for 'upload' sub command.Łukasz Gardoń2017-08-231-1/+6
* | Merge changes from topic "windows-support"David Pursehouse2017-08-304-26/+15
|\ \
| * | Workaround shutil.rmtree limitation on WindowsRenaud Paquay2017-05-293-6/+6
| * | Make "git command" and "forall" work on WindowsRenaud Paquay2017-05-291-20/+9
* | | When starting a branch, do not use a tag or change value for branch.mergeZac Livingston2017-08-251-5/+5
| |/ |/|
* | Revert "Migrate git-repo to create private changes rather than drafts"Jonathan Nieder2017-08-081-3/+4
* | Migrate git-repo to create private changes rather than draftsChangcheng Xiao2017-08-071-4/+3
* | Add options for git-repo to support private and wip changesChangcheng Xiao2017-08-071-1/+12
* | 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-021-1/+2
|\ \ \
| * | | Always print percentage when syncing quietlyTim Schumacher2017-07-151-1/+2
| |/ /
* / / Fix "list comprehension redefines 'x'" warnings from pyflakesDavid Pursehouse2017-07-103-6/+6
|/ /
* | init: add missing submodule argMartin Kelly2017-07-101-1/+1
* | 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-281-1/+2
|\ \
| * | Add a newline after "Fetching projects" progress outputTim Schumacher2017-06-131-1/+2
| |/
* / sync: Continue job if some fetchs failed but force-broken is setNicolas Cornu2017-06-161-1/+1
|/