4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 21, 2024 — Dec 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documentation is now being built for all new modules More... about 15 years ago
SymbolicReference: log method added, including test More... about 15 years ago
Implemented reflog reading and writing More... about 15 years ago
Initial interface including some of the implementation of the RefLog. TestCase scetched out for now tests: Added tests to verify that objects don't have a dict. Previously, due to a missing __slots__ member in Serializable, most objects would indeed have a dict, although the opposite was intended More... about 15 years ago
Fixed remaining tests - lets hope that everything is indeed working correctly - as imports changed, every line of code needs to be run to assure all names can be resolved More... about 15 years ago
Split ref implementation up into multiple files, to make room for the log implementation More... about 15 years ago
Changed version to 0.3.1 (removed beta1) so that other projects can actually depend on git-python using the setuptools. Previously it would claim the version did not exist, probably because the setuptools are just comparing strings More... about 15 years ago
-#######->WARNING<-####### Directory structure changed, see commit message More... about 15 years ago
updated changelog More... about 15 years ago
Updated MANIFEST and setup to include fixtures. Adjusted includes in all tests to work with the new directory structure More... about 15 years ago
Fixed setup script to work with changed folder structure More... about 15 years ago
flattened test folder structure, didn't adjust any file content yet More... about 15 years ago
moved all contents, incl. submodule gitdb, up to the root directory More... about 15 years ago
Fixed API reference docs as far as possible More... about 15 years ago
docs: added final docs for version 0.3.0, started new release 0.3.1 More... about 15 years ago
Added zip_safe info to setup.py file More... about 15 years ago
fixed performance tests ... again, previously I was just working on an incorrect repository More... about 15 years ago
Merge branch 'osx' More... about 15 years ago
testing:added special case for osx to solve a special issue with the temp directory More... about 15 years ago
Merge remote branch 'gitorious/win32' More... about 15 years ago
Tried to get rid of held references which could keep a filehandle open. In fact, it didn't work, and ... something else keeps them open. Its odd, its weird, its windows, and I give up on it for now More... about 15 years ago
submodule.update: now forcing the checkout - see in-code comments More... about 15 years ago
submodule: Fixed capital error when handling the submodule's branch, which was returned in the submodules super repository, not in the submodule's module More... about 15 years ago
Submodule: Assured we properly convert paths to using the slash separator More... about 15 years ago
Fixed performance tests which broke in the meanwhile - they definitely don't run often enough, which is because they intentionally don't have a package initialization file More... about 15 years ago
Bumped version number to 0.3.1 More... about 15 years ago
submodule: When adding an existing submodule, when retrieving the binsha, we will now consider not only the tree, but the index too More... about 15 years ago
remote: parsing of fetch information now reacts to fatal errors. Previously it would just bump into an assertion More... about 15 years ago
test_submodule: fixed failures that arose due to changes of the original submodule names. Also, a major bug was fixed that cased submodules to always being updated recursively when using the RootModule.update method submodule: previously, it would update the repository configuration during add(), but in fact it must be done during update() when the module is cloned, which is how the git-submodule implementation works More... about 15 years ago
Merge branch 'docs' More... about 15 years ago