summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
Commit message (Expand)AuthorAgeFilesLines
* superproject - More friendly user message when superproject failed.v2.16.1Raman Tenneti2021-07-141-2/+6
* superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti2021-06-161-3/+5
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-131-3/+3
* init: Added --partial-clone-exclude option.Raman Tenneti2021-04-131-1/+5
* init: merge subcmd & wrapper parsersMike Frysinger2021-04-091-102/+1
* repo init: Added --no-partial-clone and made it persist. Bumped version to 2.14.Raman Tenneti2021-04-051-1/+7
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-1/+1
* init: expose --worktree optionMike Frysinger2021-03-091-3/+1
* superproject: Display status messages during repo init/sync.v2.13.3Raman Tenneti2021-03-041-4/+9
* init: support -b HEAD as a shortcut to "the default"Mike Frysinger2021-02-251-4/+8
* init: make --manifest-url flag optionalMike Frysinger2021-02-181-4/+16
* init: added --use-superproject option to clone superproject.v2.12.2Raman Tenneti2021-02-111-0/+20
* git_config: add SetBoolean helperMike Frysinger2021-02-111-7/+7
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-9/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* init: reset hard to --repo-revMike Frysinger2020-12-061-1/+1
* manifest_xml: refactor manifest parsing from client managementMike Frysinger2020-11-181-2/+2
* init: use the remote default manifest branchMike Frysinger2020-09-091-11/+15
* init: reject unknown argsMike Frysinger2020-09-021-0/+3
* Make partial clone imply no-clone-bundle by default.Xin Li2020-05-211-2/+9
* init: respect --repo-rev changesMike Frysinger2020-03-251-0/+11
* init: rename --repo-branch to --repo-revMike Frysinger2020-03-181-3/+4
* init: respect --repo-url changesMike Frysinger2020-03-171-0/+8
* repo/init: improve basic progress messagesMike Frysinger2020-02-221-1/+2
* repo/init: add --verbose flagsMike Frysinger2020-02-221-3/+9
* init: hide summary output when using --quietMike Frysinger2020-02-221-15/+19
* add experimental git worktree supportMike Frysinger2020-02-191-0/+24
* avoid negative variablesMike Frysinger2020-02-191-5/+5
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-5/+5
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* repo: lower min version of git a bitMike Frysinger2020-02-121-2/+7
* Fix inverted logic around [gitc-]init and -cDan Willemsen2020-02-071-1/+1
* init: handle -c conflicts with gitc-initMike Frysinger2020-02-051-2/+7
* init: Add '-c' as an alias to '--current-branch'Diogo Ferreira2020-01-241-1/+1
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-6/+5
* Add support for partial clone.v1.13.4Xin Li2019-07-161-1/+20
* use print() instead of sys.stdout.write()Mike Frysinger2019-07-111-3/+9
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Honor --depth during repo initNasser Grainawi2019-05-211-2/+2
* init: Remove -c short option for --current-branchv1.13.1Ereth McKnight-MacNeil2018-12-201-1/+1
* init: --dissociate option to copy objects borrowed with --referenceNikolai Merinov2018-10-191-0/+11
* update markdown/help header formatMike Frysinger2018-10-101-2/+1
* 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
* Merge changes from topic "windows-support"David Pursehouse2017-08-301-2/+2
|\
| * Workaround shutil.rmtree limitation on WindowsRenaud Paquay2017-05-291-2/+2
* | init: add missing submodule argMartin Kelly2017-07-101-1/+1
|/
* init: allow relative path on --reference argumentYOUNG HO CHA2017-05-281-1/+1