0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Converted RemoteRefUpdate.cs line endings to CRLF. More... almost 15 years ago
Reviewing transport related code against JGit commit 046198cf5f21e5a63e8ec0ecde2ef3fe21db2eae. More... almost 15 years ago
Reviewing transport related code against JGit commit 046198cf5f21e5a63e8ec0ecde2ef3fe21db2eae. More... almost 15 years ago
Reviewing transport related code against JGit commit 046198cf5f21e5a63e8ec0ecde2ef3fe21db2eae. More... almost 15 years ago
RepositoryStatus: Added a PerPathNotificationCallback to Options. More... almost 15 years ago
Added test Try_cloning_non_existing_repo_git() to CloneTests.cs More... almost 15 years ago
RepositoryStatus: forced content checking against the index in case of file date differences is configurable via options More... almost 15 years ago
.gitignore handling: patterns are matched against file- / directory-names not complete paths, but the right ignore patterns from the .gitignore files on the given path are used. this is the expected behavior in most of the cases. More... almost 15 years ago
CLI/Status command: removing exception. We mention missing crlf support in the documentation anyway. More... almost 15 years ago
Reviewing transport related code against JGit commit 046198cf5f21e5a63e8ec0ecde2ef3fe21db2eae. More... almost 15 years ago
Converted TransportGitAnon.cs line endings to CRLF. More... almost 15 years ago
Index: can undo newly added files with Unstage More... almost 15 years ago
Core.Util.PathUtil: improved relative path routine. it should now be portable accross platforms More... almost 15 years ago
Merge remote branch 'henon/master' More... almost 15 years ago
Reviewing transport related code against JGit commit 046198cf5f21e5a63e8ec0ecde2ef3fe21db2eae. More... almost 15 years ago
Converted RefSpec.cs line endings to CRLF. More... almost 15 years ago
Index: paths can be specified in absolute or relative form. Concerns the methods Add, Remove, Stage, Checkout and Delete. More... almost 15 years ago
Decorated CloneTests.Checked_cloned_local_dotGit_suffixed_repo() with [Ignore] as it fails. More... almost 15 years ago
Added a test cloning a local repository which name ends with a ".git". More... almost 15 years ago
Merge remote branch 'henon/master' More... almost 15 years ago
Reviewing transport related code against JGit commit 046198cf5f21e5a63e8ec0ecde2ef3fe21db2eae. More... almost 15 years ago
Converted PushProcess.cs line endings to CRLF. More... almost 15 years ago
Revert "Decorated BranchTest.ResetSoft() with [Ignore] as it fails on Windows." More... almost 15 years ago
Decorated BranchTest.ResetSoft() with [Ignore] as it fails on Windows. More... almost 15 years ago
Improved assertions by providing failure reason. More... almost 15 years ago
Fixing the broken build. The final solution is quite simple (removed the ugly Tree and FileEntry subclasses as they are not needed). More... almost 15 years ago
RepositoryStatus: implemented ignore matching More... almost 15 years ago
RepositoryStatus: replaced RepositoryStatus with a new implementation which shall allow for easy .gitignore support More... almost 15 years ago
Added Core.DirectoryTree and Core.DirectorTreeEntry by subclassing Core.Tree and Core.FileTreeEntry ... More... almost 15 years ago
Tree: added implicit operator for casting to Core.Tree More... almost 15 years ago