1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 27, 2024 — Dec 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing StyleCop violations. More... over 14 years ago
Added the ability to create repositories. More... over 14 years ago
Added special support for repositories with spaces in their names. More... over 14 years ago
Removed extra semicolon. More... over 14 years ago
Fixed the git log fetcher to be compatiblle with older versions of Git. More... over 14 years ago
Added a view of the current tree to the ViewReop page. More... over 14 years ago
Moved VewTree code into a partial. More... over 14 years ago
Added a `TreeVew` model to facilitate moving TreeView code into a partial view. More... over 14 years ago
Added a special case for empty repositories. More... over 14 years ago
Fixed the trailing slash on Repo URls. More... over 14 years ago
Made the browse-repo page prettier. More... over 14 years ago
Added the clone info boxes. More... over 14 years ago
Converted tree browsing to use paths rather than tree hashes for sub folders. More... over 14 years ago
Added tree browsing. More... over 14 years ago
Added the ability to list tree contents. More... over 14 years ago
Fixing StyleCop violations. More... over 14 years ago
Cleaned up the site layout a bit. More... over 14 years ago
Moved LogEntry rendering into a partial view. More... over 14 years ago
Built a simple 'git log' parser and output the details. More... over 14 years ago
Prettied-up the commit display. More... over 14 years ago
Added simple repository browsing. More... over 14 years ago
Set the output encoding for `GitCommandResult`s. More... over 14 years ago
Turned off stream redirection in the cases where it is unnecessary. More... over 14 years ago
Cleaned up the config transforms. More... over 14 years ago
Made the `GitStreamResult` multi-threaded on input and output to prevent input/output deadlocks. More... over 14 years ago
Increased performance by buffering 4MB. More... over 14 years ago
Fixed an encoding issue with the response. More... over 14 years ago
Moved git streaming code into an ActionResult. More... over 14 years ago
Set the encoding of the output streams for Git commands. More... over 14 years ago
Fleshed out the file index view. More... over 14 years ago