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 #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
*
|
|
Merge pull request #696 from ferhatelmas/simplify-again
Ori Rawlings
2017-12-17
3
-11
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
*: simplication
ferhat elmas
2017-12-18
3
-11
/
+4
|
/
/
*
/
git: worktree, add Grep() method for git grep (#686)
Sunny
2017-12-12
4
-1
/
+324
|
/
*
Merge pull request #687 from smithrobs/sshconfig
Máximo Cuadros
2017-12-11
2
-0
/
+110
|
\
|
*
plumbing: transport ssh, ssh_config implementation
Máximo Cuadros
2017-12-11
2
-12
/
+107
|
*
check .ssh/config for host and port overrides; fixes #629
Robert Smith
2017-12-09
1
-0
/
+15
*
|
Merge pull request #680 from mcuadros/license-contributing
Máximo Cuadros
2017-12-11
4
-19
/
+336
|
\
\
|
*
|
code of conduct from https://www.contributor-covenant.org/
Máximo Cuadros
2017-12-07
1
-0
/
+74
|
*
|
contributing guidelines
Máximo Cuadros
2017-12-07
1
-0
/
+58
|
*
|
*: licence change to Apache 2.0
Máximo Cuadros
2017-12-07
1
-19
/
+201
|
*
|
MAINTAINERS: add @mcuadros, @strib and @orirawlings
Máximo Cuadros
2017-12-07
1
-0
/
+3
*
|
|
Merge pull request #688 from darkowlzz/compat-clean
Máximo Cuadros
2017-12-11
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
doc: update compatibility for clean
Sunny
2017-12-10
1
-1
/
+1
|
/
/
*
|
Merge pull request #677 from krylovsk/bugffix/stats-on-empty-patch
Máximo Cuadros
2017-12-07
4
-5
/
+51
|
\
\
|
*
|
format: diff, remove error when two files are empty, submodules are simply ig...
Máximo Cuadros
2017-12-07
2
-5
/
+2
|
*
|
object: patch, test patch on submodules
Máximo Cuadros
2017-12-07
1
-0
/
+44
|
*
|
Ignore empty patches when calculating stats (fixes #654)
Alexandr Krylovskiy
2017-12-04
1
-0
/
+5
*
|
|
storage: filesystem, add support for git alternates (#663)
Sunny
2017-12-06
4
-1
/
+148
|
|
/
|
/
|
*
|
Merge pull request #675 from darkowlzz/git-clean
Máximo Cuadros
2017-12-04
3
-0
/
+67
|
\
\
|
|
/
|
/
|
|
*
test: git, Worktree.Clean()
Sunny
2017-12-04
1
-0
/
+35
|
*
git: worktree, add Clean() method for git clean
Sunny
2017-12-04
2
-0
/
+32
*
|
Merge pull request #674 from ferhatelmas/time-equal
Máximo Cuadros
2017-12-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]