0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Sep 03, 2025 — Sep 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.txt More... almost 6 years ago
Merge pull request #29 from nabeshin/fix_stash_datetime More... almost 13 years ago
Fixed DateTime property of Stash class. More... almost 13 years ago
Merge pull request #27 from WilbertOnGithub/ConvertToVS2010 More... almost 13 years ago
Merge pull request #26 from WilbertOnGithub/MakeItBuildAgain More... almost 13 years ago
Merge pull request #28 from jechtom/master More... almost 13 years ago
- fixed bug with KeyNotFoundException when resolving identity file with SshConfigSessionFactory More... almost 13 years ago
Fix the solution not building after a fresh clone. More... about 15 years ago
Convert to Visual Studio 2010 format. More... about 15 years ago
removed VersionAssemblyInfo.cs from GitSharp.Core.csproj ... More... about 16 years ago
Merge commit 'sinesignal/master' More... about 16 years ago
Implemented support for stashes. More... about 16 years ago
Revert some changes that were causing unit test failures. More... about 16 years ago
Rough blame command implementation. More... about 16 years ago
Add support for renaming and deleting a remote. More... about 16 years ago
Use a new constructor to provide the path parameters. Required by some unit tests. More... about 16 years ago
Properly check for parent directory in non-recursive directory scans. More... about 16 years ago
Implement new operations for getting the status of a specific directory or file. More... about 16 years ago
Removed the extra Microsoft.CSharp.targets that MonoDevelop adds when it edits a project that was created with VS2008. VS2008 is when Microsoft changed the path variable from MSBuildBinPath to MSBuildToolsPath and MonoDevelop still uses MSBuildBinPath.
dwragan
as Dale Ragan
More... about 16 years ago
For now we are going to remove the dependency on Winterdom.IO.FileMap, since this isn't our default way of packing a file and there isn't any reason to invest in developing a cross-platform replacement. We're leaving the rest of the logic in place in case we decide to invest in this in the future. This was never tested thoroughly and caused tests to fail when it did run.
dwragan
as Dale Ragan
More... about 16 years ago
Added unit tests fore branch delete and rename. Added unit test for the new Commit files operation. More... about 16 years ago
* Ref.cs: The Name property can now be set by subclasses. Added RefName property, which returns the full ref name. This name is required for the update operation. More... about 16 years ago
Implement Commit command which can create a commit out of a list of provided files, ignoring what's in the index. More... about 16 years ago
Bug, https://bugzilla.novell.com/show_bug.cgi?id=618539, has been fixed. As a side note, I did confirm that this was only happening when building with Mono from SVN. Building with 2.6.x resulted in no errors.
dwragan
as Dale Ragan
More... about 16 years ago
Merge branch 'development'
dwragan
as Dale Ragan
More... about 16 years ago
Noticed that this test was being ignored due to the TestFixture not being public. Test now passes without any other modifications.
dwragan
as Dale Ragan
More... about 16 years ago
Added a work around for now until I can compile under Mono. I will revert the code back to the way it was when fixed. Created bug report located here: https://bugzilla.novell.com/show_bug.cgi?id=618539
dwragan
as Dale Ragan
More... about 16 years ago
Fixed IndexTests.AddAll_Ignore_Files() (thanks to narent for contributing the testcase) More... about 16 years ago
Added code to fix wrongful behaviour or Index.AddAll method. More... about 16 years ago
Added unit tests to verify wrong behaviour of Index.AddAll method. Method was adding all files in .git folder More... about 16 years ago