4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 28, 2024 — Dec 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'index' into improvements More... about 16 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... about 16 years ago
When parsing trees, we now store the originan type bits as well, previously we dropped it More... about 16 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... about 16 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... about 16 years ago
refs.SymoblicRef: implemented direcft setting of the symbolic references commit, which possibly dereferences to the respective head More... about 16 years ago
Merge branch 'refs' into index More... about 16 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... about 16 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... about 16 years ago
index.remove implemented including throrough test More... about 16 years ago
Implemented index.reset method including test More... about 16 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... about 16 years ago
Added notes about git-update-ref More... about 16 years ago
commit.name_rev property added for convenience More... about 16 years ago
Refs can now set the reference they are pointing to in a controlled fashion by writing their ref file directly More... about 16 years ago
Added TagRefernce creation and deletion including tests Added RemoteReference deletion and test More... about 16 years ago
Implemented head methods: create, delete, rename, including tests More... about 16 years ago
refs: added create, delete and rename methods where appropriate. Tests are marked, implementation is needed for most of them More... about 16 years ago
Added frame for IndexFile add/remove/commit methods and respective test markers More... about 16 years ago
Added repo.index property including simple test, and additional ideas in the TODO list More... about 16 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... about 16 years ago
Merge branch 'symbolic_ref' into improvements More... about 16 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... about 16 years ago
Adjusted tests to deal with API changes More... about 16 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... about 16 years ago
Merge branch 'index' into improvements More... about 16 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... about 16 years ago
default index writing now writes the index of the current repository in a fashion comparable to the native implementation More... about 16 years ago
Added test for ConcurrentWriteOperation More... about 16 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... about 16 years ago