correct the comment to match the implementation
This commit is contained in:
parent
20748d0fed
commit
8028f14957
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import qualified Git.BuildVersion
|
||||||
-
|
-
|
||||||
- In a just initialized git repo before the first commit,
|
- In a just initialized git repo before the first commit,
|
||||||
- symbolic-ref will show the master branch, even though that
|
- symbolic-ref will show the master branch, even though that
|
||||||
- branch is not created yet. So, this also looks at show-ref HEAD
|
- branch is not created yet. So, this also looks at show-ref
|
||||||
- to double-check.
|
- to double-check.
|
||||||
-}
|
-}
|
||||||
current :: Repo -> IO (Maybe Branch)
|
current :: Repo -> IO (Maybe Branch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue