summaryrefslogtreecommitdiff
path: root/morphlib/plugins/update_gits_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove update-gits commandRichard Maw2014-07-221-83/+0
| | | | | | | | | This hasn't been used in a long time to my knowledge, its API completely misses the point, and its implementation relies on old APIs that need to change. Until we discover we need it, and work out what it should look like, I think the best thing to do is get rid of it.
* Add missing copyright yearLars Wirzenius2013-07-181-1/+1
|
* Improve docstring for "morph update-gits"Lars Wirzenius2013-07-051-1/+16
|
* Improve command descriptions in --helpSam Thursfield2012-10-261-7/+1
| | | | | Make sure all commands have one line of description, and reduce the size of some which had large amounts of text.
* Use tarballs instead of bundlesDaniel Silverstone2012-09-251-2/+2
| | | | | | | This makes a non-backward-compatible change to morph which switches it to using tarballs instead of bundles when initialising cached git repositories. This is faster because it doesn't require index-pack --fix-thin operations on the machine running morph.
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-051-1/+1
| | | | Adjust all other parts and the tests to work with this.
* morph: move update-gits to pluginRichard Maw2012-08-011-0/+74
This also publicizes cache_repo_and_submodules and traverse_morphs