0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 24, 2025 — Sep 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'index' into improvements More... almost 17 years ago
index.add: Finished implemenation including through tests index.checkout: added simple method allowing to checkout files from the index, including simple test More... almost 17 years ago
When parsing trees, we now store the originan type bits as well, previously we dropped it More... almost 17 years ago
cmd.wait: AutoKill wrapped process will automatically raise on errors to unify error handling amongst clients using the process directly. It might be needed to add a flag allowing to easily override that More... almost 17 years ago
added head kwarg to reset and commit method, allowing to automatically change the head to the given commit, which makes the methods more versatile More... almost 17 years ago
refs.SymoblicRef: implemented direcft setting of the symbolic references commit, which possibly dereferences to the respective head More... almost 17 years ago
Merge branch 'refs' into index More... almost 17 years ago
index.commit: implemented initial version, but in fact some more changes are required to have a nice API. Tests are not yet fully done either More... almost 17 years ago
actor: added __eq__, __ne__ and __hash__ methods including simple test commit: Fixed long-standing issue during message parsing that would fail to parse properly in case we were created from data. Also it would strip white space from the messages although it shouldn't More... almost 17 years ago
index.remove implemented including throrough test More... almost 17 years ago
Implemented index.reset method including test More... almost 17 years ago
IndexEntry is now based on a 'minimal' version that is suitable to be fed into UpdateIndex. The Inode and device information is only needed to quickly compare the index against the working tree for changes, hence it should not be that dominant in the API either. More changes to come More... almost 17 years ago
Added notes about git-update-ref More... almost 17 years ago
commit.name_rev property added for convenience More... almost 17 years ago
Refs can now set the reference they are pointing to in a controlled fashion by writing their ref file directly More... almost 17 years ago
Added TagRefernce creation and deletion including tests Added RemoteReference deletion and test More... almost 17 years ago
Implemented head methods: create, delete, rename, including tests More... almost 17 years ago
refs: added create, delete and rename methods where appropriate. Tests are marked, implementation is needed for most of them More... almost 17 years ago
Added frame for IndexFile add/remove/commit methods and respective test markers More... almost 17 years ago
Added repo.index property including simple test, and additional ideas in the TODO list More... almost 17 years ago
Renamed Index to IndexFile, adjusted tests, it will only operate on physical files, not on streams, as Indices are not streamed by any git command ( at least not in raw format ) More... almost 17 years ago
Merge branch 'symbolic_ref' into improvements More... almost 17 years ago
SymbolicReferences can now change they references safely as I think and well controlled, including test. Added commit method which will return the commit for detached symbolic refs or for normal symbolic refs which is quite convenient More... almost 17 years ago
Adjusted tests to deal with API changes More... almost 17 years ago
Added SymbolicReference and HEAD type to better represent these special types of references and allow special handling Head.reset now is an instance method of HEAD type Concatenated all reference specific tests into test_refs started to fix tests breaking now because of changed interface More... almost 17 years ago
Merge branch 'index' into improvements More... almost 17 years ago
Index: Is now diffable and appears to properly implement diffing against other items as well as the working tree Diff.Diffable: added callback allowing superclasses to preprocess diff arguments Diff.Diff: added eq, ne and hash methods, string methods would be nice More... almost 17 years ago
default index writing now writes the index of the current repository in a fashion comparable to the native implementation More... almost 17 years ago
Added test for ConcurrentWriteOperation More... almost 17 years ago
utils: Added LockFile including test GitConfigFile is now derived from LockFile using its capabilities Implemented ConcurrentWriteOperation, test is yet to be done More... almost 17 years ago