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
...
|
*
|
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
|
\
|
*
fix typo
Wells Johnston
2018-01-08
1
-1
/
+1
|
/
*
Merge pull request #700 from jfontan/improvement/support-non-rw-filesystems
Máximo Cuadros
2018-01-02
6
-33
/
+142
|
\
|
*
Add norwfs version of rewritePackedRefsWhileLocked
Javi Fontan
2017-12-22
4
-4
/
+50
|
*
Check reference also in norwfs SetRef
Javi Fontan
2017-12-22
1
-2
/
+25
|
*
Add comment to the norwfs version of SetRef
Javi Fontan
2017-12-21
1
-0
/
+7
|
*
Add a setRef version that supports non rw fs
Javi Fontan
2017-12-21
3
-29
/
+62
*
|
added DCO
Máximo Cuadros
2017-12-21
1
-0
/
+36
*
|
remove old .travis folder
Máximo Cuadros
2017-12-21
2
-9
/
+0
*
|
Merge pull request #698 from jfontan/improvement/use-decoder-cache
Máximo Cuadros
2017-12-20
6
-68
/
+113
|
\
\
|
*
|
Exercise NewObjectLRUDefault in testing
Javi Fontan
2017-12-20
1
-41
/
+60
|
*
|
Make DeltaBaseCache private
Javi Fontan
2017-12-20
2
-12
/
+19
|
*
|
Fix typo and documentation of NewDecoderForType
Javi Fontan
2017-12-20
1
-3
/
+3
|
*
|
Enforce the use of cache in packfile decoder
Javi Fontan
2017-12-20
5
-17
/
+36
|
|
/
*
|
Merge pull request #697 from ajnavarro/performance/improve-delta-reusing
Máximo Cuadros
2017-12-20
5
-29
/
+152
|
\
\
|
|
/
|
/
|
|
*
Improve delta reutilization
Antonio Jesus Navarro Perez
2017-12-20
5
-29
/
+152
*
|
Merge pull request #695 from darkowlzz/grep-multiple-patterns-pathspec
Máximo Cuadros
2017-12-20
3
-35
/
+124
|
\
\
|
*
|
git: Worktree.Grep() support multiple patterns and pathspecs
Sunny
2017-12-20
3
-35
/
+124
*
|
|
Merge pull request #690 from mcuadros/readme
Máximo Cuadros
2017-12-19
1
-18
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
README.md update
Máximo Cuadros
2017-12-18
1
-18
/
+14
[prev]
[next]