summaryrefslogtreecommitdiff
path: root/morphlib/cachedrepo.py
Commit message (Expand)AuthorAgeFilesLines
* Echo stderr of subcommands that do network IO when --verbose is usedSam Thursfield2014-10-291-1/+2
* Remove workaround for an old version of GitSam Thursfield2014-10-291-6/+2
* Prevent git-replace refs affecting git operationsRichard Maw2014-08-211-10/+12
* cachedrepo: Remove unused load_morphology methodAdam Coldrick2014-08-141-9/+0
* Fix Morph failing to update some cached git reposSam Thursfield2014-07-071-1/+27
* Make CachedRepo.resolve_ref handle non-existent SHA1Lars Wirzenius2013-10-241-4/+9
* morph branch: Check if the ref already exists before anything elseSam Thursfield2012-12-131-0/+9
* Always use `git rev-parse --verify` to resolve refsSam Thursfield2012-12-131-20/+9
* Avoid caching repos that are on the local machine anywaySam Thursfield2012-11-121-1/+6
* Handle branch name kind changes more gracefully.Daniel Silverstone2012-10-081-1/+5
* Use repository cache for git access other than current system branchSam Thursfield2012-10-031-0/+9
* Extract is_valid_sha1() to morphlib.gitSam Thursfield2012-10-031-9/+3
* Rework git caches to be bare mirrors of the repos.Daniel Silverstone2012-09-141-7/+43
* Give more useful errors when cloning from local cache failsSam Thursfield2012-09-131-8/+19
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-051-14/+20
* Support 'git ls-tree' in local and remote reposSam Thursfield2012-08-241-0/+22
* python scripts: pep8ize codebaseRichard Maw2012-08-011-20/+21
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-17/+20
* Fix CachedRepo exceptions to initialize correctlyLars Wirzenius2012-05-091-10/+12
* Make morph's _clone_to_directory use CachedRepo.checkoutLars Wirzenius2012-05-041-7/+2
* Relax CachedRepo.checkout requirement that ref is a sha1Lars Wirzenius2012-05-041-6/+2
* Add original_name member to CachedRepo. Use it for SourcePool lookups.Jannis Pohlmann2012-04-171-2/+3
* Various small fixes to make the new update-gits work again.Jannis Pohlmann2012-04-101-3/+3
* Add doc strings to the CachedRepo class.Jannis Pohlmann2012-04-091-2/+55
* Remove unnecessary unhexlify calls.Jannis Pohlmann2012-04-091-3/+0
* Get rid of nested try/except blocks.Jannis Pohlmann2012-04-091-17/+21
* Add CachedRepo class with tests.Jannis Pohlmann2012-04-091-0/+147