summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add --archive option to init to sync using git archiveJulien Campergue2013-12-101-1/+62
|/ /
* | Fix print of git-remote-persistent-https errorConley Owens2013-11-211-3/+3
* | Fix some python3 encoding issuesChirayu Desai2013-11-211-1/+1
|/
* Accept all UTF-8 committer namesConley Owens2013-09-271-1/+1
* Wait for git-remote-persistent-https -print_config to exitDave Borowitz2013-09-251-1/+6
* DownloadPatchSet: fetch the change only, and nothing else.Chirayu Desai2013-06-131-1/+0
* Read cookie file from git-remote-persistent-https if applicableDave Borowitz2013-06-041-4/+29
* Ensure clone.bundle files have proper headerDave Borowitz2013-06-041-1/+12
* Send reviews to a different branch from fetchBryan Jacobs2013-05-241-5/+13
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-3/+4
* Use reference also for manifest gitVictor Boivie2013-05-121-4/+5
* Merge "Re-initialise repos git hooks when updating the forest"David Pursehouse2013-05-091-5/+12
|\
| * Re-initialise repos git hooks when updating the forestJimmie Wester2013-03-081-5/+12
* | Repo should not fetch tags for shallow projectsJimmie Wester2013-05-081-1/+3
* | Some fixes for supporting python3Chirayu Desai2013-04-181-21/+28
* | Allow clone depth to be specified per projectDavid Pursehouse2013-04-101-2/+7
* | Special handling for manifest group "default"David Holmer2013-04-031-1/+6
|/
* upload: support --re and --cc options over HTTPv1.12.2Shawn Pearce2013-02-281-0/+5
* Add --no-tags option to prevent fetching of tagsMitchel Humpherys2013-02-271-4/+10
* Check for a cookie file when fetching clone.bundle.Torne (Richard Coles)2013-01-111-0/+3
* Represent git-submodule as nested projects, take 2Che-Liang Chiou2012-11-191-1/+176
* Raise a NoManifestException when the manifest DNEConley Owens2012-11-151-1/+5
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-2/+2
* Fix inconsistent indentationDavid Pursehouse2012-11-141-16/+16
* Fix: "Statement seems to have no effect"David Pursehouse2012-11-141-1/+1
* Change print statements to work in python3Sarah Owens2012-11-131-6/+8
* Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse2012-11-071-1/+1
* project: Require git >= 1.7.2 for setting config on command lineDave Borowitz2012-10-311-1/+4
* Even more coding style cleanupDavid Pursehouse2012-10-301-8/+7
* Revert "Represent git-submodule as nested projects"v1.11.1Shawn O. Pearce2012-10-261-178/+1
* Merge "project: Support config args in git command callables"Shawn Pearce2012-10-251-3/+14
|\
| * project: Support config args in git command callablesDave Borowitz2012-10-241-3/+14
* | Fix pylint warnings introduced by the submodule patchChe-Liang Chiou2012-10-251-5/+4
* | Merge "Use modern Python exception syntax"Conley Owens2012-10-251-5/+5
|\ \
| * | Use modern Python exception syntaxSarah Owens2012-10-231-5/+5
| |/
* / Represent git-submodule as nested projectsChe-Liang Chiou2012-10-231-1/+179
|/
* More coding style cleanupDavid Pursehouse2012-10-221-8/+16
* Rename "dir" variablesMickaël Salaün2012-10-101-3/+3
* Coding style cleanupDavid Pursehouse2012-10-091-61/+58
* manifest: record the original revision when in -r mode.Brian Harring2012-09-281-10/+35
* Fix errors when clone.bundle missing on serverMatt Gumbel2012-09-061-3/+13
* Allow projects to be specified as notdefaultConley Owens2012-09-051-7/+8
* Remove unused importsDavid Pursehouse2012-08-231-3/+1
* project.py: Replace the relpath function with os.path.relpathMickaël Salaün2012-08-061-17/+2
* Use curl command line tool for clone.bundlev1.10.3Shawn O. Pearce2012-08-021-102/+30
* Fix unsupported operand type(s) for +: 'int' and 'str'v1.10.1Shawn O. Pearce2012-08-011-1/+1
* Fix percent done on resumed /clone.bundlev1.10.0Shawn O. Pearce2012-08-011-4/+4
* upload: add --draft option.Brian Harring2012-07-281-4/+12
* Don't delete the branch config when switching branches.v1.9.6Torne (Richard Coles)2012-07-201-1/+1
* Detach branch even when already on the latest revision using sync -dFlorian Vallee2012-06-131-4/+7