4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
diff: added test to be sure index-vs-working copy diffs are solved properly More... over 16 years ago
repo.is_dirty: fixed incorrect check of a dirty working tree, previously it would compare HEAD against the working tree, not the index which was intended More... over 16 years ago
Initial version of merge including tests for one-way, two-way and tree-way merge More... over 16 years ago
touch method improved to open for appending which would not clear the file and be like an actual touch More... over 16 years ago
index writing added including simple test, improved docs of IndexEntry More... over 16 years ago
improved IndexEntry type and added test for parsing of the stage More... over 16 years ago
Improved tuple access of EntryIndex class including test, stage and type access still needs to be decoded though More... over 16 years ago
Added initial version of the index reading from file - IndexEntry interface is to be improved though, writing needs to be implemented as well More... over 16 years ago
Added frame for index implementation and testing More... over 16 years ago
repo.alternates test cheked for correctness and bugfixed - totally mocked tests bare the risk that things do not work properly outside of the sandbox. More... over 16 years ago
Added slots to Repo type to be sure we do not accidentally set values on it, and to be more efficient of course ;) TODO: Added info about possible config improvement More... over 16 years ago
Fixed bare repository handling - bare is now a property to prevent writing it More... over 16 years ago
Moved specialized methods like dashify, touch and is_git_dir to module to the respective modules that use them fixed repo.daemon_export which did not work anymore due to incorrect touch implementation and wrong property names More... over 16 years ago
Improved is_dirty including test More... over 16 years ago
Implemneted IterableLists for refs, commits and remote objects including simple tests More... over 16 years ago
Added TODO file to keep track of tasks and in case someone wants to help here and there ;) More... over 16 years ago
commit.count: is an instance method now repo: added head , tag and iter_trees methods for completeness changes: headlines now sorted chronologically More... over 16 years ago
repo.remote method added CHANGES updated to carry information about remotes and config More... over 16 years ago
Merge branch 'remotes' into improvements More... over 16 years ago
remote: added tests for creation and removal, finishing the remote interface More... over 16 years ago
remote: base tests succeed now More... over 16 years ago
config: fixed serious issues that would cause it to see initial tabs as continuation lines - this leads to very incorrect results when parsing git config files. Now the complete reading is overridden to make it work as there was no other way More... over 16 years ago
Added configuration access including tests to remote config: fixed issue that would cause it to abort reading if the file did not exist - this is valid now Test does not work as the configuration parsing does not work as expected - this must be fixed first More... over 16 years ago
Added remote module and test cases - about to implement remote option handling More... over 16 years ago
Merge branch 'config' into improvements More... over 16 years ago
added additional testing for the configuration, concurrent access and config reading, all tests work More... over 16 years ago
implemented config class as far as necessary, one check is still failing Added odict module to get an OrderedDict to be used in the config parser, assuring the order of sections and options does not change More... over 16 years ago
Added frame for configuration reader involving a meta class, decorators and tests - most of which still has to be filled out More... over 16 years ago
added initial frame for remote handling- remotes are somewhat related to either parsing the command output or to reading the repo configuration which would be faster More... over 16 years ago
Improved tagobject message handling by not assuming an empty fourth line anymore More... over 16 years ago