| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Merge pull request #763 from AriehSchneier/dont-add-want-if-have | Paulo Gomes | 2023-05-29 | 1 | -4/+8 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | git: don't add to wants if exists, shallow and depth 1 | Arieh Schneier | 2023-05-25 | 1 | -4/+8 |
* | | | | | Merge pull request #772 from Jleagle/master | Paulo Gomes | 2023-05-25 | 2 | -0/+47 |
|\ \ \ \ \ |
|
| * | | | | | plumbing: gitignore, Typo | Jleagle | 2023-05-25 | 1 | -1/+1 |
| * | | | | | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ... | Jleagle | 2023-05-25 | 2 | -0/+47 |
|/ / / / / |
|
* | | | | | Merge pull request #762 from AriehSchneier/fetch-non-qualified | Paulo Gomes | 2023-05-25 | 4 | -57/+130 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | git: enable fetch with unqualified references | Arieh Schneier | 2023-05-25 | 4 | -57/+130 |
|/ / / / |
|
* | | | | Merge pull request #778 from AriehSchneier/fix-fetch-after-shallow-v2 | Paulo Gomes | 2023-05-24 | 3 | -44/+116 |
|\ \ \ \ |
|
| * | | | | git: Fix fetching after shallow clone. Fixes #305 | Arieh Schneier | 2023-05-24 | 3 | -44/+116 |
|/ / / / |
|
* | | | | Merge pull request #775 from pjbgf/codeqlv5.7.0 | Paulo Gomes | 2023-05-23 | 3 | -16/+60 |
|\ \ \ \ |
|
| * | | | | *: Bump dependencies | Paulo Gomes | 2023-05-23 | 2 | -16/+16 |
| * | | | | *: Add CodeQL workflow | Paulo Gomes | 2023-05-23 | 1 | -0/+44 |
* | | | | | Merge pull request #764 from techknowlogick/init-options | Paulo Gomes | 2023-05-23 | 3 | -1/+66 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | git: Allow Initial Branch to be configurable | techknowlogick | 2023-05-21 | 3 | -1/+66 |
| |/ / / |
|
* | | | | Merge pull request #776 from go-git/dependabot/go_modules/github.com/cloudfla... | Paulo Gomes | 2023-05-23 | 2 | -2/+3 |
|\ \ \ \ |
|
| * | | | | build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 | dependabot[bot] | 2023-05-21 | 2 | -2/+3 |
|/ / / / |
|
* | | | | Merge pull request #774 from pjbgf/go-bump | Paulo Gomes | 2023-05-21 | 2 | -13/+11 |
|\ \ \ \ |
|
| * | | | | *: Bump Go version to 1.18 on go.mod | Paulo Gomes | 2023-05-21 | 2 | -13/+11 |
|/ / / / |
|
* | | | | Merge pull request #753 from andrewpollock/add_list_timeout | Paulo Gomes | 2023-05-20 | 2 | -1/+11 |
|\ \ \ \ |
|
| * | | | | git: remote, add support for a configurable timeout. | Andrew Pollock | 2023-05-12 | 2 | -1/+11 |
* | | | | | Merge pull request #770 from pjbgf/small-fixes | Paulo Gomes | 2023-05-15 | 54 | -172/+129 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | *: Add missing error checks | Paulo Gomes | 2023-05-11 | 2 | -14/+24 |
| * | | | | *: Replace fmt.Sprintf with net.JoinHostPort | Paulo Gomes | 2023-05-11 | 2 | -4/+5 |
| * | | | | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 47 | -136/+96 |
| * | | | | *: Remove redudant err nil checks | Paulo Gomes | 2023-05-11 | 4 | -18/+4 |
|/ / / / |
|
* | | | | Merge pull request #769 from AriehSchneier/fix-test-clean | Paulo Gomes | 2023-05-11 | 3 | -27/+31 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | git: Testing, Fix tests not cleaning temp folders | Arieh Schneier | 2023-05-11 | 3 | -27/+31 |
|/ / / |
|
* | | | Merge pull request #754 from matejrisek/feature/submodule-clone-depth | Paulo Gomes | 2023-05-04 | 3 | -1/+34 |
|\ \ \ |
|
| * | | | git: Add Depth to SubmoduleUpdateOptions | matej.risek | 2023-05-04 | 3 | -1/+34 |
* | | | | Merge pull request #722 from AriehSchneier/populate-index | Paulo Gomes | 2023-05-04 | 2 | -0/+25 |
|\ \ \ \ |
|
| * | | | | storage: filesystem, Populate index before use. Fixes #148 | Arieh Schneier | 2023-05-04 | 2 | -0/+25 |
* | | | | | Merge pull request #744 from aryan9600/proxy-options | Paulo Gomes | 2023-05-04 | 22 | -68/+883 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | plumbing: transport/http, add support for custom proxy URLs | Sanskar Jaiswal | 2023-05-04 | 9 | -1/+313 |
| * | | | | plumbing: transport/http, refactor transport to cache underlying transport ob... | Sanskar Jaiswal | 2023-05-04 | 8 | -45/+233 |
| * | | | | plumbing: transport/ssh, add support for custom proxy URLs | Sanskar Jaiswal | 2023-05-04 | 5 | -14/+287 |
| * | | | | plumbing/transport: add ProxyOptions to specify proxy details | Sanskar Jaiswal | 2023-05-04 | 4 | -9/+51 |
|/ / / / |
|
* | | | | Merge pull request #719 from cbbm142/master | Paulo Gomes | 2023-05-03 | 2 | -1/+48 |
|\ \ \ \ |
|
| * | | | | Worktree: Status, add check to see if file already checked in [Fixes 718] | John Pastore | 2023-05-01 | 2 | -1/+48 |
* | | | | | Merge pull request #755 from AriehSchneier/fix-clone-branch | Paulo Gomes | 2023-05-03 | 2 | -3/+23 |
|\ \ \ \ \ |
|
| * | | | | | git: fix cloning with branch name | Arieh Schneier | 2023-05-03 | 2 | -3/+23 |
* | | | | | | Merge pull request #750 from pjbgf/peel | Paulo Gomes | 2023-05-03 | 4 | -8/+92 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | git: Add support to ls-remote with peeled references. Fixes #749 | Paulo Gomes | 2023-05-03 | 4 | -8/+92 |
|/ / / / / |
|
* | | | | | Merge pull request #728 from aymanbagabas/grep-bare | Paulo Gomes | 2023-04-26 | 3 | -9/+101 |
|\ \ \ \ \ |
|
| * | | | | | fix: git grep bare repositories | Ayman Bagabas | 2023-04-26 | 3 | -9/+101 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #748 from pjbgf/bump-ci | Paulo Gomes | 2023-04-26 | 2 | -24/+33 |
|\ \ \ \ \ |
|
| * | | | | | build: Bump dependencies. Fixes #667 | Paulo Gomes | 2023-04-23 | 2 | -24/+33 |
* | | | | | | Merge pull request #743 from fcharlie/improve-packed-refs | Paulo Gomes | 2023-04-26 | 2 | -43/+39 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | storage: filesystem/dotgit, Improve load packed-refs | Force Charlie | 2023-04-25 | 2 | -43/+39 |
| |/ / / / |
|
* | | | | | Merge pull request #735 from aymanbagabas/clone-mirror | Paulo Gomes | 2023-04-17 | 4 | -4/+55 |
|\ \ \ \ \ |
|
| * | | | | | feat(clone): add mirror clone option | Ayman Bagabas | 2023-04-17 | 4 | -4/+55 |
| |/ / / / |
|