Merge branch 'master' into exportreeplus
authorJoey Hess <joeyh@joeyh.name>
Wed, 7 Aug 2024 15:28:21 +0000 (11:28 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 7 Aug 2024 15:28:21 +0000 (11:28 -0400)
1  2 
CHANGELOG

diff --cc CHANGELOG
index 45f07396dd56feccd5e5bc7a2414ea4c9ab6a06d,d9b7e2df1c4e6207cf9a0d8bad63a986fc883048..df56ad9366e7c11d0a430436ba02c7a79b8b995e
+++ b/CHANGELOG
@@@ -2,14 -2,10 +2,16 @@@ git-annex (10.20240732) UNRELEASED; urg
  
    * Remove debug output (to stderr) accidentially included in
      last version.
 +  * Special remotes configured with exporttree=yes annexobjects=yes 
 +    can store objects in .git/annex/objects, as well as an exported tree.
 +  * Support proxying to special remotes configured with 
 +    exporttree=yes annexobjects=yes.
 +  * git-remote-annex: Store objects in exportree=yes special remotes
 +    in the same paths used by annexobjects=yes.
    * When proxying an upload to a special remote, verify the hash.
    * Avoid loading cluster log at startup.
+   * When getting from a P2P HTTP remote, prompt for credentials when
+     required, instead of failing.
  
   -- Joey Hess <id@joeyh.name>  Wed, 31 Jul 2024 15:52:03 -0400