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
...
*
Decode tree bug: incomplete reads break the decoding process (#64)
Alberto Cortés
2016-08-09
2
-2
/
+1207
*
difftree changes to provide both files
Máximo Cuadros
2016-08-05
2
-0
/
+603
*
add simple difftree implementation (#63)
Alberto Cortés
2016-08-05
3
-1
/
+595
*
Merge branch 'repository-head'
Alberto Cortés
2016-08-02
0
-0
/
+0
|
\
|
*
remove dead code
Alberto Cortés
2016-08-02
1
-3
/
+0
|
*
clean code
Alberto Cortés
2016-08-02
1
-1
/
+1
|
*
add head support for local repos
Alberto Cortés
2016-08-02
4
-2
/
+65
|
*
add head support for remote repos and more tests
Alberto Cortés
2016-08-01
2
-7
/
+34
|
*
add Repository.Head() tests
Alberto Cortés
2016-08-01
2
-11
/
+59
*
|
Repository head (#61)
v3.1.1
Alberto Cortés
2016-08-02
4
-12
/
+147
|
/
*
Fix some bugs found during gypogit testing (#58)
Vadim Markovtsev
2016-07-09
4
-1
/
+83
*
Adds support to open local repositories and to use file-based object storage ...
v3.1.0
Alberto Cortés
2016-07-04
58
-924
/
+6630
*
Merge pull request #56 from vmarkovtsev/master
Máximo Cuadros
2016-06-27
10
-9
/
+498
|
\
|
*
Wrap more objects with CGo
Vadim Markovtsev
2016-06-21
10
-9
/
+498
*
|
Merge pull request #54 from vmarkovtsev/cshared
Máximo Cuadros
2016-06-15
9
-0
/
+1320
|
\
|
|
*
Add cshared files to allow building wrappers in other languages
Vadim Markovtsev
2016-06-15
9
-0
/
+1320
*
|
documentation
Máximo Cuadros
2016-05-19
1
-0
/
+1
*
|
documentation
Máximo Cuadros
2016-05-19
1
-1
/
+1
*
|
documentation
Máximo Cuadros
2016-05-19
12
-35
/
+49
|
/
*
fix misspellings
v3.0.4
Máximo Cuadros
2016-05-19
7
-11
/
+11
*
formats/pktline: fixed underflow glitch reading network stream
Máximo Cuadros
2016-05-19
1
-3
/
+5
*
Merge pull request #47 from TripleDogDare/fix-repository-pulldefault
v3.0.3
Máximo Cuadros
2016-05-08
1
-6
/
+5
|
\
|
*
Fix PullDefault to not cause panics.
Calvin Behling
2016-05-07
1
-6
/
+5
|
/
*
undo import enforcement
v3.0.2
Máximo Cuadros
2016-04-25
1
-1
/
+1
*
documentation
Máximo Cuadros
2016-04-25
4
-10
/
+66
*
remote.Head and repository.PullDefault
Máximo Cuadros
2016-04-25
4
-0
/
+44
*
dump v3
Máximo Cuadros
2016-04-22
1
-3
/
+3
*
file, added field Mode
v3.0.1
Máximo Cuadros
2016-04-22
4
-14
/
+13
*
Merge pull request #39 from scjalliance/git-object-interface
Máximo Cuadros
2016-03-08
14
-220
/
+316
|
\
|
*
Added Object interface for Commit, Tree, Blob and Tag
Joshua Sjoding
2016-03-08
14
-220
/
+316
|
/
*
Merge pull request #37 from scjalliance/objfile-format
Máximo Cuadros
2016-02-27
15
-19
/
+610
|
\
|
*
Improved objfile error handling and test coverage
Joshua Sjoding
2016-02-27
6
-3
/
+70
|
*
Renamed internal close function to checkClose
Joshua Sjoding
2016-02-27
8
-18
/
+18
|
*
Added objfile format used for loose git objects
Joshua Sjoding
2016-02-27
6
-0
/
+519
|
*
Added function to check validity of core.ObjectType
Joshua Sjoding
2016-02-26
1
-0
/
+5
|
/
*
Merge pull request #35 from scjalliance/hasher
Máximo Cuadros
2016-02-26
2
-7
/
+29
|
\
|
*
Added Hasher for computing hashes of streamed objects
Joshua Sjoding
2016-02-25
2
-7
/
+29
|
/
*
Merge pull request #34 from scjalliance/object-reader-writer
Máximo Cuadros
2016-02-25
18
-54
/
+237
|
\
|
*
Refactor to use core.ObjectReader and core.ObjectWriter
Joshua Sjoding
2016-02-25
18
-54
/
+237
|
/
*
File, added size and reader is now a method
v3.0.0
Máximo Cuadros
2016-02-22
4
-76
/
+166
*
Merge pull request #32 from scjalliance/annotated-tags
Máximo Cuadros
2016-02-20
8
-4
/
+425
|
\
|
*
Improved support for Blob objects
Joshua Sjoding
2016-02-19
5
-20
/
+96
|
*
Added support for annotated tags
Joshua Sjoding
2016-02-18
5
-1
/
+297
|
*
Added ParseObjectType function to core
Joshua Sjoding
2016-02-18
1
-0
/
+22
|
*
Added helper function for test fixture unpacking
Joshua Sjoding
2016-02-18
1
-2
/
+29
|
/
*
travis: adding 1.6
Máximo Cuadros
2016-02-18
1
-1
/
+2
*
signature decode refactor
Máximo Cuadros
2016-02-18
1
-50
/
+37
*
Merge pull request #30 from scjalliance/consistent-iterators
Máximo Cuadros
2016-02-17
11
-69
/
+413
|
\
|
*
Tree.Entries is now a slice
Joshua Sjoding
2016-02-17
2
-23
/
+27
|
*
New iteration behavior via FileIter and TreeWalker
Joshua Sjoding
2016-02-17
11
-62
/
+402
|
/
[prev]
[next]