summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-21Add Index.Find() and Index.FindPrefix()FUJII Ryota
2015-12-16Merge pull request #273 from clearr/fix-index-entrybypath-leakCarlos Martín Nieto
2015-12-16Fix a memory leak in Index.EntryByPath()FUJII Ryota
2015-11-13Merge pull request #271 from joseferminj/fix-memory-problemsCarlos Martín Nieto
2015-11-12Fix Fetch/Push memory allocation problemsJose Alvarez
2015-11-03Merge pull request #269 from durin42/small-fixesCarlos Martín Nieto
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-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