summaryrefslogtreecommitdiff
path: root/morphlib/git.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Later, add compression by piping to a gzip process.
* Always get all morphologies from gitLars Wirzenius2011-11-021-12/+2
| | | | | Previously, we've been able to get morphs for strata and systems directly from files, with uncommitted changes. No more.
* 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