diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-12-14 09:22:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 09:22:18 +0000 |
commit | 02bed284891e49ff594354101c897a29af3dbb43 (patch) | |
tree | d57b186e078d2d253304fc4784ed3d207d3b7e4c /worktree_commit.go | |
parent | c8348a650177cb0fbb9ef3d0551b5a969c6b4ac3 (diff) | |
parent | 1e2b0d67ae859dc3c81fc4455290287235395d09 (diff) | |
download | go-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.go | 2 |
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 +} |