0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 11, 2024 — May 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #12 from andersk/deforkify More... over 13 years ago
last_change: Use git log --name-status to avoid repeated fork+exec More... over 13 years ago
Use git cat-file --batch, to avoid repeated fork+exec More... over 13 years ago
GitCore: Abstract out __pipe More... over 13 years ago
Relicence trac-git-plugin from GPL v2 to "3-clause BSD" More... over 13 years ago
Add a check for empty repos. More... over 14 years ago
Add a repo provider that uses a gitweb projects file. More... over 14 years ago
Implement `Repository.get_path_url()` More... over 14 years ago
Merge branch 'rm-storage-del' of https://github.com/scbash/trac-git-plugin into scbash-rm-storage-del More... over 14 years ago
Provide `Repository.parent_revs()` and `Repository.children_revs()` for `ticket-1492-svgweb` More... over 14 years ago
Remove Storage.__del__ More... over 14 years ago
Revert "Hopefully fix GitPlugin's broken caching behavior." More... over 14 years ago
Rename CachedChangeset2 to GitCachedChangeset and whitespace cleanups More... over 14 years ago
Merge branch 'cached-get-branch' of http://github.com/scbash/trac-git-plugin into scbash-cached-get-branch More... over 14 years ago
Rename `CachedRepository2` to `GitCachedRepository` More... over 14 years ago
Extend CachedChangeset and modify CachedRepo for get_branches More... over 14 years ago
Add display_rev to CachedRepository2 More... over 14 years ago
Add backport of Python 2.6+'s `collections.namedtuple` and use it for the `RevCache` tuple. More... over 14 years ago
Increment version to 0.12.0.5 More... over 14 years ago
Fix bug in `Storage.ls_tree()` for git filenames containing TAB characters More... over 14 years ago
Reimplement git filesystem charset handling More... over 14 years ago
remove redundant `to_unicode` invocations More... over 14 years ago
Add `git_fs_encoding` parameter to `Storage` and `StorageFactory` More... over 14 years ago
Increment version to 0.12.0.4 More... over 14 years ago
Minor cleanups recommended by pylint More... over 14 years ago
Change logging priority of `disabled CachedRepository` from INFO to DEBUG More... over 14 years ago
Add `Branches` property to changeset views. More... over 14 years ago
Implement GitChangeset.get_branches() More... over 14 years ago
Code refactoring: introduce `RevCache` namedtuple instance to make code more readabale More... over 14 years ago
Add reachable heads for each revision to revision cache More... over 14 years ago