Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | fix gofmt | Santiago M. Mola | 2017-06-13 | 1 | -2/+2 |
| | |||||
* | storage/filesystem: call initialization explicitely, fixes #408 | Santiago M. Mola | 2017-06-01 | 1 | -4/+6 |
| | | | | | | | | | | | | | filesystem.Storage was initializing the gitdir (creating objects and refs) on NewStorage. But this should be done only on init and clone operations, not on open. Now there is a new interface storer.Initializer that storers can implement if they need any initialization step before init or clone. filesystem.Storage is one of such implementations. git.Init and git.Clone now call to the storer Init() method if it does implement it. Otherwise, it just ignores initialization. | ||||
* | storage: filesystem, initialize the default folder scaffolding | Máximo Cuadros | 2017-05-21 | 1 | -0/+4 |
| | |||||
* | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -2/+2 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | Repository.Init now handles non-standard .git location | Máximo Cuadros | 2017-02-13 | 1 | -0/+9 |
| | |||||
* | storage: git.Storer move to storage.Storer and module handling | Máximo Cuadros | 2017-02-12 | 1 | -0/+2 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | storage: IndexStorer implementation | Máximo Cuadros | 2017-01-28 | 1 | -0/+2 |
| | |||||
* | Extract billy (#173) | Sergio Arbeo | 2016-12-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | * Extract billy Billy is a new library directly extracted from go-git. It abstract several storages systems in a filesystem interface. More in github.com/src-d/billy * Fix grouping in imports block * Update billy to v1 * Re-remove fs_implementation example | ||||
* | storage: shallow storage (#180) | Máximo Cuadros | 2016-12-15 | 1 | -0/+2 |
| | | | | | | | | * storage: shallow storage * changes * changes | ||||
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 1 | -31/+12 |
| | | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes | ||||
* | storage: filessytem read multiple packfiles support and index decoding | Máximo Cuadros | 2016-09-09 | 1 | -8/+8 |
| | |||||
* | storage: filesystem idx generation (wip) | Máximo Cuadros | 2016-09-06 | 1 | -8/+4 |
| | |||||
* | doc packages | Máximo Cuadros | 2016-09-01 | 1 | -0/+1 |
| | |||||
* | storage/filesystem: ConfigStore implementation | Máximo Cuadros | 2016-08-21 | 1 | -0/+11 |
| | |||||
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 1 | -12/+8 |
| | |||||
* | storage: Storage entity support, and DotGit support for References | Máximo Cuadros | 2016-08-12 | 1 | -176/+19 |
| | |||||
* | storage: seekable renamed to filesystem | Máximo Cuadros | 2016-08-11 | 1 | -0/+203 |