summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-02odb: remove debug fmt.PrintlnsAugie Fackler
2015-11-02config_test: properly detect failed config writesAugie Fackler
2015-10-29Merge pull request #268 from clearr/fix-index-leaksCarlos Martín Nieto
2015-10-27Fix memory leaks in NewIndex() and OpenIndex()FUJII Ryota
2015-10-26Merge pull request #266 from clns/update-libgit2Carlos Martín Nieto
2015-10-26Mention that MergeAnalysis is a bitmaskCarlos Martín Nieto
2015-10-26Update libgit2 to 821131fCalin Seciu
2015-10-21Merge pull request #262 from clearr/ignore-supportCarlos Martín Nieto
2015-10-20Add support for ignoreFUJII Ryota
2015-10-13Expose AddGitIgnoreRules and ClearGitIgnoreRules funcsJose Alvarez
2015-10-09Merge pull request #258 from TheDahv/feat-config-snapshotCarlos Martín Nieto
2015-10-08Tests config lookup methodsDavid Pierce
2015-10-08Config#LookupString uses git_buf to load valueDavid Pierce
2015-10-07Merge pull request #261 from jbranchaud/fix-readme-typoCarlos Martín Nieto
2015-10-06Fix typo in README: manaager -> managerjbranchaud
2015-09-30Merge pull request #260 from clearr/index-entrybypathCarlos Martín Nieto
2015-09-28Add EntryByPath method to IndexFUJII Ryota
2015-09-21Add stash supportCalin Seciu
2015-09-18Merge pull request #253 from joseferminj/checkout-baselineCarlos Martín Nieto
2015-09-18Expose baseline field in CheckoutOptionsJose Alvarez
2015-09-18Merge remote-tracking branch 'origin/master' into nextCarlos Martín Nieto
2015-09-18Merge branch 'status-options'Carlos Martín Nieto
2015-09-18Fix crash when using Pathspec in StatusOptionsCalin Seciu
2015-08-31Update vendored libgit2Carlos Martín Nieto
2015-08-31Run go fmtCarlos Martín Nieto
2015-08-31Update missing bit to the new object modelCarlos Martín Nieto
2015-08-31Merge pull request #237 from libgit2/object-typeCarlos Martín Nieto
2015-08-31Merge branch 'master-v23'Carlos Martín Nieto
2015-08-31Don't call the finalizer on a borrowed repositoryCarlos Martín Nieto
2015-08-31Test against Go 1.5Carlos Martín Nieto
2015-08-31Install v23 on TravisCarlos Martín Nieto
2015-08-31Remove the vendored libgit2 submoduleCarlos Martín Nieto
2015-08-31Merge branch 'next'Carlos Martín Nieto
2015-08-31Don't trat a revwalk's ITEROVER as an errorCarlos Martín Nieto
2015-08-31Merge pull request #242 from pks-t/fix-populate-clone-optionsCarlos Martín Nieto
2015-08-31Merge branch 'push-cb' into nextCarlos Martín Nieto
2015-08-31Add nil check on CredentialsCallback wrapperAaron O'Mullan
2015-08-31Add back support for RemoteCallbacks in Remote.Push()Aaron O'Mullan
2015-08-18clone: improve handling of remote create callbackPatrick Steinhardt
2015-08-13Merge pull request #241 from pks-t/memleak-fixesCarlos Martín Nieto
2015-08-12merge: fix memory leak related to merge file optsPatrick Steinhardt
2015-08-12branch: fix memory leaks related to CStringsPatrick Steinhardt
2015-08-04We do require sudo on TravisCarlos Martín Nieto
2015-08-04Merge remote-tracking branch 'origin/master' into nextCarlos Martín Nieto
2015-08-04Move from an Object interface to a typeCarlos Martín Nieto
2015-08-03Merge pull request #236 from clns/object-peelCarlos Martín Nieto
2015-08-03Merge pull request #227 from clns/describeCarlos Martín Nieto
2015-08-01Add ability to peel any git objectCalin Seciu
2015-07-31Add git-describe supportCalin Seciu
2015-07-31Merge pull request #234 from libgit2/cmn/merge-baseCarlos Martín Nieto