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
*
*: Remove use of deprecated io/util
Paulo Gomes
2023-05-11
1
-2
/
+1
*
plumbing: resolve non-external delta references
ZauberNerd
2023-03-23
1
-0
/
+9
*
Optimize zlib reader and consolidate sync.pools
Paulo Gomes
2022-11-07
1
-8
/
+11
*
Merge branch 'go-git:master' into master
Paul T
2021-12-15
1
-1
/
+0
|
\
|
*
Remove unused variables/types/functions
Abhinav Gupta
2021-11-27
1
-1
/
+0
*
|
resolve external reference deltas
paul.t
2021-10-11
1
-0
/
+11
|
/
*
Close Reader & Writer of EncodedObject after use
Kyungmin Bae
2020-05-24
1
-5
/
+10
*
*: migration from gopkg to go modules
Máximo Cuadros
2020-03-10
1
-3
/
+3
*
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