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:
fe71400
)
correct comment
author
Joey Hess
<joeyh@joeyh.name>
Tue, 3 Sep 2024 18:23:32 +0000
(14:23 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 3 Sep 2024 18:23:32 +0000
(14:23 -0400)
This is not related to v5 versus newer versions.
Types/Difference.hs
patch
|
blob
|
history
diff --git
a/Types/Difference.hs
b/Types/Difference.hs
index 93a175c76c0501588f507d8a312615b2cff509a9..e4075ed851e4411157a2ba19666d97d6a6481cda 100644
(file)
--- a/
Types/Difference.hs
+++ b/
Types/Difference.hs
@@
-32,7
+32,7
@@
import qualified Data.Set as S
import qualified Data.Semigroup as Sem
import Prelude
--- Describes differences from the
v5
repository format.
+-- Describes differences from the
standard
repository format.
--
-- The serialization is stored in difference.log, so avoid changes that
-- would break compatibility.