0
I Use This!
Inactive

Commits : Listings

Analyzed 27 minutes ago. based on code collected 1 day ago.
Sep 18, 2025 — Sep 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made the submodule test properly release the resources of the Repository through usage of the using() pattern. More... over 16 years ago
Fixed build script to comply with references changes. More... over 16 years ago
Removed unused dependencies from GitSharp. More... over 16 years ago
Changed path to use Path.DirectorySeperatorChar so test will pass on linux More... almost 17 years ago
Merge branch 'master' of git://github.com/henon/GitSharp More... almost 17 years ago
Fix resources for real More... almost 17 years ago
Fix Resources More... almost 17 years ago
Add Submodule Test to check for safe behaviour for repositories with submodules. Note I don't like SetupRepository, but adding the complete repo to the project files is a no-go just as well. More... almost 17 years ago
Get rid of Forms dependency, add access to UserInfoProvider in GitSharp API More... almost 17 years ago
Added the variable name to Exception constructor More... almost 17 years ago
Marked enum as serializable More... almost 17 years ago
renamed parameter name they match method in base class More... almost 17 years ago
More parameter checks More... almost 17 years ago
More parameter checks More... almost 17 years ago
Revert "Replace newline literals with Environment.NewLine" More... almost 17 years ago
More Parameter checks More... almost 17 years ago
Moved AbstractPlotRenderer to correct namespace More... almost 17 years ago
Added more parameter checks More... almost 17 years ago
Added more parameter checks More... almost 17 years ago
Switched the explicit closing of the stream to a using block. More... almost 17 years ago
Merge branch 'master' of git://github.com/henon/GitSharp More... almost 17 years ago
Added checks on parameters More... almost 17 years ago
Fixed recursion More... almost 17 years ago
Replace newline literals with Environment.NewLine More... almost 17 years ago
Fixed build error. streams dont have public dispose methods in mono, used the close method instead More... almost 17 years ago
made class IO static More... almost 17 years ago
Replaced "" with string.empty More... almost 17 years ago
Added a failing test (currently decorated with Ignore attribute) which proves that memory mapped file based loading doesn't work properly. More... almost 17 years ago
Convert the commit ancestor walking and collection alogirthm from recursive to linear, because with large repositories (e.g. Mono's mcs) recursiveness causes StackOverflow exceptions. More... almost 17 years ago
Ported jgit commit 5cfccc344be83b452202d58c083a2df3d3b579f4. More... almost 17 years ago