aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem
Commit message (Expand)AuthorAgeFilesLines
* Make object repacking more configurableTaru Karttunen2017-11-292-4/+16
* Support for repacking objectsTaru Karttunen2017-11-292-13/+29
* First pass of prune designTaru Karttunen2017-11-292-10/+62
* 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-293-0/+195
* all: simplificationferhat elmas2017-11-292-7/+3
* dotgit: add CheckAndSetReference testsJeremy Stribling2017-11-281-3/+18
* Merge remote-tracking branch 'src-d/master' into gh-fast-forward-fetchJeremy Stribling2017-11-282-6/+76
|\
| * dotgit: don't list references twiceJeremy Stribling2017-11-272-4/+20
| * dotgit: add a test for removing a ref from a file and packed-refsJeremy Stribling2017-11-271-0/+29
| * 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-273-13/+61
|/
* all: fixes for ineffective assignferhat elmas2017-11-262-0/+2
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-239-15/+15
* 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-262-24/+76
* prevent PackWriter from using Notify if nothing was writtenMiguel Molina2017-08-102-1/+22
* Merge pull request #501 from smola/config-multiple-urlsMáximo Cuadros2017-08-021-3/+3
|\
| * config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-3/+3
* | Merge pull request #515 from smola/reuse-packed-objectsMáximo Cuadros2017-07-274-9/+145
|\ \ | |/ |/|
| * storage: reuse deltas from packfilesSantiago M. Mola2017-07-274-9/+145
* | filesystem: reuse cache for packfile iteratorSantiago M. Mola2017-07-271-3/+4
|/
* plumbing/cache: change FIFO to LRU cacheSantiago M. Mola2017-07-271-1/+1
* storage/filesystem: reuse delta cacheSantiago M. Mola2017-07-271-1/+9
* packfile: create packfile.Index and reuse itSantiago M. Mola2017-07-262-45/+26
* Merge pull request #491 from smola/error-checksMáximo Cuadros2017-07-197-26/+59
|\
| * storage/filesystem: check all Close errorsSantiago M. Mola2017-07-195-24/+32
| * test: add more PackfileWriter testsSantiago M. Mola2017-07-192-2/+27
* | storage: dotgit, fix test not closing filesMáximo Cuadros2017-07-192-0/+2
* | storage: dotgit, close temp file before renameMáximo Cuadros2017-07-181-6/+9
|/
* Fixed modules directory pathCromel-PC\Cromel2017-06-282-2/+2
* fix race on packfile writerSantiago M. Mola2017-06-271-1/+1
* storage/filesystem: Fix nil dereference in Shallow()JP Sugarbroad2017-06-231-1/+1
* internal/dotgit: rewrite code to avoid stackoverflow errorsAntonio Jesus Navarro Perez2017-06-191-6/+6
* fix merge commitMáximo Cuadros2017-06-181-4/+0
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-0/+4
|\
| * Merge pull request #369 from smola/windowsMáximo Cuadros2017-06-172-11/+10
| |\
| | * dotgit: support reading reference files in WindowsSantiago M. Mola2017-06-021-9/+8
| | * test: more Windows path handlingSantiago M. Mola2017-06-021-2/+2
* | | *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-189-38/+43
|/ /
* | fix gofmtSantiago M. Mola2017-06-131-2/+2
* | storage/filesystem: call initialization explicitely, fixes #408Santiago M. Mola2017-06-013-15/+16
|/
* storage: filesystem, initialize the default folder scaffoldingMáximo Cuadros2017-05-214-0/+66
* Lazily load object index.JP Sugarbroad2017-04-061-6/+22
* use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-108-9/+9