aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *: Change stale bot order to ascending and improve msg formatPaulo Gomes2023-09-281-6/+4
* Merge pull request #836 from hezhizhen/typoPaulo Gomes2023-09-2816-267/+267
|\
| * *: fix some typosZhizhen He2023-09-0816-267/+267
* | Merge pull request #849 from pjbgf/close-state-issuesPaulo Gomes2023-09-271-0/+33
|\ \
| * | *: Add bot to close stale issuesPaulo Gomes2023-09-271-0/+33
|/ /
* | Merge pull request #847 from adityasaky/support-mergetagPaulo Gomes2023-09-272-0/+83
|\ \
| * | plumbing/object: Support mergetag in merge commitsAditya Sirish2023-09-272-0/+83
|/ /
* | Merge pull request #840 from nodivbyzero/fix-pull-proxy-optionsPaulo Gomes2023-09-161-0/+1
|\ \
| * | git: worktree:: apply ProxyOption on Pull. Fixes #840nodivbyzero2023-09-151-0/+1
* | | Merge pull request #782 from ThinkChaos/feat/plain-init-branchPaulo Gomes2023-09-153-12/+40
|\ \ \ | |/ / |/| |
| * | git: allow using `InitOptions` with `PlainInitWithOptions`ThinkChaos2023-09-153-3/+13
| * | git: add `PlainInitOptions.Bare`ThinkChaos2023-09-153-11/+29
|/ /
* | *: Bump go-billy to v5.5.0v5.9.0Máximo Cuadros2023-09-122-3/+3
* | Merge pull request #837 from pjbgf/bumpPaulo Gomes2023-09-124-32/+39
|\ \ | |/ |/|
| * *: Bump to Go 1.19Paulo Gomes2023-09-123-3/+3
| * *: Bump dependenciesPaulo Gomes2023-09-112-29/+36
|/
* Merge pull request #835 from matejrisek/feature/do-not-swallow-vcs-host-errorsPaulo Gomes2023-09-054-4/+35
|\
| * plumbing: Do not swallow http message coming from VCS providers.matej.risek2023-09-054-4/+35
* | Merge pull request #821 from daolis/bug/resetfixPaulo Gomes2023-09-043-7/+58
|\ \ | |/ |/|
| * git: worktree, reset ignored files that are part of the worktree: Fixes #819Stephan2023-09-043-7/+58
|/
* Merge pull request #832 from svghadi/CVE-2023-37788Paulo Gomes2023-08-292-3/+3
|\
| * *: Bump goproxy dep. Fixes #826Siddhesh Ghadi2023-08-292-3/+3
|/
* Merge pull request #438 from john-cai/jc/commit-ammendPaulo Gomes2023-08-053-13/+72
|\
| * Merge branch 'master' into jc/commit-ammendPaulo Gomes2023-08-05168-1976/+5597
| |\ | |/ |/|
* | Merge pull request #820 from ninedraft/ninedraft/issue740Paulo Gomes2023-08-052-1/+19
|\ \
| * | plumbing: transport, handle IPv6 while parsing endpoint. Fixes #740merlin2023-07-262-1/+19
|/ /
* | Merge pull request #804 from pjbgf/docsv5.8.1Paulo Gomes2023-07-243-111/+315
|\ \
| * | *: Improve docs on examples, compatibility and extensibilityPaulo Gomes2023-07-023-111/+315
* | | Merge pull request #815 from pjbgf/bump-depsPaulo Gomes2023-07-213-30/+44
|\ \ \
| * | | *: Bump dependenciesPaulo Gomes2023-07-213-30/+44
|/ / /
* | | Merge pull request #814 from pjbgf/fix-buildv5.8.0Paulo Gomes2023-07-211-1/+1
|\ \ \
| * | | *: Fix broken CIPaulo Gomes2023-07-201-1/+1
|/ / /
* | | Merge pull request #812 from L11R/incoming-dir-fixPaulo Gomes2023-07-202-3/+26
|\ \ \
| * | | storage: filesystem/dotgit, add support for tmp_objdir prefixSavely Krasovsky2023-07-202-3/+26
|/ / /
* | | Merge pull request #809 from AriehSchneier/tilde-user-pathPaulo Gomes2023-07-114-30/+52
|\ \ \
| * | | *: Handle paths starting with ~usernameArieh Schneier2023-07-094-30/+52
|/ / /
* | | Merge pull request #808 from ricci2511/plainopen-tilde-path-fixPaulo Gomes2023-07-083-2/+45
|\ \ \
| * | | *: Add test for paths starting with tildericci25112023-07-072-0/+35
| * | | *: Handle paths starting with tildericci25112023-07-061-2/+10
| |/ /
* | | Merge pull request #789 from AriehSchneier/rewrite-blamePaulo Gomes2023-07-087-893/+647
|\ \ \ | |/ / |/| |
| * | plumbing: blame, Complete rewrite. Fixes #603Arieh Schneier2023-07-067-893/+647
|/ /
* | Merge pull request #792 from AriehSchneier/empty-fetch-with-shallowsPaulo Gomes2023-07-023-4/+11
|\ \
| * | plumbing: packp, A request is not empty if it contains shallows. Fixes #328Arieh Schneier2023-07-023-4/+11
|/ /
* | Merge pull request #802 from pjbgf/fix-buildPaulo Gomes2023-07-024-4/+27
|\ \
| * | plumbing: http, Fix empty repos on Git v2.41+Paulo Gomes2023-07-014-4/+27
* | | Merge pull request #357 from pascal-hofmann/patch-1Paulo Gomes2023-07-011-3/+0
|\ \ \
| * | | _examples: Remove wrong commentPascal Hofmann2021-07-301-3/+0
* | | | Merge pull request #702 from ThinkChaos/perf/add-directory-minor-speedupPaulo Gomes2023-07-012-21/+95
|\ \ \ \ | |_|/ / |/| | |
| * | | squash: replace `if` with `||`ThinkChaos2023-05-311-3/+1
| * | | worktree: minor speedup for doAddDirectoryThinkChaos2023-05-302-18/+94