Joey Hess
b426ff6825
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.
2020-03-26 13:04:24 -04:00
Joey Hess
40c911e427
analysis
2020-03-26 12:41:38 -04:00
Joey Hess
a0d274fed6
Merge branch 'master' of ssh://git-annex.branchable.com
2020-03-25 13:05:47 -04:00
Joey Hess
357f783edf
add priority tags
2020-03-25 13:05:09 -04:00
yarikoptic
0397011792
initial report on failing gpg related tests inside singularity container
2020-03-25 00:01:36 +00:00
kyle
a51a94f616
bug: add --force-small submodule
2020-03-23 20:43:01 +00:00
Joey Hess
4b92bbe8d7
webdav: Made exporttree remotes faster by caching connection to the server
...
Followed example of Remote.S3.
2020-03-20 12:48:43 -04:00
Joey Hess
24255b3c96
confirmed, and open todo for something mentioned in this bug
2020-03-20 12:00:07 -04:00
kyle
83a5467e93
sync adjusted submodule commit
2020-03-18 02:18:03 +00:00
thk
6eacb3e170
2020-03-17 20:45:59 +00:00
thk
fb60296885
2020-03-16 20:47:16 +00:00
thk
df9957823f
Added a comment: Please close
2020-03-16 20:46:27 +00:00
thk
cf48c140cf
Added a comment
2020-03-16 20:42:55 +00:00
yarikoptic
6be7666f9e
Added a comment
2020-03-16 19:54:42 +00:00
Joey Hess
73289afdab
comment
2020-03-16 14:37:57 -04:00
Joey Hess
079656e69c
comment
2020-03-16 14:26:34 -04:00
Joey Hess
21ff99db9a
Merge branch 'master' of ssh://git-annex.branchable.com
2020-03-16 14:17:27 -04:00
Joey Hess
949eaec915
comment
2020-03-16 14:04:55 -04:00
yarikoptic
0db8f552cc
Added a comment
2020-03-16 17:57:27 +00:00
Joey Hess
19ae730d91
comment
2020-03-16 13:56:16 -04:00
Joey Hess
e77d1badd5
um
2020-03-16 13:34:11 -04:00
Joey Hess
b5899671f1
followup
2020-03-16 13:26:58 -04:00
Joey Hess
df7d8dbd08
followup
2020-03-16 13:18:50 -04:00
Joey Hess
f203475eae
comment
2020-03-16 13:12:18 -04:00
Joey Hess
c8fec6ab03
Fix a minor bug that caused options provided with -c to be passed multiple times to git.
2020-03-16 13:06:44 -04:00
Joey Hess
b166223d48
moreinfo
2020-03-16 12:45:43 -04:00
Joey Hess
0736508b62
comment
2020-03-16 12:28:08 -04:00
thk
2e506c6e1b
2020-03-16 13:03:56 +00:00
jksrecko
364647c38e
Added a comment
2020-03-15 09:54:00 +00:00
thk
cb0aef71a1
2020-03-15 09:36:14 +00:00
thk
2c859b6260
Added a comment: Tor remote does not use stdin
2020-03-15 09:35:18 +00:00
jksrecko
5072930a44
Added a comment
2020-03-15 09:13:27 +00:00
Joey Hess
f4b8b46716
comment
2020-03-14 15:50:37 -04:00
Joey Hess
2dcfef4e45
comment
2020-03-14 15:46:53 -04:00
thk
2f54b19d45
2020-03-14 17:55:43 +00:00
thk
97058e2d4d
2020-03-14 17:12:24 +00:00
thk
b32e69ba45
2020-03-14 11:52:03 +00:00
thk
a1c29a35be
2020-03-11 20:19:37 +00:00
kyle
d2571ee35f
repeated --config values
2020-03-11 15:25:52 +00:00
scinu
5903d925b6
Added a comment
2020-03-11 04:51:17 +00:00
Ilya_Shlyakhter
d6d7348461
added possible bug report: networkbsd flag default differs in stack.yaml and git-annex.cabal
2020-03-11 03:05:33 +00:00
Ilya_Shlyakhter
ad472941de
Added a comment
2020-03-10 22:22:45 +00:00
scinu
1faaa6a031
removed
2020-03-10 22:18:17 +00:00
scinu
86fa67cd54
removed
2020-03-10 22:17:47 +00:00
scinu
8712a4d348
Added a comment
2020-03-10 22:17:20 +00:00
scinu
8d46240c58
Added a comment: layout messed up
2020-03-10 22:11:22 +00:00
scinu
a17f8e1440
Added a comment: Double symlinks
2020-03-10 22:06:48 +00:00
thk
b2f99ef77c
2020-03-10 19:59:15 +00:00
thk
c7a7bfba6e
2020-03-10 19:47:17 +00:00
Joey Hess
081ec23211
comment
2020-03-10 13:29:03 -04:00
scinu
300a6b72d1
Added a comment: more specifics
2020-03-10 03:49:04 +00:00
Joey Hess
4ce518998a
Fix upgrade failure when a file has been deleted from the working tree
2020-03-09 16:59:18 -04:00
Joey Hess
afe72d04ff
fix problems with upgrade of local remotes
...
Upgrade other repos than the current one by running git-annex upgrade
inside them, which avoids problems with upgrade code making assumptions
that the cwd will be inside the repo being upgraded.
In particular, this fixes a problem where upgrading a v7 repo to v8 caused
an ugly git error message.
I actually could not find a way to make Upgrade.V7 work properly
without changing directory to the remote. Once I got git ls-files to work,
the git cat-file failed because :path can only be used in the current git
repo.
2020-03-09 16:49:28 -04:00
Joey Hess
a4f99765d7
close
2020-03-09 15:47:18 -04:00
Joey Hess
cff20a3beb
response
2020-03-09 15:09:15 -04:00
Joey Hess
3c8eb47d2f
Merge branch 'master' of ssh://git-annex.branchable.com
2020-03-09 14:54:44 -04:00
Joey Hess
d930a2035c
Avoid converting .git file in a worktree or submodule to a symlink when the repository is not a git-annex repository.
...
This means it will still be a .git file when git-annex init runs. That's
ok, the repo probably contains no annexed objects yet, and even if it does,
git-annex init does not care if symlinks in the worktree don't point to the
objects.
I made init, at the end, run the conversion code. Not really necessary
because the next git-annex command could do it just as well. But, this
avoids commands that don't normally write to the repo needing to write to
it, which might avoid some problem or other, and seems worth avoiding
generally.
2020-03-09 14:54:14 -04:00
kyle
c0e7308d01
Added a comment: thanks
2020-03-09 18:29:26 +00:00
Joey Hess
1978a24207
Fix bug that caused unlocked annexed dotfiles to be added to git by the smudge filter when annex.dotfiles was not set.
2020-03-09 14:20:02 -04:00
Joey Hess
96ed67671d
v5 too?
2020-03-09 14:02:20 -04:00
Joey Hess
6dbde41709
Merge branch 'master' of ssh://git-annex.branchable.com
2020-03-09 13:54:33 -04:00
Joey Hess
1e46ea1c52
comment
2020-03-09 13:52:07 -04:00
Joey Hess
e57f64ce89
bug report
2020-03-09 13:45:06 -04:00
Joey Hess
798dfa2d1b
comment
2020-03-09 13:14:18 -04:00
scinu
0a725862c3
Added a comment: Problem solved (partially)
2020-03-09 17:00:52 +00:00
Joey Hess
5dbdab415e
followup
2020-03-09 12:57:07 -04:00
Joey Hess
6a91471923
GETCONFIG name fix
...
Fix regression that prevented external special remotes from using GETCONFIG
to query values like "name". (Introduced in version 7.20200202.7.)
2020-03-09 12:38:04 -04:00
yarikoptic
feec593983
added metadata tot he bug -- datalad
2020-03-08 15:00:14 +00:00
michael.hanke@c60e12358aa3fc6060531bdead1f530ac4d582ec
800e5e7ebf
2020-03-08 08:01:00 +00:00
thk
53c3b1ed5e
2020-03-07 12:16:50 +00:00
thk
5321262958
2020-03-07 11:46:33 +00:00
Ilya_Shlyakhter
82b03249cd
added bug report: running git annex commands in worktree of a non-git-annex repo changes the .git
2020-03-06 22:15:51 +00:00
kyle
9fc0e8091d
behavior of annexed dotfiles in clone
2020-03-06 22:05:44 +00:00
thk
75d382a9f7
2020-03-06 17:38:55 +00:00
yarikoptic
be2e839870
initial report on "Too many open files" on OSX
2020-03-05 20:26:48 +00:00
Ilya_Shlyakhter
ae61ee34c0
Added a comment: atomic/transactional upgrades
2020-03-05 19:10:16 +00:00
MartinL
daed9cb05c
2020-03-05 06:10:28 +00:00
titaniumfiles@5227364ee3e2f9207bc36b6ebb281fc7af6d3c16
4e8fe3d311
2020-03-05 01:01:30 +00:00
Joey Hess
5b7cf6ab9e
Merge branch 'master' of ssh://git-annex.branchable.com
2020-03-04 13:05:53 -04:00
Joey Hess
88f721549d
Linux standalone: Use md5sum to shorten paths in .cache/git-annex/locales
...
md5sum is part of busybox, so is probably available unless it were compiled
out. If md5sum (or cut for that matter) is not available, it will
still use the whole path to $base, otherwise hash it.
Of course it's possible for md5sum to be available sometimes and not others
on the same system; in such an event the locales would be built twice for
the same bundle. The cleanup code will delete both sets once that
version of the bundle is upgraded.
2020-03-04 13:04:56 -04:00
Ilya_Shlyakhter
8f413099de
Added a comment: locale info caching for standalone git-annex
2020-03-04 17:04:43 +00:00
Joey Hess
4f01a4e2e0
response
2020-03-04 12:57:10 -04:00
Ilya_Shlyakhter
a49b255006
Added a comment: id for locale cache
2020-03-03 23:31:55 +00:00
Ilya_Shlyakhter
ab5cf216bd
Added a comment: git-annex standalone and long filenames in locale cache
2020-03-03 22:36:42 +00:00
Ilya_Shlyakhter
1de3bade97
Added a comment: minimum git version
2020-03-03 21:15:07 +00:00
lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245
e5adeb65f5
Added a comment
2020-03-03 20:33:47 +00:00
yarikoptic
6e72092d0b
Added a comment
2020-03-03 17:48:16 +00:00
http://id.pvgoran.name/
8f112b3157
Added a comment
2020-03-03 04:16:35 +00:00
http://id.pvgoran.name/
0061c36df9
Added a comment
2020-03-03 03:19:01 +00:00
http://id.pvgoran.name/
2a5b640ade
Added a comment
2020-03-03 03:16:25 +00:00
http://id.pvgoran.name/
d9b890ba40
Added a comment
2020-03-03 02:11:30 +00:00
yarikoptic
4772acdb44
Added a comment
2020-03-02 20:54:12 +00:00
Joey Hess
41a5c47860
merge
2020-03-02 16:08:31 -04:00
Joey Hess
be8589d5e9
Merge branch 'master' of ssh://git-annex.branchable.com
2020-03-02 15:54:57 -04:00
Joey Hess
5a72e3be18
comment
2020-03-02 15:43:34 -04:00
Joey Hess
a7c09c3586
comment
2020-03-02 15:35:38 -04:00
yarikoptic
815d03475b
Added a comment
2020-03-02 19:23:55 +00:00
Joey Hess
1a8087ace5
respond and close
2020-03-02 14:58:31 -04:00
Joey Hess
716e573514
split up quickcheck tests for hashes and macs
...
So when one fais, it's clear which one is the problem.
2020-03-02 14:34:48 -04:00
Joey Hess
ddeb7bea99
Merge branch 'master' of ssh://git-annex.branchable.com
2020-03-02 13:48:33 -04:00
Joey Hess
c578e8ebfd
close already fixed bug
...
and document it in the changelog for the release where it was fixed
2020-03-02 13:47:47 -04:00
Joey Hess
b279cef1a2
comment
2020-03-02 13:17:05 -04:00
yarikoptic
9a2a9fd142
reallocated from repronim to datalad and added a link to the commit which fixed it
2020-03-02 17:04:53 +00:00
Joey Hess
a1934434d5
Merge branch 'master' of ssh://git-annex.branchable.com
2020-03-02 11:55:50 -04:00
Joey Hess
2911c6887c
link
2020-03-02 11:55:34 -04:00
yarikoptic
b469d6b4f5
Added a comment
2020-02-29 06:10:19 +00:00
http://id.pvgoran.name/
b95f30f611
2020-02-29 05:51:45 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
dba1a09e97
2020-02-28 20:32:26 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
e40f7f3020
Added a comment
2020-02-28 20:20:09 +00:00
yarikoptic
39a463c34a
Added a comment
2020-02-28 19:15:22 +00:00
Joey Hess
08feef9952
Merge branch 'master' of ssh://git-annex.branchable.com
2020-02-28 14:58:44 -04:00
Joey Hess
56cb514331
comment
2020-02-28 14:57:49 -04:00
yarikoptic
64531bbaf7
Added a comment
2020-02-28 18:47:27 +00:00
Ilya_Shlyakhter
5b659cebc4
Added a comment: fsck of dead keys
2020-02-28 18:44:21 +00:00
Joey Hess
7ed6392405
comment
2020-02-28 13:58:26 -04:00
Joey Hess
2723165642
comment
2020-02-28 13:54:32 -04:00
Joey Hess
8bd535b1e5
comment
2020-02-28 13:49:26 -04:00
Joey Hess
39e298f1fa
comment
2020-02-28 13:38:37 -04:00
Joey Hess
457c0c89a8
comment
2020-02-28 13:26:43 -04:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
55e95643b2
Added a comment
2020-02-28 15:44:50 +00:00
Ilya_Shlyakhter
e156a2b742
Added a comment: another example of git-annex-fsck reporting dead keys as errors
2020-02-27 21:39:57 +00:00
yarikoptic
8a3a94274f
annotate when it was fixed
2020-02-27 17:31:06 +00:00
Joey Hess
eb884085b5
Merge branch 'master' of ssh://git-annex.branchable.com
2020-02-27 11:54:37 -04:00
yarikoptic
18db5a2a91
marking old issue done
2020-02-27 15:53:30 +00:00
yarikoptic
1f50eecbb8
Added a comment
2020-02-27 15:52:10 +00:00
yarikoptic
c579146a3a
initial report on annex/objects/.../KEY directory left behind
2020-02-27 15:36:10 +00:00
Joey Hess
c089f395b0
Bugfix: Don't ignore --debug when it is followed by -c
2020-02-27 00:52:37 -04:00
Joey Hess
09b5a77665
retitl
2020-02-26 18:39:09 -04:00
Joey Hess
ce8a034ecd
idea, not impementing today
2020-02-26 18:38:12 -04:00
Joey Hess
535ad3ba75
comment
2020-02-26 18:30:20 -04:00
Joey Hess
66e27f9ed7
Merge branch 'master' of ssh://git-annex.branchable.com
2020-02-26 18:30:08 -04:00
Joey Hess
64639ff9b1
followup and close
2020-02-26 18:29:06 -04:00
yarikoptic
cef703ccb8
removed
2020-02-26 21:00:18 +00:00
yarikoptic
b49a0ca25a
Added a comment
2020-02-26 20:58:16 +00:00
yarikoptic
34d726cba6
Added a comment: --debug output
2020-02-26 20:37:00 +00:00
yarikoptic
80b8b55b09
Added a comment: --debug output
2020-02-26 20:36:28 +00:00
yarikoptic
0651e88a56
Added a comment
2020-02-26 20:14:47 +00:00
yarikoptic
1df33a5b3b
initial report on --debug , -c interaction
2020-02-26 19:59:48 +00:00
Joey Hess
fed72e0e8e
comment
2020-02-26 15:24:12 -04:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
264c0c5780
Added a comment
2020-02-26 19:15:11 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
93517d7b70
Added a comment
2020-02-26 19:11:53 +00:00
Joey Hess
30979bcc4c
comment
2020-02-26 15:06:38 -04:00
Joey Hess
e520341500
Bugfix to getting content from an export remote with -J, when the export database was not yet populated.
2020-02-26 14:57:29 -04:00
Joey Hess
cb86caf929
comment
2020-02-26 14:21:35 -04:00
Joey Hess
85d9a810e9
response
2020-02-26 14:08:11 -04:00
yarikoptic
c259aedab5
Added a comment
2020-02-26 17:42:51 +00:00
yarikoptic
f765f3a357
Added a comment: requires -c annex.retry=2 to workaround
2020-02-26 17:34:55 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
5d84564a76
removed
2020-02-26 16:39:22 +00:00
yarikoptic
720a7727a1
issue on a stalled enableremote
2020-02-26 16:20:44 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
3e3d72d803
Added a comment: strace
2020-02-26 15:51:10 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
6988256f68
Added a comment: strace
2020-02-26 15:50:50 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
26e7c935af
Added a comment
2020-02-26 13:46:22 +00:00
bvaa
456bff66f8
2020-02-26 10:25:47 +00:00
Joey Hess
9dca87311a
comment
2020-02-25 16:39:07 -04:00
Joey Hess
288e07a416
comment
2020-02-25 13:46:51 -04:00
Joey Hess
b4c4e3b853
correction
2020-02-25 13:42:44 -04:00
Joey Hess
7b8ec5023e
comment
2020-02-25 13:41:42 -04:00
Joey Hess
888f6041a7
Merge branch 'master' of ssh://git-annex.branchable.com
2020-02-25 13:34:57 -04:00
Joey Hess
508b962759
comment
2020-02-25 13:34:16 -04:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
e7163c0a1f
Added a comment: no traffic getting out
2020-02-25 16:55:25 +00:00
kyle
d536167a03
Added a comment: thanks
2020-02-25 01:20:35 +00:00
Joey Hess
1bb32098d6
jump right to v8, don't stop part way
...
* init --version: When the version given is one that automatically
upgrades to a newer version, use the newer version instead.
* Auto upgrades from older repo versions, like v5, now jump right to v8.
2020-02-24 13:21:00 -04:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
ddd3099de9
2020-02-21 21:42:29 +00:00
kyle
c6a66353bb
2020-02-21 21:22:03 +00:00
Joey Hess
17b3c66a61
followup and merge
2020-02-20 13:35:37 -04:00
Joey Hess
be2a9e12bb
close
2020-02-20 13:22:37 -04:00
Joey Hess
029c883713
Merge branch 'master' into v8
2020-02-19 14:32:11 -04:00
Ilya_Shlyakhter
af91e5e5e7
Added a comment: git-annex build-time dependencies
2020-02-18 19:33:35 +00:00
Joey Hess
39864fe1b4
close wontfix
2020-02-17 12:53:27 -04:00
Joey Hess
f4bf2ccc7a
comment
2020-02-17 12:45:00 -04:00
Ilya_Shlyakhter
ae75b673cf
Added a comment
2020-02-16 04:05:11 +00:00
yarikoptic
3d4f068796
Added a comment
2020-02-15 04:45:05 +00:00
Ilya_Shlyakhter
703a88a58e
Added a comment: ssh caching
2020-02-14 20:53:30 +00:00
Joey Hess
879f52a116
annex.tune.branchhash1=true bugfix
...
Fix support for repositories tuned with annex.tune.branchhash1=true,
including --all not working and git-annex log not displaying anything for
annexed files.
2020-02-14 15:22:48 -04:00
Joey Hess
c265cf27a0
tag moreinfo
2020-02-14 14:53:39 -04:00
Joey Hess
352963690a
fsck --from remote -J concurrency bug
...
fsck --from remote: Fix a concurrency bug that could make it incorrectly
detect that content in the remote is corrupt, and remove it, resulting in
data loss.
2020-02-14 14:52:15 -04:00
Joey Hess
399319ccbc
Avoid throwing fatal errors when asked to write to a readonly git remote on http
...
Test suite found one of them, looking for giveup turned up several more.
2020-02-14 14:38:13 -04:00
Joey Hess
a490947068
annex.sshcaching warning improvement and allow overridding build time default
...
* When git-annex is built with a ssh that does not support ssh connection
caching, default annex.sshcaching to false, but let the user override it.
* Improve warning messages further when ssh connection caching cannot
be used, to clearly state why.
2020-02-14 14:21:03 -04:00
Ilya_Shlyakhter
eb6527197f
added bug report re: warning about ssh caching keeps showing
2020-02-12 18:12:10 +00:00
Ilya_Shlyakhter
4074f1aff8
Added a comment: reasons not to have annex.genmetadata default to true
2020-02-10 18:40:54 +00:00
achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8
c94cac580d
2020-02-07 14:37:31 +00:00
t+gitannex@1d62779e8b54f30a854739f61542a6885167b01f
9918952a5b
Added a comment
2020-02-06 11:07:35 +00:00
Joey Hess
c9357bdc0e
ifdef persistent-template 2.8.0 fixes
...
The i386ancient build has a ghc too old for these extensions.
Build with persistent-template 2.8.0 tested.
2020-02-04 13:53:00 -04:00
Joey Hess
ee718fb35d
Makefile: Really move the fish completion to the vendor_completions.d directory.
2020-02-04 12:10:09 -04:00
Joey Hess
4920df6573
Fix build with newest version of persistent-template.
...
This is untested because of rain, also I am operating from truncated
copiler error messages in a bug report that also doesn't mention what the
library version is. Still, it should work.
May break builds with old ghc, in particular DerivingStrategies is
I think fairly new? The pragmas could be ifdefed if necessary. Works with
ghc 8.6.5.
2020-02-04 12:03:30 -04:00
nrg@bd619d1ebf16e6324c546adea8be8fe1cc2b4325
ae2d42bad4
Added a comment: Change introduced by persistent-sqlite and persistent-template
2020-02-04 15:10:04 +00:00
annex2384@290036d126d86bcec28ee2f2ead549de1f59e90e
f720ea05a9
Added a comment: Using -o metadata?
2020-02-04 03:22:46 +00:00
eschwartz@5abb721e66990e478c7d1caf96beb4f9794eb168
841fcaeeaf
Added a comment: Partial fix only.
2020-02-03 23:47:38 +00:00
Chel
8bc02e5899
Added a comment
2020-02-03 23:34:05 +00:00
nrg@bd619d1ebf16e6324c546adea8be8fe1cc2b4325
c01296be69
Added a comment: Confirmed with macOS 10.14.6 building git-annex-7.20200202.7
2020-02-03 23:10:23 +00:00
Joey Hess
a75aeb5ff4
move comment to right bug and simplify another
2020-02-03 12:51:28 -04:00
Joey Hess
1cfe72c103
Merge branch 'master' of ssh://git-annex.branchable.com
2020-02-02 16:48:58 -04:00
Joey Hess
d44fb89d4f
fix Arbitrary AssociatedFile to not crash when LANG=C
...
Even letting through things that Data.Char.generalCategory said
wereUppercaseLetter caused the crash. Apparently what's going on is
that, in LANG=C, it does not expect to find unicode chars in a String,
except presumably ones that are surrogates.
But ascii is good enough to test the things we need to test about
associated files.
2020-02-02 16:37:25 -04:00
jeanpmbox-456@7222359de8d1f37a7cf25a519e8faf90a9517b50
3a5a510f18
Added a comment
2020-02-01 11:35:39 +00:00
Joey Hess
cffa2446e8
tagged the past 2 years of open todos and followed up to a few of them
...
also moved some that were really bug reports to bugs/ and closed a
couple
2020-01-30 15:22:05 -04:00
joon.ch@e354453395d8e8c33990f849b7290777ce693984
e50b2298d3
2020-01-29 18:43:02 +00:00
Joey Hess
98b4291ca8
Merge branch 'master' of ssh://git-annex.branchable.com
2020-01-27 15:38:03 -04:00
Chel
3b917ee5c8
I am talking about myself...
2020-01-26 21:09:53 +00:00
Chel
20768c716c
Improved additional information
2020-01-26 21:03:47 +00:00
Chel
4e6b636f7a
Bug report: Parallel fsck with same-key files
2020-01-26 20:50:11 +00:00
Chel
072e74ccec
2020-01-26 18:38:58 +00:00
jeanpmbox-456@7222359de8d1f37a7cf25a519e8faf90a9517b50
34d82c5eaa
2020-01-26 16:30:45 +00:00
jeanpmbox-456@7222359de8d1f37a7cf25a519e8faf90a9517b50
d426e414cc
disable git-annex autostart in windows
2020-01-26 16:28:48 +00:00
yarikoptic
2e3159f566
failing test report
2020-01-24 14:45:34 +00:00
Joey Hess
e033010276
close
2020-01-23 16:45:27 -04:00
Joey Hess
5c3d06b070
Makefile: Move the fish completion to the vendor_completions.d directory.
2020-01-23 16:42:08 -04:00
Joey Hess
366e398bf0
close
2020-01-23 16:31:12 -04:00
Joey Hess
648cb15fb4
comment
2020-01-23 16:29:14 -04:00
Joey Hess
07a8d6dd65
comment
2020-01-23 15:33:41 -04:00
Joey Hess
342ff4666c
comment
2020-01-23 15:21:31 -04:00
Joey Hess
41d2182298
close
2020-01-23 15:15:25 -04:00
Joey Hess
7ffdc1f10c
comment
2020-01-23 15:08:46 -04:00
Joey Hess
f54286c672
close
2020-01-23 14:51:35 -04:00
yarikoptic
9d822f0d2d
Added a comment
2020-01-23 17:52:02 +00:00
Joey Hess
5c3636037b
Display a warning when concurrency is enabled but ssh connection caching is not enabled or won't work due to a crippled filesystem
...
A warning message is unsatisfying. But erroring out is too hard a failure,
especially since it may well work fine if the user has enabled passwordless
ssh.
I did think about falling back to one ssh connection at a time in this
case, but it would have needed a rework of every ssh call, which
seems far overboard for such a niche problem. There's no single place where
git-annex runs ssh, so no one place that it could block a concurrent call
on a semaphore. And, even if it did fall back to one ssh connection at a
time, it seems to me that doing so without warning the user about the
problem just invites bug reports like "git-annex is ignoring my -J2 and
only doing one download at a time". So a warning is needed, and I suppose
is good enough.
2020-01-23 12:35:46 -04:00
Joey Hess
81b06588a1
close as fixed in DAV library
2020-01-23 11:46:57 -04:00
Joey Hess
1883f7ef8f
support git remotes that need http basic auth
...
using git credential to get the password
One thing this doesn't do is wrap the password prompting inside the prompt
action. So with -J, the output can be a bit garbled.
2020-01-22 16:16:19 -04:00
Joey Hess
45250c3273
closed the wrong bug
2020-01-22 15:51:35 -04:00
Joey Hess
75059c9f3b
better error message when git config fails to parse remote config
...
Rather than leaking the name of the temp file, just say the config parse
failed, and where the config was downloaded from.
Not closing the bug report because two issues were reported in the same
bug report, because the universe wants me to continually re-read old
unclosed bug reports to waste my time determining what still needs to be
done.
2020-01-22 13:35:54 -04:00
Joey Hess
6cc1f1dce9
Merge branch 'master' of ssh://git-annex.branchable.com
2020-01-22 12:40:20 -04:00
Joey Hess
6a43bcf6c5
comment
2020-01-22 12:39:55 -04:00
Joey Hess
d227093002
avoid ugly error message
...
Http remotes that do expose a git config file, but are not initialized
resulted in an ugly and unncessary error message, now sqelched.
When git-annex-shell configlist is run w/o the autoinit field, it may
not generate a uuid for the repository. So in that case, it's not
unexpected for the config it does list to not include a UUID, and
dumping out the config in a warning message is not needed.
If configlist is asked to autoinit and we don't get back a config with a
UUID in it, that suggests some problem, and what we got back may not be
a config at all but some diagnostic message, so it does make sense to
output it then.
2020-01-22 11:57:20 -04:00
eschwartz@5abb721e66990e478c7d1caf96beb4f9794eb168
0a9be3da30
New bug for fish-completion
2020-01-22 05:33:08 +00:00
dxld
03255dcae4
Added a comment
2020-01-21 19:28:34 +00:00
Joey Hess
8cda10777a
comment
2020-01-21 14:36:29 -04:00
dxld
cdbe776d0f
2020-01-21 11:53:26 +00:00
bastibe
15bc8741c2
2020-01-20 14:57:04 +00:00
AdamSpiers
0b7d11d033
2020-01-06 15:47:14 +00:00
Joey Hess
f9782dd1b1
comment
2020-01-01 14:26:58 -04:00
Joey Hess
2cea674d1e
Merge branch 'master' into v8
2020-01-01 14:26:43 -04:00
cdl+git-annex@b0d37ee10004bd40b9b1bda4c5d4eeec3bde3981
ef6d1e3276
2019-12-31 02:05:11 +00:00
cdl+git-annex@b0d37ee10004bd40b9b1bda4c5d4eeec3bde3981
2b9172e981
2019-12-30 19:25:31 +00:00
sirio@84e81889437b3f6208201a26e428197c6045c337
1383135f75
Added a comment: Duplicate 'gcrypt-id' may be the issue?
2019-12-29 22:10:26 +00:00
kyle
507a860e2e
Added a comment
2019-12-28 21:06:46 +00:00
Joey Hess
9a04e2c859
close
2019-12-27 15:08:11 -04:00
Joey Hess
ea3cb7d277
fix a case where file tracked by git unexpectedly becomes annex pointer file
...
smudge: When annex.largefiles=anything, files that were already stored in
git, and have not been modified could sometimes be converted to being
stored in the annex. Changes in 7.20191024 made this more of a problem.
This case is now detected and prevented.
2019-12-27 15:08:03 -04:00
Joey Hess
b9481c6ba0
comment
2019-12-27 14:52:19 -04:00
Joey Hess
ca4a200c2e
update on variant
2019-12-27 13:17:53 -04:00
Joey Hess
1b71bc4330
followup
2019-12-27 03:04:23 -04:00
Joey Hess
2b821eb225
Merge branch 'master' into sqlite
2019-12-26 15:15:42 -04:00
Joey Hess
293f95c2d6
analysis
2019-12-26 15:05:36 -04:00
yarikoptic
2dffa59f79
added projects/datalad
2019-12-24 14:10:49 +00:00
https://christian.amsuess.com/chrysn
b8ab61d5fd
Added a comment: Workaround
2019-12-22 10:50:33 +00:00
https://christian.amsuess.com/chrysn
8ffc58a5d8
link from bug report to submodules to make the affecting bug visible there
2019-12-22 10:02:23 +00:00
https://christian.amsuess.com/chrysn
608d4413d9
report difficulty encountered when using submodules
2019-12-21 20:40:44 +00:00
Joey Hess
14897ec8e2
comment
2019-12-20 16:11:21 -04:00
yarikoptic
1bd6549b72
Added a comment: oh hoh, there is mimeencoding now
2019-12-20 19:54:04 +00:00
yarikoptic
98c9136d4f
elaborated on my previous (marked "done") bug report about mimetypes
2019-12-20 19:50:24 +00:00
Joey Hess
f6c18f6940
Merge branch 'bs' into sqlite-bs
2019-12-18 15:14:44 -04:00
Joey Hess
d5628a16b8
Merge branch 'bs' into sqlite-bs
2019-12-18 14:51:03 -04:00