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
...
*
fix travis
v4.0.0-rc8
Máximo Cuadros
2017-01-31
1
-2
/
+2
*
new srcd.works/go-git.v4 path
Máximo Cuadros
2017-01-30
182
-441
/
+441
*
new git fixture path
Máximo Cuadros
2017-01-30
30
-341
/
+29
*
rename billy imports
Máximo Cuadros
2017-01-30
16
-472
/
+39
*
delete old noder, create a new one in utils (#241)
Alberto Cortés
2017-01-30
20
-1004
/
+1466
*
Fix some typos in plumbing docs (#244)
Sergio Arbeo
2017-01-30
16
-32
/
+32
*
Merge pull request #229 from mcuadros/worktree
Máximo Cuadros
2017-01-30
31
-345
/
+1320
|
\
|
*
example: using new constructors
Máximo Cuadros
2017-01-30
16
-179
/
+489
|
|
\
|
|
/
|
/
|
*
|
Repository.Progress moved as a field in *Options (#237)
Máximo Cuadros
2017-01-30
8
-62
/
+87
*
|
Typo in fixtures (#240)
Sergio Arbeo
2017-01-30
1
-1
/
+1
*
|
Fix typos in git docs (#230)
Sergio Arbeo
2017-01-30
2
-10
/
+10
*
|
Fix typos in cache pkg (#235)
Sergio Arbeo
2017-01-30
1
-2
/
+2
*
|
Fix typos in config pkg (#233)
Sergio Arbeo
2017-01-30
2
-3
/
+3
*
|
config: fix TestUnmarshallMarshall test
Máximo Cuadros
2017-01-30
1
-4
/
+1
*
|
Merge pull request #227 from mcuadros/submodules
Máximo Cuadros
2017-01-30
5
-98
/
+389
|
\
\
|
*
|
config: documentation improvements
Máximo Cuadros
2017-01-30
4
-34
/
+45
|
*
|
config: modules, marshal and unmarshal implementation
Máximo Cuadros
2017-01-26
2
-20
/
+160
|
*
|
config: marshal and unmarshal implementation
Máximo Cuadros
2017-01-26
3
-95
/
+169
|
*
|
config: git modules config
Máximo Cuadros
2017-01-26
2
-0
/
+66
|
|
*
test and comments improvements
Máximo Cuadros
2017-01-30
3
-5
/
+10
|
|
*
Worktree correct FileMode at index entries
Máximo Cuadros
2017-01-30
3
-16
/
+33
|
|
*
Repository.Worktree, removing custom fs
Máximo Cuadros
2017-01-30
2
-19
/
+6
|
|
*
Repository.Clone made private
Máximo Cuadros
2017-01-29
3
-22
/
+20
|
|
*
example: using new constructors
Máximo Cuadros
2017-01-29
9
-40
/
+73
|
|
*
worktree, status implementation
Máximo Cuadros
2017-01-29
5
-10
/
+380
|
|
*
storage: IndexStorer implementation
Máximo Cuadros
2017-01-29
4
-1
/
+55
|
|
*
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
|
|
*
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
[prev]
[next]