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
*
worktree, reset implementation and status improvements
Máximo Cuadros
2017-04-12
2
-13
/
+16
*
merkletrie: filesystem and index speedup and documentation
Máximo Cuadros
2017-04-11
1
-18
/
+11
*
merge, Repository.Log
Máximo Cuadros
2017-04-11
10
-135
/
+164
|
\
|
*
Add Repository.Log() method (fix #298)
Antonio Jesus Navarro Perez
2017-04-11
5
-127
/
+150
|
*
plumbing: transport, handle 403 in http transport
Chris Dostert
2017-04-10
5
-8
/
+14
*
|
plumbing: object, public Tree.FindEntry and minor diff changes
Máximo Cuadros
2017-04-11
4
-8
/
+17
*
|
plumbing: format, index stringer
Máximo Cuadros
2017-04-11
1
-0
/
+23
|
/
*
Set correct modes to change_adaptor tests
Antonio Jesus Navarro Perez
2017-04-06
1
-0
/
+6
*
object: fix Change.Files() method behavior (fix #317)
Antonio Jesus Navarro Perez
2017-04-06
2
-0
/
+56
*
Work around a Go bug when parsing timezones
Nick Thomas
2017-03-30
1
-1
/
+6
*
Merge pull request #314 from lupine/249-fix-bufio-buffer-full
Máximo Cuadros
2017-03-28
4
-2
/
+36
|
\
|
*
plumbing: Use ReadBytes() rather than ReadSlice()
Nick Thomas
2017-03-27
4
-2
/
+36
*
|
plumbing: Reference, support slash separated branch (#302)
Yusuke Hatanaka
2017-03-28
2
-2
/
+26
*
|
Merge pull request #305 from mvdan/history-reverse
Santiago M. Mola
2017-03-27
2
-7
/
+59
|
\
\
|
|
/
|
/
|
|
*
plumbing/object: add WalkCommitHistoryPost func
Daniel Martí
2017-03-27
2
-7
/
+59
*
|
plumbing: ReferenceType as Stringer
Máximo Cuadros
2017-03-22
2
-0
/
+17
*
|
Merge pull request #296 from ajnavarro/improvement/repository
Santiago M. Mola
2017-03-21
2
-1
/
+161
|
\
\
|
|
/
|
/
|
|
*
Make referenceFilteredIter private
Antonio Jesus Navarro Perez
2017-03-06
1
-5
/
+5
|
*
git: Repository methods changes
Antonio Jesus Navarro Perez
2017-03-06
2
-1
/
+161
*
|
use go-billy.v2 version
Antonio Jesus Navarro Perez
2017-03-10
2
-3
/
+3
*
|
project: move imports from srcd.works to gopkg.in
Antonio Jesus Navarro Perez
2017-03-07
124
-289
/
+289
|
/
*
difftree: simplify hash comparison with deprecated files modes
Alberto Cortés
2017-03-03
3
-51
/
+31
*
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
12
-255
/
+221
*
|
new filemode package
Alberto Cortés
2017-03-01
2
-0
/
+536
|
/
*
Merge pull request #294 from ajnavarro/improvement/todos-documentation
Santiago M. Mola
2017-03-01
4
-8
/
+8
|
\
|
*
Remove TODOs from documentation
Antonio Jesus Navarro Perez
2017-02-28
4
-8
/
+8
*
|
Merge pull request #292 from ajnavarro/improvement/revlist
Máximo Cuadros
2017-02-28
4
-86
/
+138
|
\
\
|
|
/
|
/
|
|
*
plumbing/revlist: input as a slice of hashes instead of commits
Antonio Jesus Navarro Perez
2017-02-27
4
-86
/
+138
*
|
Merge pull request #289 from ajnavarro/documentation/cache
Santiago M. Mola
2017-02-27
3
-16
/
+21
|
\
\
|
*
|
plumbing/cache: specify units in memory size (Fix #234)
Antonio Jesus Navarro Perez
2017-02-27
3
-16
/
+21
|
|
/
*
|
Merge pull request #288 from ajnavarro/documentation/plumbing
Máximo Cuadros
2017-02-27
7
-11
/
+56
|
\
\
|
|
/
|
/
|
|
*
plumbing: improve documentation (Fix #242)
Antonio Jesus Navarro Perez
2017-02-23
7
-11
/
+56
*
|
Added documentation to Diff method
Antonio Jesus Navarro Perez
2017-02-24
1
-0
/
+1
*
|
plumbing/object: move difftree to object package
Antonio Jesus Navarro Perez
2017-02-24
8
-66
/
+66
*
|
Merge pull request #286 from ajnavarro/fix/reference-iterator
Máximo Cuadros
2017-02-24
2
-1
/
+25
|
\
\
|
*
|
plumbing/storer: referenceIterator now returns the error if any
Antonio Jesus Navarro Perez
2017-02-23
2
-1
/
+25
|
|
/
*
|
difftree: ignore permissions changes between regular files
Alberto Cortés
2017-02-22
2
-6
/
+45
*
|
test for issue 279
Alberto Cortés
2017-02-22
2
-4
/
+28
|
/
*
Merge pull request #282 from mcuadros/ssh-agent-fix
Máximo Cuadros
2017-02-21
2
-3
/
+26
|
\
|
*
plumbing/transport: git, error on empty SSH_AUTH_SOCK
Máximo Cuadros
2017-02-21
2
-3
/
+26
*
|
*: update tests to meet new submodule fixture
Máximo Cuadros
2017-02-21
2
-4
/
+6
*
|
plumbing/transport: client avoid panics on nil protocol
Máximo Cuadros
2017-02-21
2
-16
/
+26
|
/
*
Merge pull request #278 from ajnavarro/improvement/move-cache-to-plumbing
Máximo Cuadros
2017-02-21
5
-1
/
+216
|
\
|
*
cache: move package to plumbing
Antonio Jesus Navarro Perez
2017-02-21
5
-1
/
+216
*
|
rebase master
Máximo Cuadros
2017-02-21
5
-0
/
+1036
|
\
|
|
*
difftree for git.Trees (#273)
Alberto Cortés
2017-02-21
7
-536
/
+1269
|
*
plumbing/storer: add RemoveReference
Santiago M. Mola
2017-02-16
1
-0
/
+1
|
*
transport/file: fix race condition on test (#267)
Alberto Cortés
2017-02-15
1
-45
/
+4
[next]