aboutsummaryrefslogtreecommitdiffstats
path: root/repository.go
Commit message (Expand)AuthorAgeFilesLines
* config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-1/+1
* worktree: expose underlying filesystemMáximo Cuadros2017-07-261-1/+1
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-13/+70
* move Repository.Pull to Worktree.PullMáximo Cuadros2017-07-241-116/+55
* repository: allow push from shallow repositoriesMáximo Cuadros2017-07-191-3/+3
* git: remove ErrObjectNotFound in favor of plumbing.ErrObjectNotFoundJP Sugarbroad2017-07-121-5/+0
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-18/+14
* fix naming of NewCommit{Pre,Post}IteratorSantiago M. Mola2017-06-131-3/+3
* storage/filesystem: call initialization explicitely, fixes #408Santiago M. Mola2017-06-011-0/+13
* storage: filesystem, initialize the default folder scaffoldingMáximo Cuadros2017-05-211-0/+8
* add support for .git as file, fixes #348Santiago M. Mola2017-04-271-9/+55
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-121-1/+1
* merge, Repository.LogMáximo Cuadros2017-04-111-26/+45
|\
| * Add Repository.Log() method (fix #298)Antonio Jesus Navarro Perez2017-04-111-26/+45
* | worktree, status implementation based on merkletrie and reset and checkout im...Máximo Cuadros2017-04-111-9/+11
|/
* Merge pull request #296 from ajnavarro/improvement/repositorySantiago M. Mola2017-03-211-26/+67
|\
| * git: Repository methods changesAntonio Jesus Navarro Perez2017-03-061-26/+67
* | use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-2/+2
* | project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-10/+10
|/
* documentation and API improvementsMáximo Cuadros2017-02-211-4/+2
* submodule update implementationMáximo Cuadros2017-02-151-5/+18
* Repository.Init now handles non-standard .git locationMáximo Cuadros2017-02-131-2/+68
* submodule init implementationMáximo Cuadros2017-02-121-11/+29
* git: make Storer public in Repository.Santiago M. Mola2017-02-091-42/+43
* Add revision implementation (#139)Anthony HAMON2017-02-061-0/+127
* documentation changesMáximo Cuadros2017-01-311-16/+20
* 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