0
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 20 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added frame for index implementation and testing More... almost 17 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... almost 17 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... almost 17 years ago
Fixed bare repository handling - bare is now a property to prevent writing it More... almost 17 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... almost 17 years ago
Improved is_dirty including test More... almost 17 years ago
Implemneted IterableLists for refs, commits and remote objects including simple tests More... almost 17 years ago
Added TODO file to keep track of tasks and in case someone wants to help here and there ;) More... almost 17 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... almost 17 years ago
repo.remote method added CHANGES updated to carry information about remotes and config More... almost 17 years ago
Merge branch 'remotes' into improvements More... almost 17 years ago
remote: added tests for creation and removal, finishing the remote interface More... almost 17 years ago
remote: base tests succeed now More... almost 17 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... almost 17 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... almost 17 years ago
Added remote module and test cases - about to implement remote option handling More... almost 17 years ago
Merge branch 'config' into improvements More... almost 17 years ago
added additional testing for the configuration, concurrent access and config reading, all tests work More... almost 17 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... almost 17 years ago
Added frame for configuration reader involving a meta class, decorators and tests - most of which still has to be filled out More... almost 17 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... almost 17 years ago
Improved tagobject message handling by not assuming an empty fourth line anymore More... almost 17 years ago
diff method now checks for git-diff errrs that can easily occour if the repository is bare and if there is no index or second tree specified More... almost 17 years ago
Merge branch 'diffing' into improvements More... almost 17 years ago
DiffIndex implemented including test More... almost 17 years ago
diff: implemented raw diff parsing which appears to be able to handle possible input types, DiffIndex still requires implementation though More... almost 17 years ago
resolved cyclic inclusion issue by moving the Diffable interface into the diff module, which probably is the right thing to do anyway More... almost 17 years ago
repo: fixed untracked files function which used git-commit before, it can open vim to get a message though which makes the program appear to freeze - using git-status now More... almost 17 years ago
implemented diff tests, but will have to move the diff module as it needs to create objects, whose import would create a dependency cycle More... almost 17 years ago
Removed a few diff-related test cases that fail now as the respective method is missing - these tests have to be redone in test-diff module accordingly More... almost 17 years ago