summaryrefslogtreecommitdiff
path: root/morphlib/git.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor SystemBuilder and add helper classLars Wirzenius2012-03-021-1/+1
* Use "cp -a" and "git checkout" to unpack sources in the build tree.Jannis Pohlmann2012-02-221-11/+16
* Handle empty/short lines when validating submodulesLars Wirzenius2012-02-171-1/+1
* Switch to caching repos without checking them out.Jannis Pohlmann2012-02-141-5/+6
* Ignore submodules for which the parent repo has a non-commit object.Jannis Pohlmann2012-02-091-22/+26
* Change how git clones are created from bundlesLars Wirzenius2012-02-091-4/+4
* Extract chunk submodule repos into the build directory directly.Jannis Pohlmann2012-02-081-1/+11
* Cache submodule repositories recursively.Jannis Pohlmann2012-02-081-6/+121
* Set GIT_DIR when running git archive. Drop --remote.Jannis Pohlmann2012-02-021-4/+4
* Always specify '-l' when cloning in order to use hardlinking.Jannis Pohlmann2012-02-011-1/+1
* Bump copyright years, get rid of long lines and unused imports.Jannis Pohlmann2012-01-231-1/+0
* Improve the logging output of SourceManager.Jannis Pohlmann2012-01-231-12/+12
* Port everything to using Treeish objects instead of (repo, ref).Jannis Pohlmann2012-01-201-30/+37
* Document get_treeish() of the SourceManager.Jannis Pohlmann2012-01-191-2/+1
* Break long lines in git.py.Jannis Pohlmann2012-01-191-2/+5
* Fix coding style, update copyrights, drop unused imports.Jannis Pohlmann2012-01-191-1/+1
* Remove bad whitespaceRob Taylor2012-01-191-2/+2
* Fix cmdtests for SourceManager changesRob Taylor2012-01-191-11/+19
* Complete SourceManager testsRob Taylor2012-01-191-4/+17
* initial version of Sourcemanager and testsRob Taylor2012-01-181-20/+53
* have git export directly to a tar fileLars Wirzenius2011-12-061-6/+1
* Always get all morphologies from gitLars Wirzenius2011-11-021-12/+2
* Move code to get morphology text from git into morphlib.git.Lars Wirzenius2011-10-171-1/+37
* Move get_git_commit_id into morphlib.git and rename.Lars Wirzenius2011-10-171-0/+12
* Start a git module for abstracting away git operations.Lars Wirzenius2011-10-171-0/+30