0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.txt More... over 3 years ago
Merge pull request #29 from nabeshin/fix_stash_datetime More... over 10 years ago
Fixed DateTime property of Stash class. More... over 10 years ago
Merge pull request #27 from WilbertOnGithub/ConvertToVS2010 More... over 10 years ago
Merge pull request #26 from WilbertOnGithub/MakeItBuildAgain More... over 10 years ago
Merge pull request #28 from jechtom/master More... over 10 years ago
- fixed bug with KeyNotFoundException when resolving identity file with SshConfigSessionFactory More... over 10 years ago
Fix the solution not building after a fresh clone. More... almost 13 years ago
Convert to Visual Studio 2010 format. More... almost 13 years ago
removed VersionAssemblyInfo.cs from GitSharp.Core.csproj ... More... almost 14 years ago
Merge commit 'sinesignal/master' More... almost 14 years ago
Implemented support for stashes. More... almost 14 years ago
Revert some changes that were causing unit test failures. More... almost 14 years ago
Rough blame command implementation. More... almost 14 years ago
Add support for renaming and deleting a remote. More... almost 14 years ago
Use a new constructor to provide the path parameters. Required by some unit tests. More... almost 14 years ago
Properly check for parent directory in non-recursive directory scans. More... almost 14 years ago
Implement new operations for getting the status of a specific directory or file. More... almost 14 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... almost 14 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... almost 14 years ago
Added unit tests fore branch delete and rename. Added unit test for the new Commit files operation. More... almost 14 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... almost 14 years ago
Implement Commit command which can create a commit out of a list of provided files, ignoring what's in the index. More... almost 14 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... almost 14 years ago
Merge branch 'development'
dwragan
as Dale Ragan
More... almost 14 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... almost 14 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... almost 14 years ago
Fixed IndexTests.AddAll_Ignore_Files() (thanks to narent for contributing the testcase) More... almost 14 years ago
Added code to fix wrongful behaviour or Index.AddAll method. More... almost 14 years ago
Added unit tests to verify wrong behaviour of Index.AddAll method. Method was adding all files in .git folder More... almost 14 years ago