Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | *: Change stale bot order to ascending and improve msg format | Paulo Gomes | 2023-09-28 | 1 | -6/+4 | |
|/ / / | | | | | | | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com> | |||||
* | | | Merge pull request #836 from hezhizhen/typo | Paulo Gomes | 2023-09-28 | 16 | -267/+267 | |
|\ \ \ | | | | | | | | | *: fix some typos | |||||
| * | | | *: fix some typos | Zhizhen He | 2023-09-08 | 16 | -267/+267 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com> | |||||
* | | | | Merge pull request #849 from pjbgf/close-state-issues | Paulo Gomes | 2023-09-27 | 1 | -0/+33 | |
|\ \ \ \ | | | | | | | | | | | *: Add bot to close stale issues | |||||
| * | | | | *: Add bot to close stale issues | Paulo Gomes | 2023-09-27 | 1 | -0/+33 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Due to the limited amount of active maintainers, adding a stale bot to focus the available maintainership on active PRs and issues. Signed-off-by: Paulo Gomes <pjbgf@linux.com> | |||||
* | | | | Merge pull request #847 from adityasaky/support-mergetag | Paulo Gomes | 2023-09-27 | 2 | -0/+83 | |
|\ \ \ \ | | | | | | | | | | | plumbing/object: Support mergetag in merge commits | |||||
| * | | | | plumbing/object: Support mergetag in merge commits | Aditya Sirish | 2023-09-27 | 2 | -0/+83 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a merge commit is created from merging a signed tag, the tag object is embedded in the commit object. This commit adds support for this tag data when encoding and decoding a commit object. Signed-off-by: Aditya Sirish <aditya@saky.in> | |||||
* | | | | Merge pull request #840 from nodivbyzero/fix-pull-proxy-options | Paulo Gomes | 2023-09-16 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | git: worktree, apply ProxyOption on Pull | |||||
| * | | | | git: worktree:: apply ProxyOption on Pull. Fixes #840 | nodivbyzero | 2023-09-15 | 1 | -0/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #782 from ThinkChaos/feat/plain-init-branch | Paulo Gomes | 2023-09-15 | 3 | -12/+40 | |
|\ \ \ \ | |/ / / |/| | | | git: add PlainInitOptions.Bare and allow using InitOptions with PlainInitWithOptions | |||||
| * | | | git: allow using `InitOptions` with `PlainInitWithOptions` | ThinkChaos | 2023-09-15 | 3 | -3/+13 | |
| | | | | ||||||
| * | | | git: add `PlainInitOptions.Bare` | ThinkChaos | 2023-09-15 | 3 | -11/+29 | |
|/ / / | | | | | | | | | | Refactor `PlainInit` to call `PlainInitWithOptions` | |||||
* | | | *: Bump go-billy to v5.5.0v5.9.0 | Máximo Cuadros | 2023-09-12 | 2 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #837 from pjbgf/bump | Paulo Gomes | 2023-09-12 | 4 | -32/+39 | |
|\ \ \ | |/ / |/| | | Bump dependencies and Go to 1.19 | |||||
| * | | *: Bump to Go 1.19 | Paulo Gomes | 2023-09-12 | 3 | -3/+3 | |
| | | | | | | | | | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com> | |||||
| * | | *: Bump dependencies | Paulo Gomes | 2023-09-11 | 2 | -29/+36 | |
|/ / | | | | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com> | |||||
* | | Merge pull request #835 from matejrisek/feature/do-not-swallow-vcs-host-errors | Paulo Gomes | 2023-09-05 | 4 | -4/+35 | |
|\ \ | | | | | | | plumbing: Do not swallow http message coming from VCS providers | |||||
| * | | plumbing: Do not swallow http message coming from VCS providers. | matej.risek | 2023-09-05 | 4 | -4/+35 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | Merge pull request #821 from daolis/bug/resetfix | Paulo Gomes | 2023-09-04 | 3 | -7/+58 | |
|\ \ \ | |/ / |/| | | git: worktree, reset ignored files that are part of the worktree: Fixes #819 | |||||
| * | | git: worktree, reset ignored files that are part of the worktree: Fixes #819 | Stephan | 2023-09-04 | 3 | -7/+58 | |
|/ / | ||||||
* | | 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 | |
| | | | |