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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
format/index: keep time.Time as zero, when decoded value is 0
Máximo Cuadros
2017-01-28
2
-6
/
+12
|
|
*
storage: IndexStorer implementation
Máximo Cuadros
2017-01-28
6
-10
/
+88
|
|
*
new repository constructors and worktree
Máximo Cuadros
2017-01-28
8
-113
/
+535
|
|
/
|
/
|
*
|
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
5
-8
/
+248
*
transport/http: fix partial request with haves. Fix #216. (#221)
Antonio Navarro Perez
2017-01-25
7
-8
/
+32
*
fixtures: support more than one source folder (fix #217) (#219)
Antonio Navarro Perez
2017-01-23
1
-7
/
+18
*
fixtures: initialize fixtures into separated methods (#214)
v4.0.0-rc7
Antonio Navarro Perez
2017-01-19
1
-5
/
+19
*
blame: make line and its members public so they can be actually used (#213)
Alberto Cortés
2017-01-19
2
-14
/
+15
*
test: restore default protocol. (#215)
Santiago M. Mola
2017-01-18
1
-3
/
+15
*
transport: remove SetAuth, fixes #206 (#210)
Anthony Weems
2017-01-17
22
-127
/
+116
*
repository: fix pull when fetch returns up-to-date (#207)
Máximo Cuadros
2017-01-16
2
-26
/
+93
*
fixtures: new fixture with multiple root commits (#212)
Antonio Navarro Perez
2017-01-16
1
-0
/
+7
*
remote: fix empty-git-upload-pack error in fetch, when the reference points t...
Máximo Cuadros
2017-01-12
2
-3
/
+15
*
packfile/decoder: speed up packfile iterator when specific type (#200)
Antonio Navarro Perez
2017-01-12
4
-28
/
+204
*
packfile/scanner: reset zlib reader instead of new one (#201)
Antonio Navarro Perez
2017-01-12
1
-5
/
+20
*
doc: clarify return values of Pull/Fetch. (#205)
Santiago M. Mola
2017-01-12
2
-1
/
+7
*
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
43
-308
/
+1641
*
remote: add Push (#178)
Santiago M. Mola
2016-12-19
12
-33
/
+565
*
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
18
-1183
/
+46
*
README and examples progress
v4.0.0-rc5
Máximo Cuadros
2016-12-16
4
-15
/
+48
*
remote: make Fetch atomic. (#185)
Santiago M. Mola
2016-12-16
5
-273
/
+283
*
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
11
-1
/
+240
*
transport: ssh, keeping the original path (#189)
Máximo Cuadros
2016-12-15
1
-4
/
+1
*
.travis CI with multiple git versions
Máximo Cuadros
2016-12-15
2
-5
/
+35
*
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
64
-771
/
+974
*
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
7
-25
/
+352
*
readme and log example (#181)
Máximo Cuadros
2016-12-13
2
-133
/
+79
*
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
*
config: Config, bare flag (#177)
Máximo Cuadros
2016-12-12
5
-16
/
+86
*
transport: new git protocol (#175)
Máximo Cuadros
2016-12-12
10
-37
/
+272
*
examples: review, testing and documentation (#176)
Máximo Cuadros
2016-12-12
13
-543
/
+293
*
fixtures: fix empty repository fixture .git (#171)
Santiago M. Mola
2016-12-12
1
-1
/
+1
*
packfile: delta diff implementation (#159)
Antonio Navarro Perez
2016-12-09
4
-0
/
+637
*
Update LICENSE (#174)
Sergio Arbeo
2016-12-09
1
-1
/
+1
*
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
*
fixtures: always returna a new directory with DotGit. (#169)
Santiago M. Mola
2016-12-08
1
-9
/
+6
*
plumbing/transport: allow AdvertisedReferences being called multiple times. (...
Santiago M. Mola
2016-12-08
5
-31
/
+23
*
config: support delete refspecs (IsDelete). (#166)
Santiago M. Mola
2016-12-08
2
-1
/
+37
*
repository: Ref -> Reference; Refs -> References. (#168)
Santiago M. Mola
2016-12-08
3
-27
/
+30
*
remote: fix Connect, returned nil error on failure. (#167)
Santiago M. Mola
2016-12-08
2
-1
/
+8
[prev]
[next]