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
*
Merge pull request #762 from zkry/escape-basic-auth-user-pswd
Máximo Cuadros
2018-03-01
2
-2
/
+12
|
\
|
*
plubming: transport, Escape the user and password for endpoint. Fixes #723
Zachary Romero
2018-02-28
2
-2
/
+12
*
|
Merge pull request #766 from mvdan/patches
Máximo Cuadros
2018-03-01
7
-83
/
+14
|
\
\
|
*
|
all: make the upcoming Go 1.11's vet happy
Daniel Martí
2018-03-01
1
-11
/
+11
|
*
|
all: remove some unused code
Daniel Martí
2018-03-01
5
-65
/
+0
|
*
|
remove unused result parameter from objectsToPush
Daniel Martí
2018-03-01
1
-7
/
+3
|
|
/
*
|
Merge pull request #739 from mcuadros/add
Máximo Cuadros
2018-02-28
6
-38
/
+779
|
\
\
|
*
|
new methods Worktree.[AddGlob|RemoveBlob] and recursive Worktree.[Add|Remove]
Máximo Cuadros
2018-02-26
2
-77
/
+254
|
*
|
plumbing: format index, Index.Add and Index.Glob methods
Máximo Cuadros
2018-02-26
3
-0
/
+255
|
*
|
new methods Worktree.[AddGlob|AddDirectory]
Máximo Cuadros
2018-02-01
3
-35
/
+344
*
|
|
Merge pull request #759 from mdelillo/invalid-ssh-key
Máximo Cuadros
2018-02-25
2
-0
/
+9
|
\
\
\
|
*
|
|
Return error when creating public keys from invalid PEM
Mark DeLillo
2018-02-25
2
-0
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #754 from shanedasilva/add_blame_line_data
Máximo Cuadros
2018-02-21
2
-2
/
+7
|
\
\
\
|
*
|
|
blame.go: Add blame line data
Shane Da Silva
2018-02-19
2
-2
/
+7
|
/
/
/
*
/
/
.travis: add 1.10
Máximo Cuadros
2018-02-18
1
-0
/
+1
|
/
/
*
|
Merge pull request #749 from irias/master
v4.1.1
Máximo Cuadros
2018-02-17
2
-2
/
+43
|
\
\
|
*
|
add test for crashing diff
Mechiel Lukkien
2018-02-16
1
-0
/
+37
|
*
|
fix crash when generating a unified diff with a small ending equal-chunk
Mechiel Lukkien
2018-02-14
1
-2
/
+6
*
|
|
Merge pull request #751 from mcuadros/redirect
Máximo Cuadros
2018-02-15
4
-10
/
+56
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
transport: http, fix services redirecting only info/refs
Máximo Cuadros
2018-02-14
4
-10
/
+56
|
|
/
*
|
Merge pull request #744 from jfontan/fix/make-sure-original-data-is-saved-bef...
Máximo Cuadros
2018-02-13
3
-8
/
+18
|
\
\
|
*
|
plumbing: format/packfile, add SaveOriginalMetadata function
Javi Fontan
2018-02-09
2
-5
/
+9
|
*
|
plumbing: format/packfile, fix panic retrieving object hash.
Javi Fontan
2018-02-09
3
-4
/
+10
|
/
/
*
|
Merge pull request #742 from Labutin/patch-1
Máximo Cuadros
2018-02-08
1
-2
/
+2
|
\
\
|
*
|
Fix mistyping
Dmitry Labutin
2018-02-07
1
-2
/
+2
|
/
/
*
|
Merge pull request #740 from ferhatelmas/shallow-storage-err
Máximo Cuadros
2018-02-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
storage/filesystem/shallow: fix error checking
ferhat elmas
2018-02-01
1
-1
/
+1
|
/
*
Merge pull request #731 from jfontan/fix/crash-with-delta-cycles
Máximo Cuadros
2018-01-26
4
-2
/
+56
|
\
|
*
plumbing: format/packfile, check nil objects in ObjectToPack
Javi Fontan
2018-01-25
2
-8
/
+12
|
*
plumbing: format/packfile, fix crash with cycle deltas
Javi Fontan
2018-01-24
4
-1
/
+51
*
|
gofmt -s
Máximo Cuadros
2018-01-25
2
-3
/
+3
|
/
*
Merge pull request #724 from jfontan/improvement/buffered-tee-reader
Máximo Cuadros
2018-01-21
2
-13
/
+106
|
\
|
*
plumbing: packfile, Add crc check to scanner test.
Javi Fontan
2018-01-21
1
-4
/
+75
|
*
plumbing: packfile, Add a buffer to crc writer.
Javi Fontan
2018-01-21
1
-9
/
+31
|
/
*
Merge pull request #721 from rykov/clone-no-checkout
Máximo Cuadros
2018-01-18
3
-1
/
+25
|
\
|
*
Support for clone without checkout
Michael Rykov
2018-01-17
3
-1
/
+25
|
/
*
Merge pull request #720 from jfontan/improvement/cache-delete-more-than-one-o...
v4.1.0
Máximo Cuadros
2018-01-16
3
-6
/
+24
|
\
|
*
Test eviction of more than one object
Javi Fontan
2018-01-16
1
-0
/
+20
|
*
Cache should hold objects the same size as MaxSize
Javi Fontan
2018-01-16
1
-1
/
+1
|
*
Modify cache to delete more than one item to free space
Javi Fontan
2018-01-16
2
-5
/
+3
|
/
*
_examples: branch example improvements
Máximo Cuadros
2018-01-15
4
-61
/
+66
*
Merge pull request #714 from marwan-at-work/branch-minip
Máximo Cuadros
2018-01-15
2
-12
/
+56
|
\
|
*
add branch add/remove example
marwan-at-work
2018-01-09
2
-12
/
+56
*
|
Merge pull request #716 from jfontan/fix/memory-leak-packing-objects
Máximo Cuadros
2018-01-15
1
-13
/
+19
|
\
\
|
*
|
Clean reconstructed objects outside pack window
Javi Fontan
2018-01-11
1
-13
/
+19
|
/
/
*
|
Merge pull request #712 from jfontan/fix/set-default-window-size
Máximo Cuadros
2018-01-10
2
-4
/
+19
|
\
\
|
|
/
|
/
|
|
*
Make DefaultPackWindow const public and document it
Javi Fontan
2018-01-10
2
-5
/
+7
|
*
Add tests for default config values
Javi Fontan
2018-01-10
1
-0
/
+9
|
*
Set default pack window size in config
Javi Fontan
2018-01-09
1
-1
/
+5
|
/
*
Merge pull request #710 from wellsjo/patch-1
v4.0.0
Máximo Cuadros
2018-01-08
1
-1
/
+1
|
\
[next]