aboutsummaryrefslogtreecommitdiff
path: root/repo
AgeCommit message (Collapse)Author
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted
2010-11-24Adjusted all Head.create calls to set a logmessage similar to the one git usesSebastian Thiel
2010-11-24RefLog: added entry_at method, which is a faster way of reading single ↵Sebastian Thiel
entries, including test
2010-11-24Improved refparse error handling in case of out-of-bound indicesSebastian Thiel
2010-11-23Actor: Moved it from git.objects.util to git.util, adjusted all imports ↵Sebastian Thiel
accordingly. Added methods to Actor to retrieve the global committer and author information Reflog: implemented and tested append_entry method
2010-11-23repo.rev_parse: Added support for simple log parsing - dates are not yet ↵Sebastian Thiel
supported, mainly because I don't need it
2010-11-23Split ref implementation up into multiple files, to make room for the log ↵Sebastian Thiel
implementation
2010-11-21moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel