6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 2 months ago. based on code collected 2 months ago.
Feb 19, 2023 — Feb 19, 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... over 12 years ago
Convert to Visual Studio 2010 format. More... over 12 years ago
removed VersionAssemblyInfo.cs from GitSharp.Core.csproj ...
Meinrad Recheis
as henon
More... over 13 years ago
Merge commit 'sinesignal/master'
Meinrad Recheis
as henon
More... over 13 years ago
Implemented support for stashes. More... over 13 years ago
Revert some changes that were causing unit test failures. More... over 13 years ago
Rough blame command implementation. More... over 13 years ago
Add support for renaming and deleting a remote. More... over 13 years ago
Use a new constructor to provide the path parameters. Required by some unit tests. More... over 13 years ago
Properly check for parent directory in non-recursive directory scans. More... over 13 years ago
Implement new operations for getting the status of a specific directory or file. More... over 13 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... over 13 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... over 13 years ago
Added unit tests fore branch delete and rename. Added unit test for the new Commit files operation. More... over 13 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... over 13 years ago
Implement Commit command which can create a commit out of a list of provided files, ignoring what's in the index. More... over 13 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)
Meinrad Recheis
as henon
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