summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Save cookies back to jar when fetching clone.bundle"v1.13.11repo-1maintMike Frysinger2020-02-111-1/+1
* project: fix bytes/str encoding when updating git submodulesMike Frysinger2020-02-111-1/+1
* remove spurious +x bitsMike Frysinger2020-02-101-0/+0
* Do not try to fetch default revision for mirrors alwaysv1.13.9.3Chirayu Desai2020-02-061-1/+4
* Fix docstring of project.Project.PrintWorkTreeStatus()v1.13.9Rostislav Krasny2020-01-251-1/+1
* Fix repo mirror with --current-branchKuang-che Wu2019-11-251-23/+28
* prune: handle branches that track missing branchesMike Frysinger2019-11-161-8/+31
* sync: try to fast forward merge branches before checking published stateMike Frysinger2019-11-131-1/+10
* sync: add sanity check for local checkouts missing networkMike Frysinger2019-11-121-0/+7
* 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