Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
repository: improve CheckoutOption.Hash doc
Browse files Browse the repository at this point in the history
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
  • Loading branch information
mcuadros committed Oct 16, 2018
1 parent 345ffd9 commit 891fcfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions options.go
Expand Up @@ -231,8 +231,9 @@ var (

// CheckoutOptions describes how a checkout 31operation should be performed.
type CheckoutOptions struct {
// Hash to be checked out, if used HEAD will in detached mode. Branch and
// Hash are mutually exclusive, if Create is not used.
// Hash is the hash of the commit to be checked out. If used, HEAD will be
// in detached mode. If Create is not used, Branch and Hash are mutually
// exclusive.
Hash plumbing.Hash
// Branch to be checked out, if Branch and Hash are empty is set to `master`.
Branch plumbing.ReferenceName
Expand Down

0 comments on commit 891fcfb

Please sign in to comment.