summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-2812-52/+55
* add a --trace-python optionMike Frysinger2019-08-271-3/+20
* rename local trace moduleMike Frysinger2019-08-277-11/+15
* help: add a --help-all option to show all commands at onceMike Frysinger2019-08-271-4/+15
* sync: invert --force-broken with --fail-fastMike Frysinger2019-08-271-12/+14
* Explicitly allow clobbering tags when fetching from remote.Xin Li2019-08-221-0/+2
* rebase: pull out project-independent settings from the for loopMike Frysinger2019-08-081-20/+16
* rebase/sync: use exit(1) for errors instead of exit(-1)Mike Frysinger2019-08-082-10/+10
* sync: fix handling of -f and local checkoutsMike Frysinger2019-08-081-3/+1
* project: fix encoding handling with git commandsMike Frysinger2019-08-041-9/+6
* git_config: include project name in missing ref exceptionMike Frysinger2019-08-031-1/+2
* manifest-format: document implicit directory creation w/<copyfile> & <linkfile>Mike Frysinger2019-08-021-0/+4
* manifest-format: clarify <copyfile> & <linkfile> restrictionsMike Frysinger2019-08-011-0/+12
* tests: add docstrings & print_function (for Python 3)Mike Frysinger2019-08-014-0/+16
* wrapper: Fix indentation levelDavid Pursehouse2019-07-311-4/+4
* wrapper: replace usage of deprecated imp module for Python 3David Pursehouse2019-07-311-2/+7
* hooks: support external hooks running different Python versionMike Frysinger2019-07-274-21/+224
* Add support for partial clone.v1.13.4Xin Li2019-07-166-28/+206
* repo/main: add module docstringsMike Frysinger2019-07-122-0/+13
* use print() instead of sys.stdout.write()Mike Frysinger2019-07-112-8/+19
* run_tests: add a helper for invoking unittestsMike Frysinger2019-07-113-6/+76
* Don't try to decode when checking clone bundlesPierre Tardy2019-07-111-2/+2
* main: user-agent: include full git version infoMike Frysinger2019-07-111-1/+1
* git_command: drop custom version helperMike Frysinger2019-07-113-13/+48
* repo: all ParseGitVersion to load git version info itselfMike Frysinger2019-07-111-4/+15
* repo: return a namedtuple with full version infoMike Frysinger2019-07-111-2/+10
* Remove double forall from "repo help forall" outputSolomon Kinard2019-07-081-1/+1
* fix raise syntaxMike Frysinger2019-07-051-1/+1
* project: rev_list: simplify executionMike Frysinger2019-07-051-6/+1
* handle binary stream from urllib.request.urlopenMike Frysinger2019-07-042-2/+3
* Support clone bundle through persistent-http[s].Xin Li2019-06-261-5/+9
* sync: use integer division with job countsMike Frysinger2019-06-141-2/+2
* status: import print_functionMike Frysinger2019-06-141-0/+2
* add license header to a few more filesMike Frysinger2019-06-132-0/+29
* repo: drop Python 3 warningMike Frysinger2019-06-131-4/+0
* repo: restore use of print_functionMike Frysinger2019-06-131-89/+80
* set default file encoding to utf-8Mike Frysinger2019-06-1350-0/+53
* tweak raise/dict syntax for Python 3 compatMike Frysinger2019-06-133-8/+8
* repo: standardize help behaviorMike Frysinger2019-06-131-2/+2
* wrapper: drop shebangMike Frysinger2019-06-131-2/+0
* Merge "docs: start a release document"Mike Frysinger2019-06-131-0/+167
|\
| * docs: start a release documentMike Frysinger2019-06-121-0/+167
* | diffmanifests: honor user-supplied manifest pathsBasil Gello2019-06-062-23/+38
* | Merge "platform_utils_win32: remove an unnecessary workaround"Jonathan Nieder2019-06-041-12/+5
|\ \ | |/ |/|
| * platform_utils_win32: remove an unnecessary workaroundРоман Донченко2019-03-211-12/+5
* | project: Set config option to skip lfs process filterv1.13.3Francois Ferrand2019-05-241-0/+1
* | Honor --depth during repo initNasser Grainawi2019-05-211-2/+2
* | 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
|/ /