aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2024-06-07 16:52:18 +0100
committerGitHub <noreply@github.com>2024-06-07 16:52:18 +0100
commitdec5c8ade2def9ddb30972ddb7c58839e6bca06c (patch)
treed38367ec90d1df96516b1093bd4147a9a697f28b
parentfbcecb56c61180013aedc7b6d9beece8b45b7d71 (diff)
parentea3cfc94f9846f493e22d387eb22a135eb972807 (diff)
downloadgo-git-dec5c8ade2def9ddb30972ddb7c58839e6bca06c.tar.gz
Merge pull request #1056 from pjbgf/fix-symlink
Bumps Go versions and go-billy
-rw-r--r--.github/workflows/git.yml2
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--cli/go-git/go.mod2
-rw-r--r--go.mod4
-rw-r--r--go.sum4
-rw-r--r--plumbing/format/gitattributes/dir.go11
6 files changed, 17 insertions, 8 deletions
diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml
index 6e0ebb6..c7ae9ee 100644
--- a/.github/workflows/git.yml
+++ b/.github/workflows/git.yml
@@ -22,7 +22,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
- go-version: 1.21.x
+ go-version: 1.22.x
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install gettext libcurl4-openssl-dev
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f94d3e7..96090c0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go-version: [1.19.x, 1.20.x, 1.21.x]
+ go-version: [1.20.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
diff --git a/cli/go-git/go.mod b/cli/go-git/go.mod
index 7a9c187..1a5c033 100644
--- a/cli/go-git/go.mod
+++ b/cli/go-git/go.mod
@@ -1,6 +1,6 @@
module github.com/go-git/go-git/cli/go-git
-go 1.19
+go 1.20
require (
github.com/go-git/go-git/v5 v5.12.0
diff --git a/go.mod b/go.mod
index 2072e33..af5d221 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/go-git/go-git/v5
// go-git supports the last 3 stable Go versions.
-go 1.19
+go 1.20
require (
dario.cat/mergo v1.0.0
@@ -11,7 +11,7 @@ require (
github.com/emirpasic/gods v1.18.1
github.com/gliderlabs/ssh v0.3.7
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
- github.com/go-git/go-billy/v5 v5.5.0
+ github.com/go-git/go-billy/v5 v5.5.1-0.20240427054813-8453aa90c6ec
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/google/go-cmp v0.6.0
diff --git a/go.sum b/go.sum
index 3e06edf..9e8cacd 100644
--- a/go.sum
+++ b/go.sum
@@ -29,8 +29,8 @@ github.com/gliderlabs/ssh v0.3.7 h1:iV3Bqi942d9huXnzEF2Mt+CY9gLu8DNM4Obd+8bODRE=
github.com/gliderlabs/ssh v0.3.7/go.mod h1:zpHEXBstFnQYtGnB8k8kQLol82umzn/2/snG7alWVD8=
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
-github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU=
-github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow=
+github.com/go-git/go-billy/v5 v5.5.1-0.20240427054813-8453aa90c6ec h1:JtjPVUU/+C1OaEXG+ojNfspw7t7Y30jiyr6zsXA8Eco=
+github.com/go-git/go-billy/v5 v5.5.1-0.20240427054813-8453aa90c6ec/go.mod h1:bmsuIkj+yaSISZdLRNCLRaSiWnwDatBN1b62vLkXn24=
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
diff --git a/plumbing/format/gitattributes/dir.go b/plumbing/format/gitattributes/dir.go
index d3b0dbe..4238196 100644
--- a/plumbing/format/gitattributes/dir.go
+++ b/plumbing/format/gitattributes/dir.go
@@ -2,6 +2,8 @@ package gitattributes
import (
"os"
+ "path/filepath"
+ "strings"
"github.com/go-git/go-billy/v5"
@@ -59,7 +61,14 @@ func walkDirectory(fs billy.Filesystem, root []string) (attributes []MatchAttrib
continue
}
- path := append(root, fi.Name())
+ p := fi.Name()
+
+ // Handles the case whereby just the volume name ("C:") is appended,
+ // to root. Change it to "C:\", which is better handled by fs.Join().
+ if filepath.VolumeName(p) != "" && !strings.HasSuffix(p, string(filepath.Separator)) {
+ p = p + string(filepath.Separator)
+ }
+ path := append(root, p)
dirAttributes, err := ReadAttributesFile(fs, path, gitattributesFile, false)
if err != nil {