0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a tags cache following the model of the branch cache More... almost 15 years ago
Improve support for changeset's `get_branches` by caching the results of `git branch -v` (complements eb535196c7480581875b) More... almost 15 years ago
Support for upcoming 0.13 `Changeset.get_tags(**filters)` More... almost 15 years ago
Use the new _tags cache in replacement of the old tags_db one. More... almost 15 years ago
Improve support for changeset's `get_branches` by caching the results of `git branch -v` More... almost 15 years ago
Add (naive) support for changeset's `get_branches` More... almost 15 years ago
Fix goof from 2f62f727120238e041e7c830e33fabaab6743d7f, not that it makes such a difference, the ''optimization'' is not really visible, seems to be the opposite even. More... almost 15 years ago
More boring white space cleanups... More... almost 15 years ago
GitPlugin: update version to 0.13.0.0. More... almost 15 years ago
More cleanups in PyGIT, and a bit of refactoring for `GitCore` class. More... almost 15 years ago
Fix property renderer. More... almost 15 years ago
Reorder imports More... almost 15 years ago
More cleanups (remove usage of has_key) More... almost 15 years ago
PEP:0008 cleanup. More... almost 15 years ago
Change indentation to 4 spaces instead of 8. More... almost 15 years ago
PyGIT: added `GitCore.__repr__` to help debugging, otherwise `GitCore.__getattr__` gets in the way. More... almost 15 years ago
Added .gitignore More... almost 15 years ago
Updated Trac version numbers in setup.py More... over 15 years ago
Updated README to include some status information More... over 15 years ago
First stab at fixing cached_repository operation More... over 15 years ago
Updated the README with the project name More... over 15 years ago
Make short SHA-1 links work in Trac links More... over 15 years ago
First set of changes for Trac 0.12 (r9162). More... over 15 years ago
Use HEAD as the rev when rev=None. Closes: #5612 More... almost 16 years ago
GitPlugin: omit `close_fds=True` on win32 platform (fixes #4227)
hvr
More... over 16 years ago
GitPlugin: whitespace cleanup (fixes #4815)
hvr
More... over 16 years ago
GitPlugin: avoid usage of StringIO wrappers throughout PyGIT.py where avoidable
hvr
More... over 16 years ago
GitPlugin: optimiziation: make use of git's 1.5.6+ `tree-ls -l` feature for grabbing blob size instead of individual `cat-file -s` calls; bump up minimum required git version to 1.5.6
hvr
More... over 16 years ago
GitPlugin: minor optimization (use regex instead of string iteration)
hvr
More... over 16 years ago
GitPlugin: update the ''install_requires'' setting and bump the plugin version to 0.11.0.2
hvr
More... over 16 years ago