git-annex.git
6 years ago(no commit message)
vinicius.vin@6d4d58c59c394cd744d469c9d7c41e264331dfcd [Fri, 27 Mar 2020 20:19:10 +0000 (20:19 +0000)]

6 years ago(no commit message)
j@833cff95824930f20b36c340f1217182b6937407 [Fri, 27 Mar 2020 12:30:44 +0000 (12:30 +0000)]

6 years agoAdded a comment
kyle [Thu, 26 Mar 2020 23:32:56 +0000 (23:32 +0000)]
Added a comment

6 years agoAdded a comment
lykos@d125a37d89b1cfac20829f12911656c40cb70018 [Thu, 26 Mar 2020 20:36:28 +0000 (20:36 +0000)]
Added a comment

6 years agopatch applied
Joey Hess [Thu, 26 Mar 2020 19:18:47 +0000 (15:18 -0400)]
patch applied

6 years agoadjust: Propagate submodule changes back to original branch
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.

6 years agocorrect inaccurate part of comment
Joey Hess [Thu, 26 Mar 2020 19:08:12 +0000 (15:08 -0400)]
correct inaccurate part of comment

6 years agocomment
Joey Hess [Thu, 26 Mar 2020 18:48:54 +0000 (14:48 -0400)]
comment

6 years agochangelog for Kyle's other fix, and close bug
Joey Hess [Thu, 26 Mar 2020 17:18:41 +0000 (13:18 -0400)]
changelog for Kyle's other fix, and close bug

6 years agoadd --force-small: Send all non-regular files through addFile
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.

6 years agochangelog for Kyle's fix
Joey Hess [Thu, 26 Mar 2020 17:12:49 +0000 (13:12 -0400)]
changelog for Kyle's fix

6 years agoadd --force-small: Don't dereference link when checking file status
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.

6 years agominimize lenth of path to gpg agent socket
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.

6 years agoanalysis
Joey Hess [Thu, 26 Mar 2020 16:41:38 +0000 (12:41 -0400)]
analysis

6 years agoAdded a comment
cbaines [Wed, 25 Mar 2020 22:40:12 +0000 (22:40 +0000)]
Added a comment

6 years agodevblog
Joey Hess [Wed, 25 Mar 2020 17:26:25 +0000 (13:26 -0400)]
devblog

