index
:
go-git
master
push_url
A highly extensible Git implementation in pure Go.
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
storage
/
filesystem
/
object.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
storage/filesystem: add more doc to NewPackfileIter
Javi Fontan
2018-09-21
1
-4
/
+7
*
storage/filesystem: keep packs open in PackfileIter
Javi Fontan
2018-09-20
1
-10
/
+23
*
Expose Storage cache.
kuba--
2018-09-07
1
-19
/
+10
*
storage/dotgit: add KeepDescriptors option
Javi Fontan
2018-09-04
1
-1
/
+9
*
storage/filesystem: move Options to filesytem and dotgit
Javi Fontan
2018-09-03
1
-0
/
+12
*
plumbing, storage: add bases to the common cache
Javi Fontan
2018-08-22
1
-2
/
+16
*
plumbing: packfile, open and close packfile on FSObject reads
Miguel Molina
2018-08-09
1
-9
/
+6
*
storage: filesystem, close Packfile after iterating objects
Miguel Molina
2018-08-09
1
-1
/
+10
*
storage: filesystem, benchmark PackfileIter
Miguel Molina
2018-08-09
1
-4
/
+26
*
*: use parser to populate non writable storages and bug fixes
Miguel Molina
2018-08-07
1
-47
/
+30
*
plumbing, storage: integrate new index
Javi Fontan
2018-07-26
1
-17
/
+29
*
plumbing/format/idxfile: add new Index and MemoryIndex
Miguel Molina
2018-07-19
1
-1
/
+1
*
storage: filesystem, make ObjectStorage constructor public
Miguel Molina
2018-06-08
1
-2
/
+3
*
dotgit: Move package outside internal.
Antonio Jesus Navarro Perez
2018-06-05
1
-1
/
+1
*
*: Use CheckClose with named returns
Javi Fontan
2018-03-27
1
-4
/
+4
*
storage/filesystem: optimize packfile iterator
Denys Smirnov
2018-03-03
1
-22
/
+61
*
Make DeltaBaseCache private
Javi Fontan
2017-12-20
1
-6
/
+6
*
Enforce the use of cache in packfile decoder
Javi Fontan
2017-12-20
1
-5
/
+2
*
storage: filesystem, add support for git alternates (#663)
Sunny
2017-12-06
1
-0
/
+21
*
storage: some minor code cleanup
Jeremy Stribling
2017-11-29
1
-6
/
+3
*
plumbing: add `HasEncodedObject` method to Storer
Jeremy Stribling
2017-11-29
1
-0
/
+26
*
Make object repacking more configurable
Taru Karttunen
2017-11-29
1
-2
/
+2
*
Support for repacking objects
Taru Karttunen
2017-11-29
1
-0
/
+8
*
First pass of prune design
Taru Karttunen
2017-11-29
1
-0
/
+24
*
all: simplification
ferhat elmas
2017-11-29
1
-2
/
+2
*
update to go-billy.v4 and go-git-fixtures.v3
Máximo Cuadros
2017-11-23
1
-1
/
+1
*
Merge pull request #515 from smola/reuse-packed-objects
Máximo Cuadros
2017-07-27
1
-7
/
+97
|
\
|
*
storage: reuse deltas from packfiles
Santiago M. Mola
2017-07-27
1
-7
/
+97
*
|
filesystem: reuse cache for packfile iterator
Santiago M. Mola
2017-07-27
1
-3
/
+4
|
/
*
plumbing/cache: change FIFO to LRU cache
Santiago M. Mola
2017-07-27
1
-1
/
+1
*
storage/filesystem: reuse delta cache
Santiago M. Mola
2017-07-27
1
-1
/
+9
*
packfile: create packfile.Index and reuse it
Santiago M. Mola
2017-07-26
1
-33
/
+18
*
storage/filesystem: check all Close errors
Santiago M. Mola
2017-07-19
1
-9
/
+12
*
*: upgrade to go-billy.v3, merge
Máximo Cuadros
2017-06-18
1
-1
/
+1
*
Lazily load object index.
JP Sugarbroad
2017-04-06
1
-6
/
+22
*
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
-9
/
+9
*
Fix missing objects if they where deltified using ref-delta
Antonio Jesus Navarro Perez
2017-02-07
1
-3
/
+6
*
new srcd.works/go-git.v4 path
Máximo Cuadros
2017-01-30
1
-7
/
+7
*
storage: IndexStorer implementation
Máximo Cuadros
2017-01-28
1
-10
/
+10
*
packfile/decoder: speed up packfile iterator when specific type (#200)
Antonio Navarro Perez
2017-01-12
1
-16
/
+22
*
Extract billy (#173)
Sergio Arbeo
2016-12-19
1
-3
/
+4
*
move plumbing from top level package to plumbing (#183)
Santiago M. Mola
2016-12-14
1
-20
/
+20
*
transport: create Client interface (#132)
Santiago M. Mola
2016-11-23
1
-2
/
+2
*
new plumbing package (#118)
Máximo Cuadros
2016-11-08
1
-48
/
+49
*
global storage interface refactor (#112)
Máximo Cuadros
2016-11-07
1
-32
/
+9
*
storage/filesystem: implement missing functionality. (#110)
Santiago M. Mola
2016-11-03
1
-21
/
+36
*
formats: objfile idomatic reader/writer
Máximo Cuadros
2016-09-25
1
-21
/
+23
*
dotgit: synced write packfile and index generation
Máximo Cuadros
2016-09-15
1
-2
/
+10
*
format: packfile fix ReadObjectAt without decode
Máximo Cuadros
2016-09-11
1
-1
/
+14
[next]