aboutsummaryrefslogtreecommitdiffstats
path: root/repository.go
Commit message (Expand)AuthorAgeFilesLines
...
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-5/+5
* rename billy importsMáximo Cuadros2017-01-301-1/+1
* example: using new constructorsMáximo Cuadros2017-01-301-12/+8
|\
| * Repository.Progress moved as a field in *Options (#237)Máximo Cuadros2017-01-301-12/+8
* | test and comments improvementsMáximo Cuadros2017-01-301-3/+3
* | Repository.Worktree, removing custom fsMáximo Cuadros2017-01-301-8/+4
* | Repository.Clone made privateMáximo Cuadros2017-01-291-4/+4
* | new repository constructors and worktreeMáximo Cuadros2017-01-281-47/+171
|/
* transport: remove SetAuth, fixes #206 (#210)Anthony Weems2017-01-171-0/+2
* repository: fix pull when fetch returns up-to-date (#207)Máximo Cuadros2017-01-161-25/+64
* doc: clarify return values of Pull/Fetch. (#205)Santiago M. Mola2017-01-121-1/+5
* remote: add Push (#178)Santiago M. Mola2016-12-191-0/+14
* Extract billy (#173)Sergio Arbeo2016-12-191-1/+2
* remote: make Fetch atomic. (#185)Santiago M. Mola2016-12-161-46/+94
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-64/+31
* config: Config, bare flag (#177)Máximo Cuadros2016-12-121-0/+21
* repository: Ref -> Reference; Refs -> References. (#168)Santiago M. Mola2016-12-081-6/+9
* remote: sideband support (#164)Máximo Cuadros2016-12-071-3/+9
* remove old types from transport and use packp (#142)Santiago M. Mola2016-11-281-3/+8
* new plumbing package (#118)Máximo Cuadros2016-11-081-31/+32
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-32/+66
* add Blobs, Trees and Objects iters. (#114)Santiago M. Mola2016-11-041-0/+31
* utils: fs, new memory filesystem (#108)Máximo Cuadros2016-11-041-1/+1
* utils/fs: move 'os' and 'test' to separate packages. (#93)Santiago M. Mola2016-10-241-2/+2
* test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa...Máximo Cuadros2016-09-221-8/+8
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-121-25/+9
* storage: filesystem ref storage, and not not exists file handlingMáximo Cuadros2016-09-101-1/+5
* format: packfile new interfaceMáximo Cuadros2016-09-071-1/+1
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-5/+5
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-6/+6
* Repository: Clone protection if non empty object storage, Remote: NoErrAlread...Máximo Cuadros2016-08-251-2/+21
* options renamed and some text fixesMáximo Cuadros2016-08-221-5/+5
* Remote.Fetch multiple RefSpec supportMáximo Cuadros2016-08-221-12/+40
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-211-17/+52
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-201-14/+15
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-191-112/+18
* NewFilesystemRepository and exampleMáximo Cuadros2016-08-151-2/+4
* core: *Iter.ForEach methodMáximo Cuadros2016-08-151-29/+8
* Repository.Pull, PoCMáximo Cuadros2016-08-151-4/+64
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-16/+109
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-33/+19
* fix tests and examplesMáximo Cuadros2016-08-141-0/+12
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-131-9/+36
* Repository and Remote API changesMáximo Cuadros2016-08-131-94/+46
* general: usage of the new Reference objectsMáximo Cuadros2016-08-121-30/+31
* storage: seekable renamed to filesystemMáximo Cuadros2016-08-111-3/+3
* v3 -> v4Máximo Cuadros2016-08-111-6/+6
* Repository head (#61)v3.1.1Alberto Cortés2016-08-021-0/+29
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-041-25/+46
* documentationMáximo Cuadros2016-05-191-11/+14