GitHub / github/libgit2sharp / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| bd1ef45f | Add BaseFixture.CloneMergedTestRepo() |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| ff7bc1d0 | Cleanup ConflictFixture |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| b448cf01 | Fix .mailmap | nulltoken <e****s@g****m> | over 13 years ago | |
| 6b53e328 | Switch internal implementation of Index.Remove() to git_index_remove_bypath() |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 88c58623 | Move Index.Remove() tests to a separate file |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 68fe9f4e | Improve support for git rm --cached semantics |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 88cf0d95 | Remove obsolete methods |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| ddc62383 | Fix incorrect obsolete message |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| bdf24183 | Make Index.Remove() able to remove only from index |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| af02e4ea | Make Index.Remove() able to remove folders |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 1e1607bf | Allow passing ExplicitPathsOptions to Index.Remove() |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 068d4958 | Make Index.Remove() diff-based |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 74f3bb16 | Align Proxy methods name to libgit2 ones | nulltoken <e****s@g****m> | over 13 years ago | |
| f1cbebf4 | Linux build: clean directory before build as it may exist already. |
Paul Schuegraf <p****l@v****a>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 902ed7d3 | Teach Checkout() to cope with revparse syntax | Saaman <r****y@g****m> | over 13 years ago | |
| bccacb9c | Teach Checkout() to append to the reflog | Saaman <r****y@g****m> | over 13 years ago | |
| 4d92ed4e | Move BuildSignatureFromGlobalConfiguration() to Configuration | Saaman <r****y@g****m> | over 13 years ago | |
| 98a708ff | Simple function added that check is valid git repository path without initial... | Arkadiy Shapkin <a****n@a****m> | over 13 years ago | |
| 9a7b31d3 | OCD: Head > Index > WorkDir | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| da2a8d37 | Add BaseFixture.SubmoduleTestRepoWorkingDirPath | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| 21696b88 | Support TreeEntry.Target for gitlink entries | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| ba6e5c96 | Remove SetIgnoreCaseOrSkip test helper | nulltoken <e****s@g****m> | over 13 years ago | |
| fb13e4ed | Introduce IsFileSystemCaseSensitive test helper | nulltoken <e****s@g****m> | over 13 years ago | |
| 3f35bbbe | Test reflog writing when HEAD is detached | Metalrom <r****y@g****m> | over 13 years ago | |
| f23d0ed1 | Enforce reflog writing test coverage | Metalrom <r****y@g****m> | over 13 years ago | |
| b4b08394 | Make amend on orphaned head throw OrphanedHeadException | Metalrom <r****y@g****m> | over 13 years ago | |
| b4bdb161 | Small code refactoring | Metalrom <r****y@g****m> | over 13 years ago | |
| 3818634b | Allow update of the target of a symbolic reference with another symbolic refe... | Metalrom <r****y@g****m> | over 13 years ago | |
| 8738461c | Make test directory clones consistent | Keith Dahlby <k****y@j****m> | over 13 years ago | |
| 90c9b202 | Insert new reflog entry on commit | Metalrom <r****y@g****m> | over 13 years ago | |
| 538fb13f | Add Push overloads taking Branch instances | yorah <y****n@g****m> | over 13 years ago | |
| 97e4d08b | Add the UpstreamBranchCanonicalName property to Branch | yorah <y****n@g****m> | over 13 years ago | |
| 6185c08d | Add an indexer to the StashCollection |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 31bf2d6b | Make StashCollection.Remove() take an index (int) param |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 2ad2c39e | Move Push related tests to a separate file | yorah <y****n@g****m> | over 13 years ago | |
| c742c00b | Rename GitFetchSpecHandle to GitRefSpecHandle | yorah <y****n@g****m> | over 13 years ago | |
| 8e47d876 | Remove obsolete Branch.AheadBy/BehindBy | yorah <y****n@g****m> | over 13 years ago | |
| 7750d5b7 | Move Fetch in Network namespace |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 4cb81d1c | Move Fetch tests in separate file |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 502de18d | Release LibGit2Sharp v0.10 | yorah <y****n@g****m> | over 13 years ago | |
| c412cbd8 | Update libgit2 binaries to 08283cb | nulltoken <e****s@g****m> | over 13 years ago | |
| e2965634 | Prove that #379 is fixed in libgit2 |
Keith Dahlby <d****k@g****m>
Committed by: Keith Dahlby <k****y@j****m> |
over 13 years ago | |
| c1e03c14 | Move directory-aware Touch() up into BaseFixture |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| f192fc75 | Show how to clone/commit/push from a local bare repository | yorah <y****n@g****m> | over 13 years ago | |
| 030089bc | Introduce Repository.Refs.Log() | Metalrom <r****y@g****m> | over 13 years ago | |
| 01639e22 | Update libgit2 binaries to 8cfd54f | nulltoken <e****s@g****m> | over 13 years ago | |
| 0cf10cf4 | Add SubmoduleLazyGroup |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 8caf13c4 | Move AheadBy/BehindBy into new TrackingDetails | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| 69582c41 | Return Id for GitObject.ToString() | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| 874a47e8 | Add Commit.DebuggerDisplay | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| f9f37404 | Remove unused usings | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| bed510a6 | Remove miscellaneous obsolete members |
Keith Dahlby <d****k@g****m>
Committed by: yorah <y****n@g****m> |
over 13 years ago | |
| e6dbc3a2 | Restore support to filter since current orphan branch | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| d31afcd1 | Remove orphan hack for Commits.QueryBy() | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| b265bfc7 | Teach BranchUpdater to set merge branch directly |
Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| a34d1615 | Move Stage()/Unstage() tests to their own files | yorah <y****n@g****m> | over 13 years ago | |
| 7745cc2d | Update libgit2 binaries to 6950dca |
Edward Thomson <e****n@m****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 547a6bdb | Update libgit2 binaries to ad00376 |
Edward Thomson <e****n@e****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| e1205a20 | Make Diff.Compare consider untracked changes |
Greg Edwards <e****g@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 6a2d99ec | Add ExplicitPathsOptions to Repository.Index.Unstage()/Stage() |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| c4b4f938 | Add ExplicitPathsOptions to Repository.Reset() |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 3f5bf001 | Add ExplicitPathsOptions to Repository.Diff.Compare() |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| ce5ccef5 | Update libgit2 binaries to eef7e80 | Edward Thomson <e****n@m****m> | over 13 years ago | |
| 15e20b1d | Add SkippableTheoryAttribute |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 6fd43ffa | Guard against marshaling invalid handle as GitOid |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 4606cf01 | Unescape build status icon urls | nulltoken <e****s@g****m> | over 13 years ago | |
| 7b6d5bc8 | Add explicit cast from string to ObjectId |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 0266f255 | Add missing XML comment | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| 46a5c177 | Revert "Remove useless GC.SuppressFinalize()" | nulltoken <e****s@g****m> | over 13 years ago | |
| fbcef441 | Use reference counting in SafeHandleBase to ensure git_threads_shutdown() onl... |
Janusz Białobrzewski <j****r@o****l>
Committed by: Sam Harwell <s****m@t****m> |
over 13 years ago | |
| 3e656300 | Throws when HEAD is missing | nulltoken <e****s@g****m> | over 13 years ago | |
| 82a86f28 | Use implicit GitOid to ObjectId cast everywhere |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 09beddce | Add implicit cast from GitOid(?) to ObjectId |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 0a3abca0 | Remove sample hooks |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 1f301ab2 | Obsolete IsEmpty property on RepositoryInformation |
Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 813be8d7 | Allow commits on any unparented branch |
Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| e72a1a4e | Give props to Jon Skeet |
Martin Woodward <m****d@m****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 7081cd6e | Add Stashes.Remove | Metalrom <r****y@g****m> | over 13 years ago | |
| 090b2de5 | merge Merge pull request #348 from jamill/credential_callback_fix | Philip Kelley <p****y@h****m> | over 13 years ago | |
| 5c99eeef | Teach repo.Ignore.IsPathIgnored() to cope with Windows directory separators | nulltoken <e****s@g****m> | over 13 years ago | |
| 0ace1a41 | Fix credential acquire callback interop | Jameson Miller <j****l@m****m> | over 13 years ago | |
| f705718c | Clean-up trailing whitespaces | yorah <y****n@g****m> | over 13 years ago | |
| 81d1490e | Use Trace.WriteLine when directories cannot be cleaned (in tests) |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 7f723ca8 | Guard Repository.Ignore against invalid parameters | nulltoken <e****s@g****m> | over 13 years ago | |
| fd218c07 | Add Repository.Stashes.GetEnumerator() |
Metalrom <r****y@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 020e14a7 | Respect core.ignorecase in BuildRelativePathFrom() |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 678b2687 | Stop sorting collections |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| a187d2e5 | Add PathCase and related Repository members |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 7cd4c559 | Eagerly detect unreleased unmanaged resources |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| c6026de6 | Support additional paths with temp clone |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| b76cf61a | Handle dot_git in DirectoryHelper |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 2764e9d4 | Add submodule test repo |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 735a133d | Fix Diff.Compare() Obsolete message |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| cb1abb4d | Properly handle unmanaged resources cleanup in Repository constructor |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| d03bcb99 | Remove useless GC.SuppressFinalize() |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| b845bb99 | Fix double instantiation of ObjectSafeWrapper |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 9dfa8c16 | Introduce Repository.Info.Message |
Edward Thomson <e****n@e****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| e808fb6d | Introduce Repository.Conflicts |
Edward Thomson <e****n@m****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 048ab3c1 | Add missing XML comments |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 549a80c6 | Dismiss a few other R# warnings |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago |