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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
packfile: check close error in UpdateObjectStorage
Santiago M. Mola
2017-07-19
1
-8
/
+14
|
*
packfile: check zlib reader closing error
Santiago M. Mola
2017-07-19
1
-13
/
+8
*
|
Merge pull request #493 from src-d/windows
Máximo Cuadros
2017-07-19
1
-1
/
+7
|
\
\
|
*
|
plumbing: format config, escape back slash
Máximo Cuadros
2017-07-19
2
-4
/
+2
|
*
|
worktree: commit, use path package instead of filepath
Máximo Cuadros
2017-07-19
2
-2
/
+10
|
|
/
*
/
packfile: Avoid panics patching corrupted deltas
Antonio Jesus Navarro Perez
2017-07-19
2
-16
/
+85
|
/
*
Use buffered IO for decoding index files.
JP Sugarbroad
2017-07-10
1
-2
/
+3
*
plumbing: gitignore, upgrade to go-billy.v3 and test with gocheck
Máximo Cuadros
2017-06-19
4
-218
/
+199
*
Merge pull request #429 from silvertern/gitignore
Máximo Cuadros
2017-06-19
7
-0
/
+676
|
\
|
*
Adds gitignore support
Oleg Sklyar
2017-06-19
7
-0
/
+676
*
|
*: upgrade to go-billy.v3, merge
Máximo Cuadros
2017-06-18
1
-1
/
+1
*
|
fix gofmt
Santiago M. Mola
2017-06-13
2
-2
/
+4
|
/
*
packfile: A copy operation cannot be bigger than 64kb
Antonio Jesus Navarro Perez
2017-06-01
2
-1
/
+35
*
format/packfile: improve binary delta algorithm
Antonio Jesus Navarro Perez
2017-05-24
2
-441
/
+94
*
format/diff: unified diff encoder and public API
Antonio Jesus Navarro Perez
2017-05-23
3
-0
/
+1242
*
worktree: Remove and Move methods
Máximo Cuadros
2017-05-21
2
-0
/
+29
*
format/packfile: fix bug when the delta depth is equals to 50
Antonio Jesus Navarro Perez
2017-05-08
2
-0
/
+10
*
plumbing: index, Entries converted in a slice of pointers
Máximo Cuadros
2017-04-26
5
-11
/
+11
*
format/packfile: rename Seek to SeekFromStart
Santiago M. Mola
2017-04-26
3
-6
/
+8
*
fix format string issues as found by go vet
Santiago M. Mola
2017-04-26
1
-1
/
+1
*
format: index, Index.Entry method
Máximo Cuadros
2017-04-13
2
-5
/
+39
*
worktree, reset implementation and status improvements
Máximo Cuadros
2017-04-12
1
-12
/
+15
*
plumbing: format, index stringer
Máximo Cuadros
2017-04-11
1
-0
/
+23
*
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
31
-51
/
+51
*
Merge pull request #299 from ajnavarro/fix/read-all
Santiago M. Mola
2017-03-03
1
-4
/
+4
|
\
|
*
Return values of Read not checked (fix #65)
Antonio Jesus Navarro Perez
2017-03-02
1
-4
/
+4
*
|
replace os.FileMode use with filemode.FileMode
Alberto Cortés
2017-03-01
2
-5
/
+7
|
/
*
plumbing: improve documentation (Fix #242)
Antonio Jesus Navarro Perez
2017-02-23
5
-6
/
+51
*
Merge pull request #278 from ajnavarro/improvement/move-cache-to-plumbing
Máximo Cuadros
2017-02-21
1
-1
/
+1
|
\
|
*
cache: move package to plumbing
Antonio Jesus Navarro Perez
2017-02-21
1
-1
/
+1
*
|
documentation and API improvements
Máximo Cuadros
2017-02-21
1
-5
/
+5
*
|
format/index: sort the Entries before encode
Máximo Cuadros
2017-02-13
3
-4
/
+28
|
/
*
Merge pull request #258 from ajnavarro/fix/onf-decoder
Antonio Navarro Perez
2017-02-09
2
-7
/
+65
|
\
|
*
Fix missing objects if they where deltified using ref-delta
Antonio Jesus Navarro Perez
2017-02-07
2
-7
/
+65
*
|
package plumbing documentation improvements (#248)
Máximo Cuadros
2017-02-07
12
-830
/
+625
|
/
*
documentation changes
Máximo Cuadros
2017-01-31
1
-2
/
+3
*
new srcd.works/go-git.v4 path
Máximo Cuadros
2017-01-30
31
-48
/
+48
*
new git fixture path
Máximo Cuadros
2017-01-30
6
-6
/
+6
*
rename billy imports
Máximo Cuadros
2017-01-30
1
-3
/
+3
*
Fix some typos in plumbing docs (#244)
Sergio Arbeo
2017-01-30
11
-19
/
+19
*
format/index: keep time.Time as zero, when decoded value is 0
Máximo Cuadros
2017-01-28
2
-6
/
+12
*
packfile: cache undeltified objects to improve decode performance (#218)
Antonio Navarro Perez
2017-01-25
1
-8
/
+33
*
packfile/decoder: speed up packfile iterator when specific type (#200)
Antonio Navarro Perez
2017-01-12
2
-1
/
+134
*
packfile/scanner: reset zlib reader instead of new one (#201)
Antonio Navarro Perez
2017-01-12
1
-5
/
+20
*
server: add git server implementation (#190)
Santiago M. Mola
2017-01-04
1
-0
/
+30
*
Extract billy (#173)
Sergio Arbeo
2016-12-19
1
-1
/
+2
*
packfile: delta selection logic (#182)
Antonio Navarro Perez
2016-12-16
9
-111
/
+473
*
move plumbing from top level package to plumbing (#183)
Santiago M. Mola
2016-12-14
7
-52
/
+53
*
packfile: improve delta copy operation encoding code (#186)
Antonio Navarro Perez
2016-12-14
1
-31
/
+13
[prev]
[next]