summaryrefslogtreecommitdiff
path: root/Git/Ref.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-16 18:53:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-16 19:41:26 -0400
commit6cddda4143d00e3a153d9cfbb567b11306677d11 (patch)
tree44ceb6eda48515be4030016c2aa4c1d406f39aea /Git/Ref.hs
parent601ee470af277ad3d0041b6ce425d808075dc997 (diff)
make the merger merge any equivilant sync branch into the current branch
Not just synced/master, but synced/UUID/master, for example
Diffstat (limited to 'Git/Ref.hs')
-rw-r--r--Git/Ref.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/Ref.hs b/Git/Ref.hs
index ee2f02187..021dbe6cc 100644
--- a/Git/Ref.hs
+++ b/Git/Ref.hs
@@ -26,7 +26,6 @@ base = Ref . remove "refs/heads/" . remove "refs/remotes/" . show
| prefix `isPrefixOf` s = drop (length prefix) s
| otherwise = s
-
{- Given a directory such as "refs/remotes/origin", and a ref such as
- refs/heads/master, yields a version of that ref under the directory,
- such as refs/remotes/origin/master. -}