aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #772 from Jleagle/masterPaulo Gomes2023-05-252-0/+47
|\ \ \ \ \
| * | | | | plumbing: gitignore, TypoJleagle2023-05-251-1/+1
| * | | | | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ...Jleagle2023-05-252-0/+47
|/ / / / /
* | | | | Merge pull request #762 from AriehSchneier/fetch-non-qualifiedPaulo Gomes2023-05-254-57/+130
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | git: enable fetch with unqualified referencesArieh Schneier2023-05-254-57/+130
|/ / / /
* | | | Merge pull request #778 from AriehSchneier/fix-fetch-after-shallow-v2Paulo Gomes2023-05-243-44/+116
|\ \ \ \
| * | | | git: Fix fetching after shallow clone. Fixes #305Arieh Schneier2023-05-243-44/+116
|/ / / /
* | | | Merge pull request #775 from pjbgf/codeqlv5.7.0Paulo Gomes2023-05-233-16/+60
|\ \ \ \
| * | | | *: Bump dependenciesPaulo Gomes2023-05-232-16/+16
| * | | | *: Add CodeQL workflowPaulo Gomes2023-05-231-0/+44
* | | | | Merge pull request #764 from techknowlogick/init-optionsPaulo Gomes2023-05-233-1/+66
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | git: Allow Initial Branch to be configurabletechknowlogick2023-05-213-1/+66
| |/ / /
* | | | Merge pull request #776 from go-git/dependabot/go_modules/github.com/cloudfla...Paulo Gomes2023-05-232-2/+3
|\ \ \ \
| * | | | build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3dependabot[bot]2023-05-212-2/+3
|/ / / /
* | | | Merge pull request #774 from pjbgf/go-bumpPaulo Gomes2023-05-212-13/+11
|\ \ \ \
| * | | | *: Bump Go version to 1.18 on go.modPaulo Gomes2023-05-212-13/+11
|/ / / /
* | | | Merge pull request #753 from andrewpollock/add_list_timeoutPaulo Gomes2023-05-202-1/+11
|\ \ \ \
| * | | | git: remote, add support for a configurable timeout.Andrew Pollock2023-05-122-1/+11
* | | | | Merge pull request #770 from pjbgf/small-fixesPaulo Gomes2023-05-1554-172/+129
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | *: Add missing error checksPaulo Gomes2023-05-112-14/+24
| * | | | *: Replace fmt.Sprintf with net.JoinHostPortPaulo Gomes2023-05-112-4/+5
| * | | | *: Remove use of deprecated io/utilPaulo Gomes2023-05-1147-136/+96
| * | | | *: Remove redudant err nil checksPaulo Gomes2023-05-114-18/+4
|/ / / /
* | | | Merge pull request #769 from AriehSchneier/fix-test-cleanPaulo Gomes2023-05-113-27/+31
|\ \ \ \ | |/ / / |/| | |
| * | | git: Testing, Fix tests not cleaning temp foldersArieh Schneier2023-05-113-27/+31
|/ / /
* | | Merge pull request #754 from matejrisek/feature/submodule-clone-depthPaulo Gomes2023-05-043-1/+34
|\ \ \
| * | | git: Add Depth to SubmoduleUpdateOptionsmatej.risek2023-05-043-1/+34
* | | | Merge pull request #722 from AriehSchneier/populate-indexPaulo Gomes2023-05-042-0/+25
|\ \ \ \
| * | | | storage: filesystem, Populate index before use. Fixes #148Arieh Schneier2023-05-042-0/+25
* | | | | Merge pull request #744 from aryan9600/proxy-optionsPaulo Gomes2023-05-0422-68/+883
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | plumbing: transport/http, add support for custom proxy URLsSanskar Jaiswal2023-05-049-1/+313
| * | | | plumbing: transport/http, refactor transport to cache underlying transport ob...Sanskar Jaiswal2023-05-048-45/+233
| * | | | plumbing: transport/ssh, add support for custom proxy URLsSanskar Jaiswal2023-05-045-14/+287
| * | | | plumbing/transport: add ProxyOptions to specify proxy detailsSanskar Jaiswal2023-05-044-9/+51
|/ / / /
* | | | Merge pull request #719 from cbbm142/masterPaulo Gomes2023-05-032-1/+48
|\ \ \ \
| * | | | Worktree: Status, add check to see if file already checked in [Fixes 718]John Pastore2023-05-012-1/+48
* | | | | Merge pull request #755 from AriehSchneier/fix-clone-branchPaulo Gomes2023-05-032-3/+23
|\ \ \ \ \
| * | | | | git: fix cloning with branch nameArieh Schneier2023-05-032-3/+23
* | | | | | Merge pull request #750 from pjbgf/peelPaulo Gomes2023-05-034-8/+92
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | git: Add support to ls-remote with peeled references. Fixes #749Paulo Gomes2023-05-034-8/+92
|/ / / / /
* | | | | Merge pull request #728 from aymanbagabas/grep-barePaulo Gomes2023-04-263-9/+101
|\ \ \ \ \
| * | | | | fix: git grep bare repositoriesAyman Bagabas2023-04-263-9/+101
| | |/ / / | |/| | |
* | | | | Merge pull request #748 from pjbgf/bump-ciPaulo Gomes2023-04-262-24/+33
|\ \ \ \ \
| * | | | | build: Bump dependencies. Fixes #667Paulo Gomes2023-04-232-24/+33
* | | | | | Merge pull request #743 from fcharlie/improve-packed-refsPaulo Gomes2023-04-262-43/+39
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | storage: filesystem/dotgit, Improve load packed-refsForce Charlie2023-04-252-43/+39
| |/ / / /
* | | | | Merge pull request #735 from aymanbagabas/clone-mirrorPaulo Gomes2023-04-174-4/+55
|\ \ \ \ \
| * | | | | feat(clone): add mirror clone optionAyman Bagabas2023-04-174-4/+55
| |/ / / /
* | | | | Merge pull request #715 from jotadrilo/fix/csp-likePaulo Gomes2023-04-173-35/+98
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | internal: Fix regression in csp-like matchJoseda Rios2023-04-153-35/+98
| |/ / /