e61537e80c
Merge pull request #867 from pjbgf/commit-checker
master
Paulo Gomes
2023-10-09 23:08:03 +01:00
1a73661645
build: Add github workflow to check commit message format Adds automation to confirm the commit messages align with the contributing guidelines.
Paulo Gomes
2023-10-09 22:49:36 +01:00
771a3eb05b
Merge pull request #868 from pjbgf/fix-fuzz
Paulo Gomes
2023-10-09 21:58:18 +01:00
7ef7dc7e38
Merge pull request #860 from enverbisevac/master
Paulo Gomes
2023-10-08 12:51:15 +01:00
b2df4aa707
Merge pull request #854 from zeripath/graph-chain
Paulo Gomes
2023-10-08 12:12:05 +01:00
946bb81836
plumbing: commitgraph, fix types and handle commit-graph-chains
Andrew Thornton
2023-09-30 11:41:23 +01:00
3e9173c2bd
Merge pull request #850 from pjbgf/adjust-stale
Paulo Gomes
2023-09-29 07:06:50 +01:00
85f63b17e0
*: Change stale bot order to ascending and improve msg format
Paulo Gomes
2023-09-28 23:55:05 +01:00
7d047a9f8a
Merge pull request #836 from hezhizhen/typo
Paulo Gomes
2023-09-28 00:25:30 +01:00
c0e9df9ef7
Merge pull request #849 from pjbgf/close-state-issues
Paulo Gomes
2023-09-27 23:41:25 +01:00
db02bbcb24
*: Add bot to close stale issues Due to the limited amount of active maintainers, adding a stale bot to focus the available maintainership on active PRs and issues.
Paulo Gomes
2023-09-27 23:03:52 +01:00
3af874d1d4
Merge pull request #847 from adityasaky/support-mergetag
Paulo Gomes
2023-09-27 22:46:34 +01:00
cbfd0c5005
plumbing/object: Support mergetag in merge commits
Aditya Sirish
2023-09-27 11:54:31 -04:00
809f9df1b7
Merge pull request #840 from nodivbyzero/fix-pull-proxy-options
Paulo Gomes
2023-09-16 23:48:06 +01:00
c208b4d513
Merge pull request #782 from ThinkChaos/feat/plain-init-branch
Paulo Gomes
2023-09-15 17:56:55 +01:00
644929ade3
git: allow using InitOptions with PlainInitWithOptions
ThinkChaos
2023-05-31 11:54:26 -04:00
dca0c4c669
*: Improve docs on examples, compatibility and extensibility Fixes#777
Paulo Gomes
2023-07-02 22:34:09 +01:00
dd4e2b7f4b
Merge pull request #792 from AriehSchneier/empty-fetch-with-shallows
Paulo Gomes
2023-07-02 14:42:34 +01:00
025e1311f8
plumbing: packp, A request is not empty if it contains shallows. Fixes#328
Arieh Schneier
2023-07-02 22:51:41 +10:00
99ccca6bc5
Merge pull request #802 from pjbgf/fix-build
Paulo Gomes
2023-07-02 12:05:17 +01:00
4e1b9c8c55
Merge pull request #357 from pascal-hofmann/patch-1
Paulo Gomes
2023-07-01 23:16:04 +01:00
1574937058
Merge pull request #702 from ThinkChaos/perf/add-directory-minor-speedup
Paulo Gomes
2023-07-01 23:00:51 +01:00
abe49196b8
plumbing: http, Fix empty repos on Git v2.41+ Git v2.41.0 comes with [changes](933e3a4ee2) that breaks go-git's assumptions for when detecting empty repositories.
Paulo Gomes
2023-07-01 15:37:24 +01:00
35f7e67703
Merge pull request #765 from matejrisek/feature/shallow-submodules-option
Paulo Gomes
2023-06-07 23:56:59 +01:00
4211278040
Merge pull request #756 from matejrisek/fix/scp-style-submodule-url
Paulo Gomes
2023-06-05 20:09:44 +01:00
9706315a96
git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing
matej.risek
2023-06-05 14:03:47 +02:00
2d6af16bf6
git: add a clone option to allow for shallow cloning of submodules
matej.risek
2023-05-09 11:54:55 +02:00
d4b7c8f42f
Merge pull request #784 from pjbgf/sec
Paulo Gomes
2023-06-05 08:12:37 +01:00
dd067af60e
Merge pull request #785 from AriehSchneier/gitignore-relative-any-user
Paulo Gomes
2023-06-04 23:07:11 +01:00
84d9be20ca
Merge pull request #775 from pjbgf/codeql
Paulo Gomes
2023-05-23 09:44:23 +01:00
1feac1b959
Merge pull request #764 from techknowlogick/init-options
Paulo Gomes
2023-05-23 09:23:27 +01:00
7cd1ae26f8
*: Bump dependencies - github.com/ProtonMail/go-crypto to 0.0.0-20230518184743-7afd39499903. - github.com/skeema/knownhosts to 1.1.1. - golang.org/x/crypto to 0.9.0. - golang.org/x/net to 0.10.0. - golang.org/x/sys to 0.8.0.
Paulo Gomes
2023-05-23 09:10:10 +01:00
ad19238d2c
*: Add CodeQL workflow
Paulo Gomes
2023-05-21 08:57:01 +01:00
90bfbf2c5c
Merge pull request #776 from go-git/dependabot/go_modules/github.com/cloudflare/circl-1.3.3
Paulo Gomes
2023-05-23 09:07:40 +01:00
b2576e56b9
build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3
dependabot[bot]
2023-05-21 15:13:02 +00:00
0d75e8f7fc
Merge pull request #774 from pjbgf/go-bump
Paulo Gomes
2023-05-21 16:12:27 +01:00
a8bb14673e
*: Bump Go version to 1.18 on go.mod
Paulo Gomes
2023-05-21 08:51:51 +01:00
1aa8e89403
git: Allow Initial Branch to be configurable
techknowlogick
2023-05-21 02:24:18 -04:00
ce08ae04c6
Merge pull request #753 from andrewpollock/add_list_timeout
Paulo Gomes
2023-05-20 21:36:18 +01:00
4ff2213cc5
Merge pull request #770 from pjbgf/small-fixes
Paulo Gomes
2023-05-15 20:22:28 +01:00
f47bb2d633
git: remote, add support for a configurable timeout.
Andrew Pollock
2023-05-02 21:05:24 +10:00
bddd89e697
*: Add missing error checks Some areas of the code base were missing error checks, without them it may be harder to troubleshoot unexpected behaviours.
Paulo Gomes
2023-05-11 22:14:26 +01:00