GitHub / github/libgit2sharp / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c23b7678 | Fix push do not pass credentials to other push method which causes some bugs ... | Jifan Wang <j****g@n****m> | about 13 years ago | |
| 14ab70ea | Add optional encoding to Touch() | Keith Dahlby <d****k@g****m> | about 13 years ago | |
| 88b4c1b3 | Marked non-extensible classes as sealed |
Keith Dahlby <d****k@g****m>
Committed by: Keith Dahlby <k****y@j****m> |
about 13 years ago | |
| 4b48c2ce | Remove obsolete members after 0.13 release |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| dfadc13c | Introduce RewriteHistoryOptions | Keith Dahlby <d****k@g****m> | about 13 years ago | |
| 9f0daeb6 | Release LibGit2Sharp v0.13.0 | nulltoken <e****s@g****m> | about 13 years ago | |
| 01dfa285 | Ensure there is a self cleaning directory to remove | yorah <y****n@g****m> | about 13 years ago | |
| 6574cfb1 | Update libgit2 binaries to 7940036 | yorah <y****n@g****m> | about 13 years ago | |
| 90d7f06a | Remove ".dll" extension from dll-name declaration | Ben Straub <b****s@g****m> | about 13 years ago | |
| 9fa53918 | Ensure libgit2 always uses STDCALL convention | Ben Straub <b****s@g****m> | about 13 years ago | |
| 399384dd | Teach Checkout() to cope with revparse extended syntax leading to references | yorah <y****n@g****m> | about 13 years ago | |
| 7e5bbbf1 | Teach Repository to Checkout paths |
Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| 4d4ebe2e | Allow push APIs to set packbuilder parallelism |
Jameson Miller <j****l@m****m>
Committed by: Edward Thomson <e****n@m****m> |
about 13 years ago | |
| afb9cf4e | Update UniqueIdentifer.targets to be called from arbitrary directory |
Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| 384ce733 | Teach UpdateLibgit2ToSha.ps1 to take arbitrary libgit2 library name. |
Jameson Miller <j****l@m****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| 1d4d35ab | Make Stash expose Base, Index and Untracked commits | yorah <y****n@g****m> | about 13 years ago | |
| b0086f39 | Refactor Travis build script |
nulltoken <e****s@g****m>
Committed by: yorah <y****n@g****m> |
about 13 years ago | |
| df84243e | Make RelWithDebInfo the default libgit2 build flavor |
nulltoken <e****s@g****m>
Committed by: yorah <y****n@g****m> |
about 13 years ago | |
| fd398efc | Favor Constants.Signature over BaseFixture.DummySignature | yorah <y****n@g****m> | about 13 years ago | |
| be0b83c0 | Make build.libgit2sharp.sh executable | yorah <y****n@g****m> | about 13 years ago | |
| dcafac69 | Cleanup usings | yorah <y****n@g****m> | about 13 years ago | |
| 6fbd65b6 | Standardize comments style | yorah <y****n@g****m> | about 13 years ago | |
| a496c1c9 | Update libgit2 binaries to bd67979 | nulltoken <e****s@g****m> | about 13 years ago | |
| 5b32d273 | Simplify Proxy.git_commit_create() implementation | nulltoken <e****s@g****m> | about 13 years ago | |
| 8dfa16f0 | Reintroduce obsolete method to avoid breaking change | nulltoken <e****s@g****m> | about 13 years ago | |
| 219b0c57 | Rename CheckoutOptions into CheckoutModifiers | nulltoken <e****s@g****m> | about 13 years ago | |
| d05b0daa | Rename DiffOptions into DiffModifiers | nulltoken <e****s@g****m> | about 13 years ago | |
| fa5eb6a0 | Rename StashOptions into StashModifiers | nulltoken <e****s@g****m> | about 13 years ago | |
| 6a257ed0 | Rename GitSortOptions into CommitSortStrategies | nulltoken <e****s@g****m> | about 13 years ago | |
| 7d9baab7 | Rename Filter into CommitFilter | nulltoken <e****s@g****m> | about 13 years ago | |
| ca7470b4 | Teach checkout to report notifications | Jameson Miller <j****l@m****m> | about 13 years ago | |
| 1b418ae7 | Obsolete repo.Clone() overload which returns a Repository | nulltoken <e****s@g****m> | about 13 years ago | |
| 09a26cfe | Obsolete repo.Init() overload which returns a Repository | nulltoken <e****s@g****m> | about 13 years ago | |
| 7a90218d | Create a new repo.Checkout() overload which accepts a Commit object | yorah <y****n@g****m> | about 13 years ago | |
| 3c7c424f | Teach Repository.Init() to set up a separate git directory | nulltoken <e****s@g****m> | about 13 years ago | |
| 5e40bff4 | Add InitNewRepository() test helper | nulltoken <e****s@g****m> | about 13 years ago | |
| d7e70a45 | Make Touch() overwrite potential existing file | nulltoken <e****s@g****m> | about 13 years ago | |
| d321e933 | Add strongly typed UserCanceled exception | Jameson Miller <j****l@m****m> | about 13 years ago | |
| 2bc52bbe | Allow ObjectDatabase.CreateBlob() to limit the number of bytes to consume | yorah <y****n@g****m> | about 13 years ago | |
| f62b134d | Leverage Touch() to generate test files | nulltoken <e****s@g****m> | about 13 years ago | |
| 9a81dab0 | Make BaseFixture.Touch() return the full filepath | nulltoken <e****s@g****m> | about 13 years ago | |
| a6714db4 | Obsolete ObjectDatabase.CreateBlob(BinaryReader, string) | nulltoken <e****s@g****m> | about 13 years ago | |
| b60f9f6e | Make ObjectDatabase.CreateBlob() accept a Stream | nulltoken <e****s@g****m> | about 13 years ago | |
| e2aeb989 | Rename ObjectDatabase.CreateTag into ObjectDatabase.CreateTagAnnotation | yorah <y****n@g****m> | about 13 years ago | |
| 39716ec9 | Introduce repo.Refs.RewriteHistory() |
Ben Straub <b****s@g****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| 7b8472d0 | Touch() should ensure parent directory exists |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| ede53d8f | Ensure built binaries names match with resources | nulltoken <e****s@g****m> | about 13 years ago | |
| a3a989aa | Use CopyNativeDependencies.targets for LibGit2Sharp.Tests | nulltoken <e****s@g****m> | about 13 years ago | |
| 3f49b5fb | Add CopyNativeDependencies.targets | nulltoken <e****s@g****m> | about 13 years ago | |
| 2a4abe03 | Introduce repo.Refs.ReachableFrom() |
Ben Straub <b****s@g****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| 9fd0803e | Remove obsolete members | nulltoken <e****s@g****m> | about 13 years ago | |
| cc2661be | Enhance Index.RetrieveStatus() test coverage | nulltoken <e****s@g****m> | about 13 years ago | |
| b2e43678 | Update libgit2 binaries to 9d9fff3 | nulltoken <e****s@g****m> | about 13 years ago | |
| 06a0c57f | Introduce repo.Info.IsShallow |
Ben Straub <b****s@g****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| 35835997 | Add shallow test repo |
Ben Straub <b****s@g****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| 48ea4d55 | Generate a unique ID at compile time to work around a CLR bug |
Philip Kelley <p****y@h****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| 8b13ff3a | Introduce repo.ObjectDatabase.CreateTag() | nulltoken <e****s@g****m> | about 13 years ago | |
| 96553dff | Add CompareOptions |
Keith Dahlby <d****k@g****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| 5331dead | Fix test with repository clone | Saaman <r****y@g****m> | about 13 years ago | |
| 1787c614 | Enhance Index.RetrieveStatus() test coverage | nulltoken <e****s@g****m> | about 13 years ago | |
| e39a21d1 | Add type details to FilePathMarshaler error | Keith Dahlby <d****k@g****m> | about 13 years ago | |
| 284e37ab | Fetch should respect the remote's configured tagopt setting unless explicitly... | Jameson Miller <j****l@m****m> | about 13 years ago | |
| f70cede1 | Expose TagFetchMode property on Remote type and include mechanism to update it. | Jameson Miller <j****l@m****m> | about 13 years ago | |
| f2e2fac6 | Release LibGit2Sharp v0.12.0 | nulltoken <e****s@g****m> | about 13 years ago | |
| 96df5f8d | Update libgit2 binaries to 5aee963 |
Ben Straub <b****s@g****m>
Committed by: nulltoken <e****s@g****m> |
about 13 years ago | |
| e210b9bd | Teach Repository.Reset to append to the Reflog | Saaman <r****y@g****m> | about 13 years ago | |
| 7eba13d9 | Move AssertReflogEntryIsCreated to BaseFixture | Saaman <r****y@g****m> | about 13 years ago | |
| c0009360 | Mark TreeEntryTargetType.Tag as obsolete | Martin Woodward <m****o@m****m> | over 13 years ago | |
| 0b253d7b | Introduce TreeDefinition.From(Commit) |
Ben Straub <b****s@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 3f0efa0f | Fix HasAny() enum helper to ease migration to .Net 4.0 | nulltoken <e****s@g****m> | over 13 years ago | |
| dc208c94 | Add test for TreeChanges case-sensitivity | yorah <y****n@g****m> | over 13 years ago | |
| 0394ec67 | Remove useless marshaling directive | nulltoken <e****s@g****m> | over 13 years ago | |
| 02638bbb | Upgrade NuGet.exe to version 2.5.40416.9020 | nulltoken <e****s@g****m> | over 13 years ago | |
| 73b48894 | Release LibGit2Sharp v0.11 | nulltoken <e****s@g****m> | over 13 years ago | |
| 5c26149f | Fix documentation | nulltoken <e****s@g****m> | over 13 years ago | |
| 7df508dc | Teach Refs.Add() to append to the reflog | Saaman <r****y@g****m> | over 13 years ago | |
| 92048f90 | Obsolete Tree.Trees and Tree.Blobs properties | nulltoken <e****s@g****m> | over 13 years ago | |
| fa1f2667 | Obsolete GitObjectType | nulltoken <e****s@g****m> | over 13 years ago | |
| d6c74d2f | Deploy ObjectType to OdbBackend | nulltoken <e****s@g****m> | over 13 years ago | |
| 82a8d054 | Introduce ObjectType | nulltoken <e****s@g****m> | over 13 years ago | |
| b4aae4b7 | Obsolete TreeEntry.Type and TreeEntryDefinition.Type | nulltoken <e****s@g****m> | over 13 years ago | |
| 4e2a729c | Introduce TreeEntry.TargetType and TreeEntryDefinition.TargetType | nulltoken <e****s@g****m> | over 13 years ago | |
| 023eaf4f | Prevent repo.Lookup() to accept GitLink as a target type | nulltoken <e****s@g****m> | over 13 years ago | |
| 718a99e9 | Move Repository.Conflicts to Index.Conflicts |
Saaman <r****y@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 1465bf31 | Add extension methods to determine reference kind |
Saaman <r****y@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 95931796 | Refactor handling of reference prefixes |
Saaman <r****y@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| af00576f | Add helper methods to determine reference kind from canonical name |
Saaman <r****y@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 5960c38a | Code style cleanup | Saaman <r****y@g****m> | over 13 years ago | |
| 0efaf0d2 | Fix Checkout behavior when dealing with Head | Saaman <r****y@g****m> | over 13 years ago | |
| cd0a909f | Enforce checkout test coverage | Saaman <r****y@g****m> | over 13 years ago | |
| d3c6da53 | Enforce reference lookup test coverage | Saaman <r****y@g****m> | over 13 years ago | |
| 95430a1c | Teach UpdateTarget() to append to the reflog | Saaman <r****y@g****m> | over 13 years ago | |
| efb3ecc3 | Update libgit2 binaries to b641c00 |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| d5c4a446 | Add TreeDefinition.Add(Submodule) | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| 00580411 | Add TreeDefinition.AddGitLink() | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| 1e2bdea4 | Insert new reflog entry on merge commit |
Saaman <r****y@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 6d5efba3 | Proactively call git_submodule_reload() | Keith Dahlby <d****k@g****m> | over 13 years ago | |
| 2dd033f7 | Reflog entries can't be >1 line |
Paul Betts <p****l@p****g>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 6a02dd8b | Add RemoveFromIndexException |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago | |
| 56eb34be | Add test to ensure conflicts are cleared when calling Index.Remove() |
yorah <y****n@g****m>
Committed by: nulltoken <e****s@g****m> |
over 13 years ago |