summaryrefslogtreecommitdiff
path: root/morphlib/gitindex.py
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Add a mechanism for extracting all files from a given commit to a dirSam Thursfield2015-02-181-3/+19
* Prevent git-replace refs affecting git operationsRichard Maw2014-08-211-2/+3
* Treat untracked morphologies as uncommitted changesRichard Maw2014-08-121-2/+3
* gitindex: Add GitIndex.write_tree()Richard Maw2013-11-221-0/+4
* gitindex: Add GitIndex.add_files_from_working_tree()Richard Maw2013-11-221-0/+31
* gitindex: Add GitIndex.add_files_from_index_info()Richard Maw2013-11-221-0/+21
* gitindex: Add GitIndex.set_to_tree(treeish) methodRichard Maw2013-11-221-0/+4
* GitDir: Add GitIndex classRichard Maw2013-11-221-0/+99