6 years agotypo
Joey Hess [Wed, 25 Mar 2020 17:20:24 +0000 (13:20 -0400)]
typo

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 25 Mar 2020 17:05:47 +0000 (13:05 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agoadd priority tags
Joey Hess [Wed, 25 Mar 2020 17:05:09 +0000 (13:05 -0400)]
add priority tags

6 years agoAdded a comment
spwhitton [Wed, 25 Mar 2020 16:31:13 +0000 (16:31 +0000)]
Added a comment

6 years agoinitial report on failing gpg related tests inside singularity container
yarikoptic [Wed, 25 Mar 2020 00:01:36 +0000 (00:01 +0000)]
initial report on failing gpg related tests inside singularity container

6 years agobug: add --force-small submodule
kyle [Mon, 23 Mar 2020 20:43:01 +0000 (20:43 +0000)]
bug: add --force-small submodule

6 years agoAdded a comment: Solved
ps [Mon, 23 Mar 2020 19:07:54 +0000 (19:07 +0000)]
Added a comment: Solved

6 years ago(no commit message)
ps [Mon, 23 Mar 2020 16:51:48 +0000 (16:51 +0000)]

6 years ago(no commit message)
ps [Mon, 23 Mar 2020 16:48:57 +0000 (16:48 +0000)]

6 years ago(no commit message)
ps [Mon, 23 Mar 2020 16:44:31 +0000 (16:44 +0000)]

6 years agoAdded a comment
kyle [Fri, 20 Mar 2020 17:34:03 +0000 (17:34 +0000)]
Added a comment

6 years agofsck: Fix reversion in 8.20200226 that made it incorrectly warn that hashed keys...
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.

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 20 Mar 2020 16:51:39 +0000 (12:51 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agowebdav: Made exporttree remotes faster by caching connection to the server
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.

6 years agoAdded a comment: comment: introduced by 09df58c4e
kyle [Fri, 20 Mar 2020 16:20:05 +0000 (16:20 +0000)]
Added a comment: comment: introduced by 09df58c4e

6 years agoconfirmed, and open todo for something mentioned in this bug
Joey Hess [Fri, 20 Mar 2020 16:00:07 +0000 (12:00 -0400)]
confirmed, and open todo for something mentioned in this bug

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 20 Mar 2020 15:48:18 +0000 (11:48 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agofix windows build some more
Joey Hess [Fri, 20 Mar 2020 15:47:09 +0000 (11:47 -0400)]
fix windows build some more

6 years ago(no commit message)
mdemunck@6c26b2316205b7bc1125c6cbd3bc63bdb9e1cfad [Fri, 20 Mar 2020 09:08:08 +0000 (09:08 +0000)]

6 years agoAdded a comment: sponsoring?
thk [Thu, 19 Mar 2020 08:40:32 +0000 (08:40 +0000)]
Added a comment: sponsoring?

6 years agosync adjusted submodule commit
kyle [Wed, 18 Mar 2020 02:18:03 +0000 (02:18 +0000)]
sync adjusted submodule commit

6 years ago(no commit message)
thk [Tue, 17 Mar 2020 20:45:59 +0000 (20:45 +0000)]

6 years agoAdded a comment
kyle [Tue, 17 Mar 2020 02:38:16 +0000 (02:38 +0000)]
Added a comment

6 years agoAdded a comment
kyle [Tue, 17 Mar 2020 02:35:49 +0000 (02:35 +0000)]
Added a comment

6 years agoAdded a comment
lasitus [Tue, 17 Mar 2020 02:15:13 +0000 (02:15 +0000)]
Added a comment

6 years agoAdded a comment
lasitus [Mon, 16 Mar 2020 22:29:31 +0000 (22:29 +0000)]
Added a comment

6 years ago(no commit message)
thk [Mon, 16 Mar 2020 20:47:16 +0000 (20:47 +0000)]

6 years agoAdded a comment: Please close
thk [Mon, 16 Mar 2020 20:46:27 +0000 (20:46 +0000)]
Added a comment: Please close

6 years agoAdded a comment
thk [Mon, 16 Mar 2020 20:42:55 +0000 (20:42 +0000)]
Added a comment

6 years agoAdded a comment
yarikoptic [Mon, 16 Mar 2020 19:54:42 +0000 (19:54 +0000)]
Added a comment

6 years agoAdded a comment: reply: disconnected archive
kyle [Mon, 16 Mar 2020 18:56:13 +0000 (18:56 +0000)]
Added a comment: reply: disconnected archive

6 years agocomment
Joey Hess [Mon, 16 Mar 2020 18:37:57 +0000 (14:37 -0400)]
comment

6 years agocomment
Joey Hess [Mon, 16 Mar 2020 18:26:34 +0000 (14:26 -0400)]
comment

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 16 Mar 2020 18:17:27 +0000 (14:17 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agoclose
Joey Hess [Mon, 16 Mar 2020 18:16:55 +0000 (14:16 -0400)]
close

6 years agocomment
Joey Hess [Mon, 16 Mar 2020 18:15:00 +0000 (14:15 -0400)]
comment

6 years agocomment
Joey Hess [Mon, 16 Mar 2020 18:08:49 +0000 (14:08 -0400)]
comment

6 years agocomment
Joey Hess [Mon, 16 Mar 2020 18:04:55 +0000 (14:04 -0400)]
comment

6 years agoAdded a comment
yarikoptic [Mon, 16 Mar 2020 17:57:27 +0000 (17:57 +0000)]
Added a comment

6 years agocomment
Joey Hess [Mon, 16 Mar 2020 17:56:16 +0000 (13:56 -0400)]
comment

6 years agoum
Joey Hess [Mon, 16 Mar 2020 17:34:11 +0000 (13:34 -0400)]
um

6 years agofollowup
Joey Hess [Mon, 16 Mar 2020 17:20:22 +0000 (13:20 -0400)]
followup

6 years agofollowup
Joey Hess [Mon, 16 Mar 2020 17:18:50 +0000 (13:18 -0400)]
followup

6 years agocomment
Joey Hess [Mon, 16 Mar 2020 17:12:18 +0000 (13:12 -0400)]
comment

6 years agoFix a minor bug that caused options provided with -c to be passed multiple times...
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.

6 years agomoreinfo
Joey Hess [Mon, 16 Mar 2020 16:45:43 +0000 (12:45 -0400)]
moreinfo

6 years agocomment
Joey Hess [Mon, 16 Mar 2020 16:28:08 +0000 (12:28 -0400)]
comment

6 years ago(no commit message)
lasitus [Mon, 16 Mar 2020 14:51:51 +0000 (14:51 +0000)]

6 years ago(no commit message)
lasitus [Mon, 16 Mar 2020 14:51:12 +0000 (14:51 +0000)]

6 years ago(no commit message)
thk [Mon, 16 Mar 2020 13:12:01 +0000 (13:12 +0000)]

6 years ago(no commit message)
thk [Mon, 16 Mar 2020 13:03:56 +0000 (13:03 +0000)]

6 years agoAdded a comment
jksrecko [Sun, 15 Mar 2020 09:54:00 +0000 (09:54 +0000)]
Added a comment

6 years ago(no commit message)
thk [Sun, 15 Mar 2020 09:36:14 +0000 (09:36 +0000)]

6 years agoAdded a comment: Tor remote does not use stdin
thk [Sun, 15 Mar 2020 09:35:18 +0000 (09:35 +0000)]
Added a comment: Tor remote does not use stdin

6 years agoAdded a comment
jksrecko [Sun, 15 Mar 2020 09:13:27 +0000 (09:13 +0000)]
Added a comment

6 years agocomment
Joey Hess [Sat, 14 Mar 2020 19:50:37 +0000 (15:50 -0400)]
comment

6 years agocomment
Joey Hess [Sat, 14 Mar 2020 19:46:53 +0000 (15:46 -0400)]
comment

6 years ago(no commit message)
thk [Sat, 14 Mar 2020 17:55:43 +0000 (17:55 +0000)]

6 years ago(no commit message)
thk [Sat, 14 Mar 2020 17:12:24 +0000 (17:12 +0000)]

6 years ago(no commit message)
thk [Sat, 14 Mar 2020 11:52:03 +0000 (11:52 +0000)]

6 years agoAdded a comment: gsasl dependency
Ilya_Shlyakhter [Wed, 11 Mar 2020 22:13:47 +0000 (22:13 +0000)]
Added a comment: gsasl dependency

6 years agoAdded a comment
Ilya_Shlyakhter [Wed, 11 Mar 2020 22:00:53 +0000 (22:00 +0000)]
Added a comment

6 years agoAdded a comment: past versions of annexed files
Ilya_Shlyakhter [Wed, 11 Mar 2020 21:55:57 +0000 (21:55 +0000)]
Added a comment: past versions of annexed files

6 years agoreport bug
spwhitton [Wed, 11 Mar 2020 21:41:21 +0000 (21:41 +0000)]
report bug

6 years agoAdded a comment
Ilya_Shlyakhter [Wed, 11 Mar 2020 21:34:14 +0000 (21:34 +0000)]
Added a comment

6 years ago(no commit message)
thk [Wed, 11 Mar 2020 20:19:37 +0000 (20:19 +0000)]

6 years agoAdded a comment
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 19:30:32 +0000 (19:30 +0000)]
Added a comment

6 years agoAdded a comment
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 18:21:59 +0000 (18:21 +0000)]
Added a comment

6 years agoAdded a comment
Ilya_Shlyakhter [Wed, 11 Mar 2020 18:12:09 +0000 (18:12 +0000)]
Added a comment

6 years agoAdded a comment
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 18:07:32 +0000 (18:07 +0000)]
Added a comment

6 years agoAdded a comment
Ilya_Shlyakhter [Wed, 11 Mar 2020 17:32:35 +0000 (17:32 +0000)]
Added a comment

6 years agoAdded a comment: make install failing for 8.20200309, any ideas as to why?
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?

6 years agoAdded a comment
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 [Wed, 11 Mar 2020 17:13:29 +0000 (17:13 +0000)]
Added a comment

6 years agoAdded a comment: where are the release notes for git annex?
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?

6 years agoAdded a comment
erewhon [Wed, 11 Mar 2020 16:11:54 +0000 (16:11 +0000)]
Added a comment

6 years agorepeated --config values
kyle [Wed, 11 Mar 2020 15:25:52 +0000 (15:25 +0000)]
repeated --config values

6 years ago(no commit message)
lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245 [Wed, 11 Mar 2020 14:24:18 +0000 (14:24 +0000)]

6 years ago(no commit message)
lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245 [Wed, 11 Mar 2020 14:22:19 +0000 (14:22 +0000)]

6 years agoAdded a comment
scinu [Wed, 11 Mar 2020 04:51:17 +0000 (04:51 +0000)]
Added a comment

6 years agoadded possible bug report: networkbsd flag default differs in stack.yaml and git...
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

6 years agoAdded a comment
Ilya_Shlyakhter [Tue, 10 Mar 2020 22:22:45 +0000 (22:22 +0000)]
Added a comment

6 years agoremoved
scinu [Tue, 10 Mar 2020 22:18:17 +0000 (22:18 +0000)]
removed

6 years agoremoved
scinu [Tue, 10 Mar 2020 22:17:47 +0000 (22:17 +0000)]
removed

6 years agoAdded a comment
scinu [Tue, 10 Mar 2020 22:17:20 +0000 (22:17 +0000)]
Added a comment