aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_commit.go
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-12-14 09:22:18 +0000
committerGitHub <noreply@github.com>2023-12-14 09:22:18 +0000
commit02bed284891e49ff594354101c897a29af3dbb43 (patch)
treed57b186e078d2d253304fc4784ed3d207d3b7e4c /worktree_commit.go
parentc8348a650177cb0fbb9ef3d0551b5a969c6b4ac3 (diff)
parent1e2b0d67ae859dc3c81fc4455290287235395d09 (diff)
downloadgo-git-02bed284891e49ff594354101c897a29af3dbb43.tar.gz
Merge pull request #966 from aymanbagabas/taghash-checkout
git: worktree checkout tag hash id (#959)
Diffstat (limited to 'worktree_commit.go')
-rw-r--r--worktree_commit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worktree_commit.go b/worktree_commit.go
index eaa21c3..4d811f3 100644
--- a/worktree_commit.go
+++ b/worktree_commit.go
@@ -263,4 +263,4 @@ func (h *buildTreeHelper) copyTreeToStorageRecursive(parent string, t *object.Tr
return hash, nil
}
return h.s.SetEncodedObject(o)
-} \ No newline at end of file
+}