j@833cff95824930f20b36c340f1217182b6937407 [Fri, 27 Mar 2020 12:30:44 +0000 (12:30 +0000)]
kyle [Thu, 26 Mar 2020 23:32:56 +0000 (23:32 +0000)]
Added a comment
lykos@d125a37d89b1cfac20829f12911656c40cb70018 [Thu, 26 Mar 2020 20:36:28 +0000 (20:36 +0000)]
Added a comment
Joey Hess [Thu, 26 Mar 2020 19:18:47 +0000 (15:18 -0400)]
patch applied
Kyle Meyer [Wed, 18 Mar 2020 02:16:06 +0000 (22:16 -0400)]
adjust: Propagate submodule changes back to original branch
When the recorded submodule commit changes on an adjusted branch, the
change is carried in the function that reverseAdjustedCommit passes
for adjustTree's adjusttreeitem parameter. Update the CommitObject
handling in adjustTree to consider adjusttreeitem so that a submodule
change is synced back.
Joey Hess [Thu, 26 Mar 2020 19:08:12 +0000 (15:08 -0400)]
correct inaccurate part of comment
Joey Hess [Thu, 26 Mar 2020 18:48:54 +0000 (14:48 -0400)]
comment
Joey Hess [Thu, 26 Mar 2020 17:18:41 +0000 (13:18 -0400)]
changelog for Kyle's other fix, and close bug
Kyle Meyer [Mon, 23 Mar 2020 19:45:15 +0000 (15:45 -0400)]
add --force-small: Send all non-regular files through addFile
Running `git annex add --force-small` on a modified submodule fails
when the submodule path is fed to hash-object. This failure is
unlikely to be triggered by a caller passing a submodule explicitly to
`git annex add` because there's nothing useful that annex-add can do
with a submodule. A more likely scenario for hitting this failure is
that the caller passes "." or a subdirectory to `annex-add` while a
submodule underneath the specified path happens to be modified.
addSmallOverridden already routes symbolic links through addFile
rather than using the custom hash-object/update-index call. The
latter is valid only for regular files, so extend this condition so
that everything that isn't a regular file goes through addFile. Doing
so avoids the above error because submodules come in as directories.
Joey Hess [Thu, 26 Mar 2020 17:12:49 +0000 (13:12 -0400)]
changelog for Kyle's fix
Kyle Meyer [Mon, 23 Mar 2020 19:45:15 +0000 (15:45 -0400)]
add --force-small: Don't dereference link when checking file status
addSmallOverridden calls getFileStatus and then checks the result with
isSymbolicLink. getFileStatus dereferences symbolic links, so
isSymbolicLink will always return false (assuming the getFileStatus
call doesn't fail on a broken link). Use getSymbolicLinkStatus
instead.
Joey Hess [Thu, 26 Mar 2020 17:04:24 +0000 (13:04 -0400)]
minimize lenth of path to gpg agent socket
Considered using the system tmp dir rather than putting it inside .t/,
but then if TEMP were set to a long path, that would be a problem.
Relative path seems the best approach, and will always be nice and
short.
The only downside of it is, if git-annex somehow changes the cwd
while running, it would break. But git-annex does not do that, and
should never do that.
Joey Hess [Thu, 26 Mar 2020 16:41:38 +0000 (12:41 -0400)]
analysis
cbaines [Wed, 25 Mar 2020 22:40:12 +0000 (22:40 +0000)]
Added a comment
Joey Hess [Wed, 25 Mar 2020 17:26:25 +0000 (13:26 -0400)]
devblog
Joey Hess [Wed, 25 Mar 2020 17:20:24 +0000 (13:20 -0400)]
typo
Joey Hess [Wed, 25 Mar 2020 17:05:47 +0000 (13:05 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 25 Mar 2020 17:05:09 +0000 (13:05 -0400)]
add priority tags
spwhitton [Wed, 25 Mar 2020 16:31:13 +0000 (16:31 +0000)]
Added a comment
yarikoptic [Wed, 25 Mar 2020 00:01:36 +0000 (00:01 +0000)]
initial report on failing gpg related tests inside singularity container
kyle [Mon, 23 Mar 2020 20:43:01 +0000 (20:43 +0000)]
bug: add --force-small submodule
ps [Mon, 23 Mar 2020 19:07:54 +0000 (19:07 +0000)]
Added a comment: Solved
ps [Mon, 23 Mar 2020 16:51:48 +0000 (16:51 +0000)]
ps [Mon, 23 Mar 2020 16:48:57 +0000 (16:48 +0000)]
ps [Mon, 23 Mar 2020 16:44:31 +0000 (16:44 +0000)]
kyle [Fri, 20 Mar 2020 17:34:03 +0000 (17:34 +0000)]
Added a comment
Joey Hess [Fri, 20 Mar 2020 17:09:16 +0000 (13:09 -0400)]
fsck: Fix reversion in 8.
20200226 that made it incorrectly warn that hashed keys with an extension should be upgraded.
Joey Hess [Fri, 20 Mar 2020 16:51:39 +0000 (12:51 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 20 Mar 2020 16:48:43 +0000 (12:48 -0400)]
webdav: Made exporttree remotes faster by caching connection to the server
Followed example of Remote.S3.
kyle [Fri, 20 Mar 2020 16:20:05 +0000 (16:20 +0000)]
Added a comment: comment: introduced by
09df58c4e
Joey Hess [Fri, 20 Mar 2020 16:00:07 +0000 (12:00 -0400)]
confirmed, and open todo for something mentioned in this bug
Joey Hess [Fri, 20 Mar 2020 15:48:18 +0000 (11:48 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 20 Mar 2020 15:47:09 +0000 (11:47 -0400)]
fix windows build some more
thk [Thu, 19 Mar 2020 08:40:32 +0000 (08:40 +0000)]
Added a comment: sponsoring?
kyle [Wed, 18 Mar 2020 02:18:03 +0000 (02:18 +0000)]
sync adjusted submodule commit
thk [Tue, 17 Mar 2020 20:45:59 +0000 (20:45 +0000)]
kyle [Tue, 17 Mar 2020 02:38:16 +0000 (02:38 +0000)]
Added a comment
kyle [Tue, 17 Mar 2020 02:35:49 +0000 (02:35 +0000)]
Added a comment
lasitus [Tue, 17 Mar 2020 02:15:13 +0000 (02:15 +0000)]
Added a comment
lasitus [Mon, 16 Mar 2020 22:29:31 +0000 (22:29 +0000)]
Added a comment
thk [Mon, 16 Mar 2020 20:47:16 +0000 (20:47 +0000)]
thk [Mon, 16 Mar 2020 20:46:27 +0000 (20:46 +0000)]
Added a comment: Please close
thk [Mon, 16 Mar 2020 20:42:55 +0000 (20:42 +0000)]
Added a comment
yarikoptic [Mon, 16 Mar 2020 19:54:42 +0000 (19:54 +0000)]
Added a comment
kyle [Mon, 16 Mar 2020 18:56:13 +0000 (18:56 +0000)]
Added a comment: reply: disconnected archive
Joey Hess [Mon, 16 Mar 2020 18:37:57 +0000 (14:37 -0400)]
comment
Joey Hess [Mon, 16 Mar 2020 18:26:34 +0000 (14:26 -0400)]
comment
Joey Hess [Mon, 16 Mar 2020 18:17:27 +0000 (14:17 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 16 Mar 2020 18:16:55 +0000 (14:16 -0400)]
close
Joey Hess [Mon, 16 Mar 2020 18:15:00 +0000 (14:15 -0400)]
comment
Joey Hess [Mon, 16 Mar 2020 18:08:49 +0000 (14:08 -0400)]
comment
Joey Hess [Mon, 16 Mar 2020 18:04:55 +0000 (14:04 -0400)]
comment
yarikoptic [Mon, 16 Mar 2020 17:57:27 +0000 (17:57 +0000)]
Added a comment
Joey Hess [Mon, 16 Mar 2020 17:56:16 +0000 (13:56 -0400)]
comment
Joey Hess [Mon, 16 Mar 2020 17:34:11 +0000 (13:34 -0400)]
um
Joey Hess [Mon, 16 Mar 2020 17:20:22 +0000 (13:20 -0400)]
followup
Joey Hess [Mon, 16 Mar 2020 17:18:50 +0000 (13:18 -0400)]
followup
Joey Hess [Mon, 16 Mar 2020 17:12:18 +0000 (13:12 -0400)]
comment
Joey Hess [Mon, 16 Mar 2020 17:06:44 +0000 (13:06 -0400)]
Fix a minor bug that caused options provided with -c to be passed multiple times to git.
Joey Hess [Mon, 16 Mar 2020 16:45:43 +0000 (12:45 -0400)]
moreinfo
Joey Hess [Mon, 16 Mar 2020 16:28:08 +0000 (12:28 -0400)]
comment
lasitus [Mon, 16 Mar 2020 14:51:51 +0000 (14:51 +0000)]
lasitus [Mon, 16 Mar 2020 14:51:12 +0000 (14:51 +0000)]
thk [Mon, 16 Mar 2020 13:12:01 +0000 (13:12 +0000)]
thk [Mon, 16 Mar 2020 13:03:56 +0000 (13:03 +0000)]
jksrecko [Sun, 15 Mar 2020 09:54:00 +0000 (09:54 +0000)]
Added a comment
thk [Sun, 15 Mar 2020 09:36:14 +0000 (09:36 +0000)]
thk [Sun, 15 Mar 2020 09:35:18 +0000 (09:35 +0000)]
Added a comment: Tor remote does not use stdin
jksrecko [Sun, 15 Mar 2020 09:13:27 +0000 (09:13 +0000)]
Added a comment
Joey Hess [Sat, 14 Mar 2020 19:50:37 +0000 (15:50 -0400)]
comment
Joey Hess [Sat, 14 Mar 2020 19:46:53 +0000 (15:46 -0400)]
comment
thk [Sat, 14 Mar 2020 17:55:43 +0000 (17:55 +0000)]
thk [Sat, 14 Mar 2020 17:12:24 +0000 (17:12 +0000)]
thk [Sat, 14 Mar 2020 11:52:03 +0000 (11:52 +0000)]
Ilya_Shlyakhter [Wed, 11 Mar 2020 22:13:47 +0000 (22:13 +0000)]
Added a comment: gsasl dependency
Ilya_Shlyakhter [Wed, 11 Mar 2020 22:00:53 +0000 (22:00 +0000)]
Added a comment
Ilya_Shlyakhter [Wed, 11 Mar 2020 21:55:57 +0000 (21:55 +0000)]
Added a comment: past versions of annexed files
spwhitton [Wed, 11 Mar 2020 21:41:21 +0000 (21:41 +0000)]
report bug
Ilya_Shlyakhter [Wed, 11 Mar 2020 21:34:14 +0000 (21:34 +0000)]
Added a comment
thk [Wed, 11 Mar 2020 20:19:37 +0000 (20:19 +0000)]
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 19:30:32 +0000 (19:30 +0000)]
Added a comment
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 18:21:59 +0000 (18:21 +0000)]
Added a comment
Ilya_Shlyakhter [Wed, 11 Mar 2020 18:12:09 +0000 (18:12 +0000)]
Added a comment
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 18:07:32 +0000 (18:07 +0000)]
Added a comment
Ilya_Shlyakhter [Wed, 11 Mar 2020 17:32:35 +0000 (17:32 +0000)]
Added a comment
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 17:26:06 +0000 (17:26 +0000)]
Added a comment: make install failing for 8.
20200309, any ideas as to why?
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 17:13:29 +0000 (17:13 +0000)]
Added a comment
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 17:09:47 +0000 (17:09 +0000)]
Added a comment: where are the release notes for git annex?
erewhon [Wed, 11 Mar 2020 16:11:54 +0000 (16:11 +0000)]
Added a comment
kyle [Wed, 11 Mar 2020 15:25:52 +0000 (15:25 +0000)]
repeated --config values
lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245 [Wed, 11 Mar 2020 14:24:18 +0000 (14:24 +0000)]
lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245 [Wed, 11 Mar 2020 14:22:19 +0000 (14:22 +0000)]
scinu [Wed, 11 Mar 2020 04:51:17 +0000 (04:51 +0000)]
Added a comment
Ilya_Shlyakhter [Wed, 11 Mar 2020 03:05:33 +0000 (03:05 +0000)]
added possible bug report: networkbsd flag default differs in stack.yaml and git-annex.cabal
Ilya_Shlyakhter [Tue, 10 Mar 2020 22:22:45 +0000 (22:22 +0000)]
Added a comment
scinu [Tue, 10 Mar 2020 22:18:17 +0000 (22:18 +0000)]
removed
scinu [Tue, 10 Mar 2020 22:17:47 +0000 (22:17 +0000)]
removed
scinu [Tue, 10 Mar 2020 22:17:20 +0000 (22:17 +0000)]
Added a comment