git-annex 10.20220623 → 10.20220624
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- CHANGELOG +1/−1
- Utility/IPAddress.hs +1/−1
- git-annex.cabal +1/−1
CHANGELOG view
@@ -1,4 +1,4 @@-git-annex (10.20220623) upstream; urgency=medium+git-annex (10.20220624) upstream; urgency=medium * init: Added --no-autoenable option. * info: Added --autoenable option.
Utility/IPAddress.hs view
@@ -30,7 +30,7 @@ extractIPAddress :: SockAddr -> Maybe String extractIPAddress (SockAddrInet _ ipv4) = let (a,b,c,d) = hostAddressToTuple ipv4- in Just $ tintercalate "." [conv a, conv b, conv c, conv d]+ in Just $ intercalate "." [conv a, conv b, conv c, conv d] where conv a | show x == show b12 = conv a
git-annex.cabal view
@@ -1,5 +1,5 @@ Name: git-annex-Version: 10.20220623+Version: 10.20220624 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess <id@joeyh.name>