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
...
|
*
|
plumbing: Optimise memory consumption for filesystem storage
Paulo Gomes
2023-10-28
3
-50
/
+260
|
*
|
*: Improve BenchmarkPlainClone
Paulo Gomes
2023-10-28
1
-11
/
+16
*
|
|
Merge pull request #896 from aymanbagabas/update-server-info
Paulo Gomes
2023-11-03
6
-4
/
+332
|
\
\
\
|
*
|
|
git: implement upload-server-info. Fixes #731
Ayman Bagabas
2023-11-03
6
-4
/
+332
|
/
/
/
*
|
|
Merge pull request #901 from anandf/fix_ssh_proxy_nil_dereference
Paulo Gomes
2023-11-02
2
-5
/
+27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
plumbing: transport/ssh, Fix nil pointer dereference caused when an unreachab...
Anand Francis Joseph
2023-11-02
2
-5
/
+27
|
/
/
*
|
Merge pull request #875 from adityasaky/fix-non-branch-ff-fetch
Paulo Gomes
2023-10-26
3
-4
/
+145
|
\
\
|
*
|
git: remote, flip branch check to not-tag check
Aditya Sirish
2023-10-26
2
-3
/
+144
|
*
|
build: Add 'git' as valid commit msg scheme
Aditya Sirish
2023-10-13
1
-1
/
+1
*
|
|
Merge pull request #890 from go-git/dependabot/github_actions/actions/checkout-4
Paulo Gomes
2023-10-26
3
-3
/
+3
|
\
\
\
|
*
|
|
build: bump actions/checkout from 3 to 4
dependabot[bot]
2023-10-25
3
-3
/
+3
*
|
|
|
Merge pull request #888 from go-git/dependabot/go_modules/github.com/skeema/k...
Paulo Gomes
2023-10-26
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
build: bump github.com/skeema/knownhosts from 1.2.0 to 1.2.1
dependabot[bot]
2023-10-26
2
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #891 from go-git/dependabot/github_actions/actions/setup-go-4
Paulo Gomes
2023-10-26
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
build: bump actions/setup-go from 3 to 4
dependabot[bot]
2023-10-25
2
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #887 from go-git/dependabot/go_modules/github.com/google/g...
Paulo Gomes
2023-10-26
2
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
build: bump github.com/google/go-cmp from 0.5.9 to 0.6.0
dependabot[bot]
2023-10-25
2
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #879 from pjbgf/create-dependabot-config
Paulo Gomes
2023-10-25
1
-0
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
build: Add dependabot configuration
Paulo Gomes
2023-10-13
1
-0
/
+15
*
|
|
Merge pull request #869 from zeripath/graph-generation-2
v5.10.0
Paulo Gomes
2023-10-13
17
-58
/
+892
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
plumbing: commitgraph, Add generation v2 support
Andrew Thornton
2023-10-12
17
-58
/
+892
*
|
|
Merge pull request #873 from go-git/dependabot/go_modules/golang.org/x/net-0....
Paulo Gomes
2023-10-13
2
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
build: bump golang.org/x/net from 0.15.0 to 0.17.0
Paulo Gomes
2023-10-13
2
-7
/
+7
*
|
|
Merge pull request #866 from makkes/better-error-handling
Paulo Gomes
2023-10-12
3
-4
/
+124
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
plumbing: transport/common, Improve handling of remote errors
Max Jonas Werner
2023-10-12
3
-4
/
+124
*
|
|
Merge pull request #867 from pjbgf/commit-checker
Paulo Gomes
2023-10-09
1
-0
/
+30
|
\
\
\
|
*
|
|
build: Add github workflow to check commit message format
Paulo Gomes
2023-10-09
1
-0
/
+30
|
/
/
/
*
|
|
Merge pull request #868 from pjbgf/fix-fuzz
Paulo Gomes
2023-10-09
2
-5
/
+34
|
\
\
\
|
*
|
|
plumbing: protocol/packp, Add validation for decodeLine
Paulo Gomes
2023-10-07
2
-5
/
+34
|
|
/
/
*
|
|
Merge pull request #860 from enverbisevac/master
Paulo Gomes
2023-10-08
11
-173
/
+353
|
\
\
\
|
*
|
|
git: clone --shared implemented
enverbisevac
2023-10-08
11
-173
/
+353
*
|
|
|
Merge pull request #854 from zeripath/graph-chain
Paulo Gomes
2023-10-08
20
-396
/
+1607
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
plumbing: commitgraph, fix types and handle commit-graph-chains
Andrew Thornton
2023-10-08
20
-396
/
+1607
|
/
/
/
*
|
|
Merge pull request #858 from 0x34d/fuzzing-cleanup
Paulo Gomes
2023-10-06
4
-14
/
+74
|
\
\
\
|
*
|
|
[fuzzing] cifuzz, update fuzzers, bug fix
Arjun Singh
2023-10-06
4
-14
/
+74
|
|
/
/
*
|
|
Merge pull request #761 from liwenqiu/parse-commit-encoding-header
Paulo Gomes
2023-10-04
2
-4
/
+25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
plumbing: parse the encoding header of the commit object
liwenqiu
2023-10-04
2
-4
/
+25
*
|
|
Merge pull request #855 from 0x34d/fuzzing
Paulo Gomes
2023-10-03
9
-0
/
+94
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fuzzing : fuzz testing support for oss-fuzz integration
Arjun Singh
2023-10-02
9
-0
/
+94
*
|
|
Merge pull request #853 from zeripath/graph-sha256
Paulo Gomes
2023-10-01
2
-13
/
+31
|
\
\
\
|
*
|
|
plumbing: commitgraph, allow SHA256 commit-graphs
Andrew Thornton
2023-09-30
2
-13
/
+31
|
/
/
/
*
|
|
Merge pull request #850 from pjbgf/adjust-stale
Paulo Gomes
2023-09-29
1
-6
/
+4
|
\
|
|
|
*
|
*: Change stale bot order to ascending and improve msg format
Paulo Gomes
2023-09-28
1
-6
/
+4
|
/
/
*
|
Merge pull request #836 from hezhizhen/typo
Paulo Gomes
2023-09-28
16
-267
/
+267
|
\
\
|
*
|
*: fix some typos
Zhizhen He
2023-09-08
16
-267
/
+267
*
|
|
Merge pull request #849 from pjbgf/close-state-issues
Paulo Gomes
2023-09-27
1
-0
/
+33
|
\
\
\
|
*
|
|
*: Add bot to close stale issues
Paulo Gomes
2023-09-27
1
-0
/
+33
|
/
/
/
*
|
|
Merge pull request #847 from adityasaky/support-mergetag
Paulo Gomes
2023-09-27
2
-0
/
+83
|
\
\
\
|
*
|
|
plumbing/object: Support mergetag in merge commits
Aditya Sirish
2023-09-27
2
-0
/
+83
|
/
/
/
*
|
|
Merge pull request #840 from nodivbyzero/fix-pull-proxy-options
Paulo Gomes
2023-09-16
1
-0
/
+1
|
\
\
\
[prev]
[next]