Commits
User selector
Commit History
Commits on Jan 5, 2021
Commits on Oct 23, 2020
Fix default actor name handling
Show description for 0898907authored andcommitted
Commits on Oct 22, 2020
Get system user id in a lazy manner
Show description for c96476bauthored andcommitted
Commits on Oct 5, 2020
- authored andcommitted

- authored andcommitted

Commits on Sep 28, 2020
git/repo/base.py: is_dirty(): Fix pathspec handling
Show description for 624eb28authored andcommitted
Commits on Sep 9, 2020
- authored andcommitted
Commits on Sep 3, 2020
Commits on Aug 31, 2020
accept datetime instances as dates
Show description for 4a19917authored andcommitted
Commits on Jul 12, 2020
test: add installation test
Show description for e0b10d9committedtests: move to root dir
Show description for 0374d7ccommitted- committed
tests: move to root dir
Show description for 5453888authored andcommitted
Commits on Nov 24, 2010
- committed
- committed
- committed
- committed
Renamed msg named parameter to logmsg, as it describes the purpose of the message much better
Show description for 8652326committed- committed
- committed
- committed
Made previously protected methods public to introduce a method with reflog support which cannot be exposed using the respective property. Ref-Creation is now fully implemented in python. For detail…
Show description for a17c43dcommitted- committed
Commits on Nov 23, 2010
Implemented revlog.append_entry as classmethod, to assure we will always actually write_append the new entry, instead of rewriting the whole file. Added file-locking and directory handling, so the …
Show description for 7029773committedRemoved ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set during merge and rebase, and probably everything that changes the ref more drastically. Probably I have to reread that.…
Show description for 61f3db7committedActor: Moved it from git.objects.util to git.util, adjusted all imports accordingly. Added methods to Actor to retrieve the global committer and author information
Show description for a21a9f6committed- committed
- committed
- committed
Initial interface including some of the implementation of the RefLog. TestCase scetched out for now
Show description for 6e5aae2committed