projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17646b0
)
remove part of comment that is no longer relevant
author
Joey Hess
<joeyh@joeyh.name>
Wed, 14 Apr 2021 22:32:15 +0000
(18:32 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 14 Apr 2021 22:32:15 +0000
(18:32 -0400)
Annex/AdjustedBranch.hs
patch
|
blob
|
history
diff --git
a/Annex/AdjustedBranch.hs
b/Annex/AdjustedBranch.hs
index e8709422ae36bd1d984f7c294f1be528c741f7b9..a2b606ef667a54b8cb02028c5adc4dd9c6af043e 100644
(file)
--- a/
Annex/AdjustedBranch.hs
+++ b/
Annex/AdjustedBranch.hs
@@
-600,9
+600,7
@@
data AdjustedClone = InAdjustedClone | NotInAdjustedClone
- So, find the adjusting commit on the currently checked out adjusted
- branch, and use the parent of that commit as the basis, and set the
- origbranch to it.
- -
- - The repository may also need to be upgraded to a new version, if the
- - current version is too old to support adjusted branches. -}
+ -}
checkAdjustedClone :: Annex AdjustedClone
checkAdjustedClone = ifM isBareRepo
( return NotInAdjustedClone