summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
...
* use open context managers in more placesMike Frysinger2019-11-121-13/+4
* sync: make .git init more robustMike Frysinger2019-11-121-30/+34
* project: allow CurrentBranch to return None on errorsMike Frysinger2019-10-011-3/+10
* diff: handle errors gracefullyMike Frysinger2019-10-011-5/+14
* Fix tag clobbering when -c is used.v1.13.6Xin Li2019-09-161-3/+3
* sync: improve output with intermingled progress bars and statusMike Frysinger2019-09-131-0/+6
* Add repo start option to create the branch based off HEADTheodore Dubois2019-09-041-2/+6
* rename local trace moduleMike Frysinger2019-08-271-1/+1
* Explicitly allow clobbering tags when fetching from remote.Xin Li2019-08-221-0/+2
* project: fix encoding handling with git commandsMike Frysinger2019-08-041-9/+6
* hooks: support external hooks running different Python versionMike Frysinger2019-07-271-21/+126
* Add support for partial clone.v1.13.4Xin Li2019-07-161-5/+13
* Don't try to decode when checking clone bundlesPierre Tardy2019-07-111-2/+2
* project: rev_list: simplify executionMike Frysinger2019-07-051-6/+1
* Support clone bundle through persistent-http[s].Xin Li2019-06-261-5/+9
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+2
* 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