openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
G
gitpython-developers_GitPython
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 20 hours
ago.
Sep 26, 2025 — Sep 26, 2026
Showing page 172 of 180
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added frame for index implementation and testing
Sebastian Thiel
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.
Sebastian Thiel
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
Sebastian Thiel
More...
almost 17 years ago
Fixed bare repository handling - bare is now a property to prevent writing it
Sebastian Thiel
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
Sebastian Thiel
More...
almost 17 years ago
Improved is_dirty including test
Sebastian Thiel
More...
almost 17 years ago
Implemneted IterableLists for refs, commits and remote objects including simple tests
Sebastian Thiel
More...
almost 17 years ago
Added TODO file to keep track of tasks and in case someone wants to help here and there ;)
Sebastian Thiel
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
Sebastian Thiel
More...
almost 17 years ago
repo.remote method added CHANGES updated to carry information about remotes and config
Sebastian Thiel
More...
almost 17 years ago
Merge branch 'remotes' into improvements
Sebastian Thiel
More...
almost 17 years ago
remote: added tests for creation and removal, finishing the remote interface
Sebastian Thiel
More...
almost 17 years ago
remote: base tests succeed now
Sebastian Thiel
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
Sebastian Thiel
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
Sebastian Thiel
More...
almost 17 years ago
Added remote module and test cases - about to implement remote option handling
Sebastian Thiel
More...
almost 17 years ago
Merge branch 'config' into improvements
Sebastian Thiel
More...
almost 17 years ago
added additional testing for the configuration, concurrent access and config reading, all tests work
Sebastian Thiel
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
Sebastian Thiel
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
Sebastian Thiel
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
Sebastian Thiel
More...
almost 17 years ago
Improved tagobject message handling by not assuming an empty fourth line anymore
Sebastian Thiel
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
Sebastian Thiel
More...
almost 17 years ago
Merge branch 'diffing' into improvements
Sebastian Thiel
More...
almost 17 years ago
DiffIndex implemented including test
Sebastian Thiel
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
Sebastian Thiel
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
Sebastian Thiel
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
Sebastian Thiel
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
Sebastian Thiel
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
Sebastian Thiel
More...
almost 17 years ago
←
1
2
…
168
169
170
171
172
173
174
175
176
…
179
180
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree