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
/
plumbing
/
format
/
packfile
/
parser.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: avoid memory allocation on resolveDeltas
Nao YONASHIRO
2019-07-31
1
-46
/
+53
*
plumbing: format/packfile, performance optimizations for reading large commit...
Filip Navara
2018-11-28
1
-5
/
+1
*
plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991
Javier Peletier
2018-10-23
1
-47
/
+45
*
plumbing/packfile: do not compute sha1 for already undeltified objects
Javi Fontan
2018-08-14
1
-7
/
+9
*
plumbing/pacfile: tidy up objectInfo struct
Javi Fontan
2018-08-14
1
-36
/
+22
*
plumbing: add buffer cache and use it in packfile parser
Javi Fontan
2018-08-14
1
-14
/
+10
*
plumbing: packfile, read object content only once
Miguel Molina
2018-08-09
1
-7
/
+15
*
plumbing: packfile, allow non-seekable sources on Parser
Miguel Molina
2018-08-08
1
-109
/
+202
*
*: use parser to populate non writable storages and bug fixes
Miguel Molina
2018-08-07
1
-43
/
+87
*
plumbing, storage: integrate new index
Javi Fontan
2018-07-26
1
-5
/
+6
*
plumbing/packfile: add new packfile parser
Javi Fontan
2018-07-26
1
-0
/
+359