Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #832 from svghadi/CVE-2023-37788 | Paulo Gomes | 2023-08-29 | 2 | -3/+3 | |
|\ \ | |/ |/| | Update goproxy dependency to fix CVE-2023-37788 vulnerability | |||||
| * | *: Bump goproxy dep. Fixes #826 | Siddhesh Ghadi | 2023-08-29 | 2 | -3/+3 | |
|/ | | | | | | CVE-2023-37788 is patched in goproxy v0.0.0-20230731152917-f99041a5c027 Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> | |||||
* | Merge pull request #438 from john-cai/jc/commit-ammend | Paulo Gomes | 2023-08-05 | 3 | -13/+72 | |
|\ | | | | | Add Amend option to CommitOptions | |||||
| * | Merge branch 'master' into jc/commit-ammend | Paulo Gomes | 2023-08-05 | 168 | -1976/+5597 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #820 from ninedraft/ninedraft/issue740 | Paulo Gomes | 2023-08-05 | 2 | -1/+19 | |
|\ \ | | | | | | | plumbing: transport, handle IPv6 while parsing endpoint. Fixes #740 | |||||
| * | | plumbing: transport, handle IPv6 while parsing endpoint. Fixes #740 | merlin | 2023-07-26 | 2 | -1/+19 | |
|/ / | ||||||
* | | Merge pull request #804 from pjbgf/docsv5.8.1 | Paulo Gomes | 2023-07-24 | 3 | -111/+315 | |
|\ \ | | | | | | | *: Improve docs on examples, compatibility and extensibility | |||||
| * | | *: Improve docs on examples, compatibility and extensibility | Paulo Gomes | 2023-07-02 | 3 | -111/+315 | |
| | | | | | | | | | | | | | | | | | | Fixes #777 Signed-off-by: Paulo Gomes <pjbgf@linux.com> | |||||
* | | | Merge pull request #815 from pjbgf/bump-deps | Paulo Gomes | 2023-07-21 | 3 | -30/+44 | |
|\ \ \ | | | | | | | | | *: Bump dependencies | |||||
| * | | | *: Bump dependencies | Paulo Gomes | 2023-07-21 | 3 | -30/+44 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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> | |||||
* | | | Merge pull request #814 from pjbgf/fix-buildv5.8.0 | Paulo Gomes | 2023-07-21 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | *: Fix broken CI | |||||
| * | | | *: Fix broken CI | Paulo Gomes | 2023-07-20 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | apt-get is struggling to find libcurl4-openssl-dev out of the box. Signed-off-by: Paulo Gomes <pjbgf@linux.com> | |||||
* | | | Merge pull request #812 from L11R/incoming-dir-fix | Paulo Gomes | 2023-07-20 | 2 | -3/+26 | |
|\ \ \ | | | | | | | | | storage: filesystem/dotgit, add support for tmp_objdir prefix | |||||
| * | | | storage: filesystem/dotgit, add support for tmp_objdir prefix | Savely Krasovsky | 2023-07-20 | 2 | -3/+26 | |
|/ / / | ||||||
* | | | Merge pull request #809 from AriehSchneier/tilde-user-path | Paulo Gomes | 2023-07-11 | 4 | -30/+52 | |
|\ \ \ | | | | | | | | | *: Handle paths starting with ~Username | |||||
| * | | | *: Handle paths starting with ~username | Arieh Schneier | 2023-07-09 | 4 | -30/+52 | |
|/ / / | | | | | | | | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | |||||
* | | | Merge pull request #808 from ricci2511/plainopen-tilde-path-fix | Paulo Gomes | 2023-07-08 | 3 | -2/+45 | |
|\ \ \ | | | | | | | | | *: Handle paths starting with tilde | |||||
| * | | | *: Add test for paths starting with tilde | ricci2511 | 2023-07-07 | 2 | -0/+35 | |
| | | | | ||||||
| * | | | *: Handle paths starting with tilde | ricci2511 | 2023-07-06 | 1 | -2/+10 | |
| |/ / | ||||||
* | | | Merge pull request #789 from AriehSchneier/rewrite-blame | Paulo Gomes | 2023-07-08 | 7 | -893/+647 | |
|\ \ \ | |/ / |/| | | plumbing: blame, Complete rewrite. Fixes #603 | |||||
| * | | plumbing: blame, Complete rewrite. Fixes #603 | Arieh Schneier | 2023-07-06 | 7 | -893/+647 | |
|/ / | | | | | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | |||||
* | | Merge pull request #792 from AriehSchneier/empty-fetch-with-shallows | Paulo Gomes | 2023-07-02 | 3 | -4/+11 | |
|\ \ | | | | | | | plumbing: packp, A request is not empty if it contains shallows. Fixes #328 | |||||
| * | | plumbing: packp, A request is not empty if it contains shallows. Fixes #328 | Arieh Schneier | 2023-07-02 | 3 | -4/+11 | |
|/ / | | | | | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | |||||
* | | Merge pull request #802 from pjbgf/fix-build | Paulo Gomes | 2023-07-02 | 4 | -4/+27 | |
|\ \ | | | | | | | plumbing: http, Fix empty repos on Git v2.41+ | |||||
| * | | plumbing: http, Fix empty repos on Git v2.41+ | Paulo Gomes | 2023-07-01 | 4 | -4/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | | Merge pull request #357 from pascal-hofmann/patch-1 | Paulo Gomes | 2023-07-01 | 1 | -3/+0 | |
|\ \ \ | | | | | | | | | _examples: Remove wrong comment | |||||
| * | | | _examples: Remove wrong comment | Pascal Hofmann | 2021-07-30 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | Merge pull request #702 from ThinkChaos/perf/add-directory-minor-speedup | Paulo Gomes | 2023-07-01 | 2 | -21/+95 | |
|\ \ \ \ | |_|/ / |/| | | | perf: minor speedup for `doAddDirectory` | |||||
| * | | | squash: replace `if` with `||` | ThinkChaos | 2023-05-31 | 1 | -3/+1 | |
| | | | | ||||||
| * | | | worktree: minor speedup for doAddDirectory | ThinkChaos | 2023-05-30 | 2 | -18/+94 | |
| | | | | ||||||
* | | | | Merge pull request #765 from matejrisek/feature/shallow-submodules-option | Paulo Gomes | 2023-06-07 | 3 | -1/+47 | |
|\ \ \ \ | | | | | | | | | | | git: add a clone option to allow for shallow cloning of submodules | |||||
| * | | | | git: add a clone option to allow for shallow cloning of submodules | matej.risek | 2023-06-05 | 3 | -1/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This option matches the git clone option --shallow-submodules. https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---no-shallow-submodules | |||||
* | | | | | Merge pull request #756 from matejrisek/fix/scp-style-submodule-url | Paulo Gomes | 2023-06-05 | 2 | -7/+33 | |
|\ \ \ \ \ | | | | | | | | | | | | | git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing | |||||
| * | | | | | git: fix the issue with submodules having the SCP style URL fail due to the ↵ | matej.risek | 2023-06-05 | 2 | -7/+33 | |
| |/ / / / | | | | | | | | | | | | | | | | wrong URL parsing | |||||
* | | | | | Merge pull request #784 from pjbgf/sec | Paulo Gomes | 2023-06-05 | 1 | -0/+38 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add SECURITY.md | |||||
| * | | | | | *: Add SECURITY.md. Fixes: #527 #543 | Paulo Gomes | 2023-06-04 | 1 | -0/+38 | |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com> | |||||
* | | | | | Merge pull request #785 from AriehSchneier/gitignore-relative-any-user | Paulo Gomes | 2023-06-04 | 2 | -11/+57 | |
|\ \ \ \ \ | | | | | | | | | | | | | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes #578 | |||||
| * | | | | | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any ↵ | Arieh Schneier | 2023-06-05 | 2 | -11/+57 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | user home. Fixes #578 Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | |||||
* | | | | | Merge pull request #758 from AriehSchneier/head-not-master | Paulo Gomes | 2023-06-04 | 2 | -7/+43 | |
|\ \ \ \ \ | |/ / / / |/| | | | | git: Clone HEAD should not force master. Fixes #363 | |||||
| * | | | | git: Clone HEAD should not force master. Fixes #363 | Arieh Schneier | 2023-06-04 | 2 | -7/+43 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | |||||
* | | | | Merge pull request #781 from AriehSchneier/fix-gitignore | Paulo Gomes | 2023-05-29 | 2 | -6/+40 | |
|\ \ \ \ | | | | | | | | | | | plumbing: gitignore, fix incorrect parsing. Fixes #500 | |||||
| * | | | | plumbing: gitignore, fix incorrect parsing. Fixes #500 | Arieh Schneier | 2023-05-29 | 2 | -6/+40 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | |||||
* | | | | | 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 | |||||
| * | | | | git: don't add to wants if exists, shallow and depth 1 | Arieh Schneier | 2023-05-25 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | |||||
* | | | | | Merge pull request #772 from Jleagle/master | Paulo Gomes | 2023-05-25 | 2 | -0/+47 | |
|\ \ \ \ \ | | | | | | | | | | | | | Replace user dir in path | |||||
| * | | | | | plumbing: gitignore, Typo | Jleagle | 2023-05-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com> | |||||
| * | | | | | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ↵ | Jleagle | 2023-05-25 | 2 | -0/+47 | |
|/ / / / / | | | | | | | | | | | | | | | | home | |||||
* | | | | | Merge pull request #762 from AriehSchneier/fetch-non-qualified | Paulo Gomes | 2023-05-25 | 4 | -57/+130 | |
|\ \ \ \ \ | |/ / / / |/| | | | | git: enable fetch with unqualified references | |||||
| * | | | | git: enable fetch with unqualified references | Arieh Schneier | 2023-05-25 | 4 | -57/+130 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | |||||
* | | | | 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 |