aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/internal/dotgit/dotgit.go
Commit message (Expand)AuthorAgeFilesLines
* dotgit: rewrite packed-refs while holding lockJeremy Stribling2017-11-301-60/+53
* dotgit: open+lock packed-refs file until it doesn't changeJeremy Stribling2017-11-291-18/+46
* Make object repacking more configurableTaru Karttunen2017-11-291-2/+14
* Support for repacking objectsTaru Karttunen2017-11-291-13/+21
* First pass of prune designTaru Karttunen2017-11-291-10/+38
* dotgit: use bufio for PackRefsJeremy Stribling2017-11-291-10/+8
* dotgit: during rewriting, re-open packed-refs after lockingJeremy Stribling2017-11-291-9/+21
* filesystem: todo comment about "all" paramJeremy Stribling2017-11-291-0/+4
* dotgit: fix up PackRefs comment for upstreamingJeremy Stribling2017-11-291-26/+8
* filesystem: implement PackRefs()Jeremy Stribling2017-11-291-0/+115
* all: simplificationferhat elmas2017-11-291-5/+1
* Merge remote-tracking branch 'src-d/master' into gh-fast-forward-fetchJeremy Stribling2017-11-281-6/+36
|\
| * dotgit: don't list references twiceJeremy Stribling2017-11-271-3/+8
| * dotgit: remove loose ref AND packed ref, if both existJeremy Stribling2017-11-271-3/+28
* | Document Lock+Close usageTaru Karttunen2017-11-271-0/+4
* | Use optionally locking when updating refsTaru Karttunen2017-11-271-9/+53
|/
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* dotgit: remove ref cache for packed refsMiguel Molina2017-11-211-48/+29
* dotgit: avoid duplicated references returned by RefsMiguel Molina2017-08-291-10/+15
* dotgit: rewrite the way references are looked upMiguel Molina2017-08-261-24/+58
* Merge pull request #491 from smola/error-checksMáximo Cuadros2017-07-191-4/+4
|\
| * storage/filesystem: check all Close errorsSantiago M. Mola2017-07-191-4/+4
* | storage: dotgit, fix test not closing filesMáximo Cuadros2017-07-191-0/+1
* | storage: dotgit, close temp file before renameMáximo Cuadros2017-07-181-6/+9
|/
* Fixed modules directory pathCromel-PC\Cromel2017-06-281-1/+1
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-13/+12
* storage/filesystem: call initialization explicitely, fixes #408Santiago M. Mola2017-06-011-1/+1
* storage: filesystem, initialize the default folder scaffoldingMáximo Cuadros2017-05-211-0/+27
* use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-1/+1
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-3/+3
* documentation and API improvementsMáximo Cuadros2017-02-211-14/+78
* storage: git.Storer move to storage.Storer and module handlingMáximo Cuadros2017-02-121-4/+9
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
* storage: IndexStorer implementationMáximo Cuadros2017-01-281-0/+11
* Extract billy (#173)Sergio Arbeo2016-12-191-10/+11
* storage: shallow storage (#180)Máximo Cuadros2016-12-151-1/+22
* new plumbing package (#118)Máximo Cuadros2016-11-081-25/+25
* storage/filesystem: implement missing functionality. (#110)Santiago M. Mola2016-11-031-0/+21
* formats: objfile idomatic reader/writerMáximo Cuadros2016-09-251-211/+137
* fix buildMáximo Cuadros2016-09-201-2/+2
* dotgit: synced write packfile and index generationMáximo Cuadros2016-09-151-32/+122
* format: packfile fix ReadObjectAt without decodeMáximo Cuadros2016-09-111-2/+11
* storage: filesystem ref storage, and not not exists file handlingMáximo Cuadros2016-09-101-2/+25
* storage: filessytem read multiple packfiles support and index decodingMáximo Cuadros2016-09-091-36/+75
* format: packfile based on ObjectStorage and CRC32 calculationMáximo Cuadros2016-09-081-23/+26
* format: packfile new interface (wip)Máximo Cuadros2016-09-061-1/+1
* storage: filesystem idx generation (wip)Máximo Cuadros2016-09-061-68/+136
* Support non packed objects (#68)sona-tar2016-08-301-0/+82
* storage: support ConfigStorage, memory done, fs wipMáximo Cuadros2016-08-201-3/+18
* storage: Storage entity support, and DotGit support for ReferencesMáximo Cuadros2016-08-121-0/+105