| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
For diagnostics reasons we want to surface error messages coming from VCS providers.
That's why we introduce the reason field to Err struct in http package.
This field can be used by an end user of the library in order to better understand failures.
|
|\
| |
| | |
Update goproxy dependency to fix CVE-2023-37788 vulnerability
|
|/
|
|
|
|
| |
CVE-2023-37788 is patched in goproxy v0.0.0-20230731152917-f99041a5c027
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
|
|\
| |
| | |
Add Amend option to CommitOptions
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
plumbing: transport, handle IPv6 while parsing endpoint. Fixes #740
|
|/ / |
|
|\ \
| | |
| | | |
*: Improve docs on examples, compatibility and extensibility
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #777
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
|
|\ \ \
| | | |
| | | | |
*: Bump dependencies
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- dario.cat/mergo v1.0.0
- github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95
- github.com/skeema/knownhosts v1.2.0
- golang.org/x/crypto v0.11.0
- golang.org/x/net v0.12.0
- golang.org/x/sys v0.10.0
- golang.org/x/text v0.11.0
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
|
|\ \ \
| | | |
| | | | |
*: Fix broken CI
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
apt-get is struggling to find libcurl4-openssl-dev out of the box.
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
|
|\ \ \
| | | |
| | | | |
storage: filesystem/dotgit, add support for tmp_objdir prefix
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
*: Handle paths starting with ~Username
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
|
|\ \ \
| | | |
| | | | |
*: Handle paths starting with tilde
|
| | | | |
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
plumbing: blame, Complete rewrite. Fixes #603
|
|/ /
| |
| |
| | |
Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
|
|\ \
| | |
| | | |
plumbing: packp, A request is not empty if it contains shallows. Fixes #328
|
|/ /
| |
| |
| | |
Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
|
|\ \
| | |
| | | |
plumbing: http, Fix empty repos on Git v2.41+
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Git v2.41.0 comes with [changes](https://github.com/git/git/commit/933e3a4ee205353d8f093d5dfcd226fa432c4e58)
that breaks go-git's assumptions for when detecting empty repositories.
Go-git expects a flush instead of the first hash line. Instead, a dummy capabilities^{}
with zero-id is returned. The change aims to allow for identifying
the object format even when cloning empty
repositories.
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
|
|\ \ \
| | | |
| | | | |
_examples: Remove wrong comment
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
perf: minor speedup for `doAddDirectory`
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
git: add a clone option to allow for shallow cloning of submodules
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This option matches the git clone option --shallow-submodules.
https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---no-shallow-submodules
|
|\ \ \ \ \
| | | | | |
| | | | | | |
git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
wrong URL parsing
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add SECURITY.md
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes #578
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
user home. Fixes #578
Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
git: Clone HEAD should not force master. Fixes #363
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
|
|\ \ \ \
| | | | |
| | | | | |
plumbing: gitignore, fix incorrect parsing. Fixes #500
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
git: don't add to wants if exists, shallow and depth 1
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Replace user dir in path
|
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
home
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
git: enable fetch with unqualified references
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
|