summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
...
* project: Set config option to skip lfs process filterv1.13.3Francois Ferrand2019-05-241-0/+1
* Merge "Print project name when work tree initialization fails"Jonathan Nieder2019-05-161-1/+1
|\
| * Print project name when work tree initialization failsMikhail Naganov2019-05-091-1/+1
* | Use %topic=topic instead of deprecated /topic syntax on pushDavid Pursehouse2019-05-151-2/+3
|/
* Ignore submodules when calculating 'git diff-files'Eli Ribble2019-05-021-0/+1
* Don't print "persistent ref" message when syncing quietlyTim Schumacher2019-04-151-2/+3
* sync: respect --force-sync when fetching updatesMike Frysinger2019-03-181-2/+6
* project: Relax the submodule name pattern to accept dotsSebastian Schuberth2019-03-111-2/+2
* Allow clobbering of existing tags from remote.v1.13.0Xin Li2018-12-101-1/+1
* Add option for git-repo to support 'silent' uploadsVadim Bendebury2018-11-051-0/+5
* upload: Unify option passing in ssh and other transportsJonathan Nieder2018-11-051-15/+9
* Merge "init: --dissociate option to copy objects borrowed with --reference"David Pursehouse2018-10-281-0/+10
|\
| * init: --dissociate option to copy objects borrowed with --referenceNikolai Merinov2018-10-191-0/+10
* | Add support for long pathsRenaud Paquay2018-10-221-8/+8
|/
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-4/+2
* Pass refs to ls-remoteAkshay Verma2018-03-241-2/+2
* Download latest patch when no patch is specifiedAkshay Verma2018-03-171-0/+10
* Merge changes I9c1ab65f,I7b2027aeDavid Pursehouse2018-03-161-1/+6
|\
| * Support relative paths in --referenceSamuel Holland2018-01-221-1/+6
* | implement optional 'sync-tags' in the manifest fileYOUNG HO CHA2018-02-141-0/+8
|/
* Sync correctly when subproject url is a relative url to its parent urlShouheng Zhang2017-12-211-0/+2
* Support --push-option in upload subcommandMasaya Suzuki2017-11-131-3/+10
* Provide more specific error message for symlinks errors on WindowsRenaud Paquay2017-08-311-2/+10
* Replace all os.remove callsRenaud Paquay2017-08-311-14/+14
* Implement islink, readlink and realpath using Win32 apiRenaud Paquay2017-08-311-13/+13
* Handle Windows line endings when reading binary filesRenaud Paquay2017-08-311-3/+3
* Merge "Add option '--no-cert-checks' for 'upload' sub command."David Pursehouse2017-08-301-4/+7
|\
| * Add option '--no-cert-checks' for 'upload' sub command.Łukasz Gardoń2017-08-231-4/+7
* | Merge changes from topic "windows-support"David Pursehouse2017-08-301-11/+14
|\ \
| * | Port os.rename calls to work on WindowsRenaud Paquay2017-05-291-2/+2
| * | Workaround shutil.rmtree limitation on WindowsRenaud Paquay2017-05-291-6/+6
| * | Add support for creating symbolic links on WindowsRenaud Paquay2017-05-291-3/+6
* | | 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-081-1/+9
* | Migrate git-repo to create private changes rather than draftsChangcheng Xiao2017-08-071-9/+1
* | Add options for git-repo to support private and wip changesChangcheng Xiao2017-08-071-0/+11
* | init: add missing submodule argMartin Kelly2017-07-101-2/+2
|/
* sync: Add support to dump a JSON event log of all sync events.David Riley2017-05-291-3/+15
* Fix misplaced file separator string.replace callRenaud Paquay2017-05-281-1/+1
* Merge "init: add --submodules to sync manifest submodules"David Pursehouse2017-05-271-8/+41
|\
| * init: add --submodules to sync manifest submodulesMartin Kelly2017-05-231-8/+41
* | project.py: fix performance issue with --reference when the mirrored reposito...heping2017-04-121-4/+6
|/
* Merge "Fix removing broken symlink in reference dir"David Pursehouse2016-12-061-7/+8
|\
| * Fix removing broken symlink in reference dirCheuk Leung2016-06-291-7/+8
* | Merge "Fix checkout error when depth passed to repo init and revision is a sha1"Dan Willemsen2016-10-281-21/+21
|\ \
| * | Fix checkout error when depth passed to repo init and revision is a sha1Aymen Bouaziz2016-10-281-21/+21
* | | _CheckDirReference: log actual error before suggesting --force-syncMarc Herbert2016-10-271-0/+1
* | | status: add -q/--quiet optionAndrew Wheeler2016-10-171-1/+7
|/ /
* | implement optional 'pushurl' in the manifest fileSteve Rae2016-09-201-0/+4
* | Merge "Fix submodule checkout error when using sync-s option"David Pursehouse2016-09-141-1/+1
|\ \