summaryrefslogtreecommitdiff
path: root/repo
Commit message (Collapse)AuthorAgeFilesLines
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-253-1036/+0
| | | | adjusted
* Adjusted all Head.create calls to set a logmessage similar to the one git usesSebastian Thiel2010-11-242-4/+6
|
* RefLog: added entry_at method, which is a faster way of reading single ↵Sebastian Thiel2010-11-241-1/+1
| | | | entries, including test
* Improved refparse error handling in case of out-of-bound indicesSebastian Thiel2010-11-241-1/+6
|
* Actor: Moved it from git.objects.util to git.util, adjusted all imports ↵Sebastian Thiel2010-11-231-0/+1
| | | | | | accordingly. Added methods to Actor to retrieve the global committer and author information Reflog: implemented and tested append_entry method
* repo.rev_parse: Added support for simple log parsing - dates are not yet ↵Sebastian Thiel2010-11-231-10/+52
| | | | supported, mainly because I don't need it
* Split ref implementation up into multiple files, to make room for the log ↵Sebastian Thiel2010-11-231-1/+1
| | | | implementation
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-213-0/+986