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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #259 from smola/docs
Máximo Cuadros
2017-02-08
7
-42
/
+83
|
\
|
*
doc: improve object.Tag godoc.
Santiago M. Mola
2017-02-08
1
-3
/
+7
|
*
doc: add godoc to Signature
Santiago M. Mola
2017-02-07
1
-3
/
+6
|
*
doc: improve godoc for WalkCommitHistory.
Santiago M. Mola
2017-02-07
1
-1
/
+5
|
*
doc: add object fields godoc
Santiago M. Mola
2017-02-07
4
-6
/
+21
|
*
doc: improve object iterators godoc.
Santiago M. Mola
2017-02-07
6
-27
/
+38
|
*
doc: improve docs for object package.
Santiago M. Mola
2017-02-06
2
-3
/
+7
*
|
package plumbing documentation improvements (#248)
Máximo Cuadros
2017-02-07
20
-834
/
+637
*
|
Add revision implementation (#139)
Anthony HAMON
2017-02-06
1
-0
/
+11
|
/
*
documentation changes
Máximo Cuadros
2017-01-31
4
-6
/
+6
*
new srcd.works/go-git.v4 path
Máximo Cuadros
2017-01-30
115
-257
/
+257
*
new git fixture path
Máximo Cuadros
2017-01-30
19
-19
/
+19
*
rename billy imports
Máximo Cuadros
2017-01-30
2
-5
/
+5
*
delete old noder, create a new one in utils (#241)
Alberto Cortés
2017-01-30
9
-1004
/
+0
*
Fix some typos in plumbing docs (#244)
Sergio Arbeo
2017-01-30
16
-32
/
+32
*
example: using new constructors
Máximo Cuadros
2017-01-30
2
-7
/
+7
|
\
|
*
Repository.Progress moved as a field in *Options (#237)
Máximo Cuadros
2017-01-30
2
-7
/
+7
*
|
Worktree correct FileMode at index entries
Máximo Cuadros
2017-01-30
1
-11
/
+11
*
|
object: modes in TreeEntry as os.FileMode, and not the git internal
Máximo Cuadros
2017-01-28
2
-147
/
+155
*
|
format/index: keep time.Time as zero, when decoded value is 0
Máximo Cuadros
2017-01-28
2
-6
/
+12
*
|
new repository constructors and worktree
Máximo Cuadros
2017-01-28
1
-1
/
+2
|
/
*
adds Tree method to Tree (#224)
Alberto Cortés
2017-01-26
2
-5
/
+57
*
packfile: cache undeltified objects to improve decode performance (#218)
Antonio Navarro Perez
2017-01-25
1
-8
/
+33
*
transport/http: fix partial request with haves. Fix #216. (#221)
Antonio Navarro Perez
2017-01-25
7
-8
/
+32
*
transport: remove SetAuth, fixes #206 (#210)
Anthony Weems
2017-01-17
19
-120
/
+101
*
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
*
plumbing: fix signature with `>` before `<` parsing (#204)
Máximo Cuadros
2017-01-09
2
-2
/
+16
*
server: add git server implementation (#190)
Santiago M. Mola
2017-01-04
38
-275
/
+1502
*
remote: add Push (#178)
Santiago M. Mola
2016-12-19
4
-25
/
+80
*
fix typo in docs for plumbing/difftree/internal/merkletrie/iter.go (#192)
Miguel Molina
2016-12-19
1
-1
/
+1
*
fix plumbing/difftree package name (#191)
v4.0.0-rc6
Santiago M. Mola
2016-12-19
2
-2
/
+2
*
Extract billy (#173)
Sergio Arbeo
2016-12-19
1
-1
/
+2
*
packfile: delta selection logic (#182)
Antonio Navarro Perez
2016-12-16
10
-112
/
+474
*
Improve Tag test coverage. (#188)
Antonio Navarro Perez
2016-12-15
2
-9
/
+109
*
storage: shallow storage (#180)
Máximo Cuadros
2016-12-15
1
-0
/
+10
*
transport: ssh, keeping the original path (#189)
Máximo Cuadros
2016-12-15
1
-4
/
+1
*
protocol/packp: use ReferenceName type for Command.Name. (#187)
Santiago M. Mola
2016-12-15
4
-24
/
+27
*
move plumbing from top level package to plumbing (#183)
Santiago M. Mola
2016-12-14
38
-137
/
+5996
*
packfile: improve delta copy operation encoding code (#186)
Antonio Navarro Perez
2016-12-14
1
-31
/
+13
*
format/packfile: implement delta encoding (#172)
Antonio Navarro Perez
2016-12-14
5
-25
/
+322
*
transport/git: fix pktline encode and timeout
Máximo Cuadros
2016-12-12
1
-8
/
+3
*
plumbing/transport/git: fix import (#179)
Santiago M. Mola
2016-12-12
1
-1
/
+1
*
transport: new git protocol (#175)
Máximo Cuadros
2016-12-12
9
-37
/
+260
*
packfile: delta diff implementation (#159)
Antonio Navarro Perez
2016-12-09
4
-0
/
+637
*
transport: add git-send-pack support to local/ssh. (#163)
Santiago M. Mola
2016-12-09
19
-62
/
+692
*
packp/capability: trim spaces on capabilities decode. (#170)
Santiago M. Mola
2016-12-09
2
-0
/
+14
*
plumbing/transport: allow AdvertisedReferences being called multiple times. (...
Santiago M. Mola
2016-12-08
5
-31
/
+23
*
remote: sideband support (#164)
Máximo Cuadros
2016-12-07
7
-51
/
+49
*
revision based on goreportcard.com
Máximo Cuadros
2016-12-06
11
-17
/
+16
[next]