felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a5
4b6a893b4c
2019-07-29 06:05:05 +00:00
felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a5
66de7ebe6d
2019-07-28 21:29:00 +00:00
Ilya_Shlyakhter
f257282cdc
Added a comment
2019-07-23 20:57:11 +00:00
Ilya_Shlyakhter
924e89f932
added bug report about fsck flagging dead keys as errors
2019-07-23 20:56:19 +00:00
Ilya_Shlyakhter
bd30c428ee
added bug report re: git-annex-fsck failing with "thread blocked indefinitely"
2019-07-23 16:03:27 +00:00
Joey Hess
05e3b93b89
comment
2019-07-19 13:22:09 -04:00
Joey Hess
21ff5e1e5a
CoW probing
...
Improved probing when CoW copies can be made between files on the same
drive. Now supports CoW between BTRFS subvolumes. And, falls back to rsync
instead of using cp when CoW won't work, eg copies between repos on the
same EXT4 filesystem.
Rather than trying cp --reflink=always for each file copied to a remote,
it's tried once and if it fails it falls back to using rsync thereafter
for the lifetime of the Remote object. That avoids overhead of calling cp
which while small, will add up over a large number of files.
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2019-07-17 14:19:08 -04:00
Joey Hess
dabbaa53f5
comment
2019-07-17 12:15:39 -04:00
Joey Hess
7be690f326
check headRef not Branch.current
...
Support running v7 upgrade in a repo where there is no branch checked out,
but HEAD is set directly to some other ref.
This commit was sponsored by Jack Hill on Patreon.
2019-07-16 12:36:29 -04:00
kyle
47d1d8df34
Added a comment: a reduced script
2019-07-11 20:19:23 +00:00
yarikoptic
9a52d2364e
Added a comment
2019-07-11 20:15:45 +00:00
yarikoptic
e7fbfe7b70
original report: get fails to place v7 unlocked file content into the file tree in v7 in repo with detached HEAD
2019-07-11 20:12:40 +00:00
yarikoptic
9d43570ed6
initial summary on an old issue of absent benefit from CoW across subvolumes of BTRFS filesystem
2019-07-08 19:00:46 +00:00
kyle
fa3524b953
Added a comment
2019-07-08 16:37:50 +00:00
Joey Hess
e7423e4204
close
2019-07-08 09:02:01 -04:00
ply
831e6746f0
2019-07-06 09:50:27 +00:00
ply
0717bfd3e3
2019-07-06 09:34:51 +00:00
Joey Hess
b8ef1bf3be
Fix find --json to output json once more.
...
Reversion from commit 436f10771
, CustomOutput was forcing quiet output
which overrode the json setting.
find happened to be the only command that uses CustomOutput and also
outputs json. (metadata --get does also use CustomOutput and --json does not
enable json output for that, which may be an oversight, but was already the
behavior before this regression.)
2019-07-05 09:58:37 -04:00
Ilya_Shlyakhter
330a8a27e0
added bug report for failing parallel copy
2019-07-03 21:38:06 +00:00
kyle
85b3b8f24e
2019-07-03 19:50:50 +00:00
Joey Hess
a3a662dc3d
comment
2019-06-26 12:29:21 -04:00
Joey Hess
f64eac55a4
improve git-annex-drop man page required content docs
...
Does --unused bypass required content checks in any meaningful sense?
I documented it as such but am unsure of what required content setting
would be considered to match unused content.
2019-06-26 12:22:59 -04:00
Joey Hess
c28f9b34c2
close, non-bug
2019-06-26 12:22:55 -04:00
Joey Hess
9273f80301
OSX dmg: Put git-annex's version in the Info.plist file.
2019-06-26 12:10:35 -04:00
Joey Hess
bc7c17f0b2
Merge remote-tracking branch 'origin/master'
2019-06-26 12:08:45 -04:00
Joey Hess
0cc8f2426c
arm ghc bug fixed
2019-06-26 00:55:05 -04:00
leej
06ad8ccccd
Initial report
2019-06-26 02:34:09 +00:00
Joey Hess
0957e2c1d7
comment
2019-06-25 20:11:18 -04:00
leej
3f14395c91
initial report
2019-06-25 22:47:19 +00:00
Joey Hess
bca89d71d9
comment
2019-06-25 13:14:12 -04:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
d26625fc7a
Added a comment: git-annex on armel now working on Debian unstable (sid)
2019-06-25 10:07:56 +00:00
andrew
1938dac889
2019-06-25 01:04:24 +00:00
Ilya_Shlyakhter
744d078428
re: git-annex-drop docs and git-annex-requires
2019-06-22 22:52:43 +00:00
Ilya_Shlyakhter
8e6d544906
Added a comment: bug fix release
2019-06-22 16:14:59 +00:00
kyle
66b8f7c751
Added a comment: thanks
2019-06-21 02:05:24 +00:00
Joey Hess
989b738671
Merge branch 'master' of ssh://git-annex.branchable.com
2019-06-20 20:32:18 -04:00
Joey Hess
84e729fda5
fix init default description reversion
...
init: Fix a reversion in the last release that prevented automatically
generating and setting a description for the repository.
Seemed best to factor out uuidDescMapRaw that does not
have the default mempty descrition behavior.
I don't much like that behavior, but I know things depend on it.
One thing in particular is `git annex info` which lists the uuids and
descriptions; if the current repo has been initialized in some way that
means it does not have a description, it would not show up w/o that.
(Not only repos created due to this bug might lack that. For example a repo
that was marked dead and had --drop-dead delete its git-annex branch info,
and then came back from the dead would similarly not be in the uuid.log.
Also there have been other versions of git-annex that didn't set a default
description; for years there was no default description.)
2019-06-20 20:30:24 -04:00
grmat@f46c69b114fc77408ff25d75efa4c7dc10b4c0b1
c389763453
Added a comment: Thank you very much!
2019-06-20 22:54:50 +00:00
kyle
247eb94248
Add "meta author" so this entry is (hopefully) listed on users/datalad page
2019-06-20 20:08:49 +00:00
Joey Hess
759fd9ea68
avoid url resume from 0
...
When downloading an url and the destination file exists but is empty,
avoid using http range to resume, since a range "bytes=0-" is an unusual
edge case that it's best to avoid relying on working.
This is known to fix a case where importfeed downloaded a partial feed from
such a server. Since importfeed uses withTmpFile, the destination always exists
empty, so it would particularly tickle such problem servers. Resuming from 0
is otherwise possible, but unlikely.
2019-06-20 12:26:17 -04:00
grmat@f46c69b114fc77408ff25d75efa4c7dc10b4c0b1
19de32c4e4
2019-06-20 09:07:09 +00:00
kyle
ce7b9ecae6
Added a comment: Issue with description cache?
2019-06-17 21:11:14 +00:00
artem
9c4744c3c2
2019-06-14 04:24:47 +00:00
Joey Hess
44de3fff0b
avoid rsync/gcrypt ssh startup delay with -J
...
Avoid a delay at startup when concurrency is enabled and there are
rsync or gcrypt special remotes, which was caused by git-annex
opening a ssh connection to the remote too early.
sshOptions makes a connection to the ssh server if one is not already open,
when concurrency is enabled. Avoid doing that at startup, when the remote
list is being built, but the remote may not be used at all.
Instead, rsync/gcrypt now runs sshOptions once per ssh connection to the
server. This should not be significant overhead since Remote.Git already
has the same overhead (as do Bup and Ddar).
2019-06-13 11:16:38 -04:00
Joey Hess
157f41427f
bug
2019-06-12 15:00:28 -04:00
Joey Hess
6f8322b8f7
close; not a bug
2019-06-12 14:45:25 -04:00
Ilya_Shlyakhter
d2658d9537
an issue involving repos cloned with --single-branch
2019-06-11 23:30:26 +00:00
anthony@ad39673d230d75cbfd19d2757d754030049c7673
fd7f316482
Added a comment
2019-06-10 16:52:23 +00:00
anthony@ad39673d230d75cbfd19d2757d754030049c7673
d5a0bf3ae9
clarify it's the new android installer
2019-06-10 16:38:44 +00:00
anthony@ad39673d230d75cbfd19d2757d754030049c7673
856affe859
initial report
2019-06-10 16:37:31 +00:00
kirelagin@6d93475882c55a329fedae6be1971868a775ec7e
c0f4788cdb
Added a comment: Workaround?
2019-06-08 13:03:50 +00:00
Joey Hess
1d92846e54
bug report from MacGyver.mdwn
2019-06-07 19:34:21 -04:00
kyle
b390256bd1
Added a comment: uuid.log is also not created
2019-06-05 15:18:30 +00:00
kyle
0d60b2f2c5
2019-06-05 13:57:02 +00:00
Joey Hess
082e1f1738
Don't try to import .git directories from special remotes
...
Because git does not support storing git repositories inside a git
repository.
2019-06-04 15:14:20 -04:00
Joey Hess
500f72ec3d
comment typo
2019-06-04 14:40:07 -04:00
git-annex.branchable@794aec3ca2af16d925f13a04f7e00a6dfe523186
7a5b534ea8
2019-06-02 10:16:58 +00:00
Joey Hess
f05875f00b
bug
2019-06-01 09:41:39 -04:00
Joey Hess
5d681a3ce6
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-30 16:05:41 -04:00
Joey Hess
6136e299a2
add back support for following http to ftp redirects
...
Did not test build with http-client < 0.5 and while I tried to support
it, the ifdefed parts may needs some fixes.
2019-05-30 16:04:59 -04:00
Joey Hess
67c06f5121
add back support for ftp urls
...
Add back support for ftp urls, which was disabled as part of the fix for
security hole CVE-2018-10857 (except for configurations which enabled curl
and bypassed public IP address restrictions). Now it will work if allowed
by annex.security.allowed-ip-addresses.
2019-05-30 14:51:34 -04:00
Joey Hess
135404b33e
update
2019-05-30 12:28:05 -04:00
Joey Hess
af5246cf04
thoughts
2019-05-30 12:00:45 -04:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
23daba2e99
Added a comment
2019-05-29 17:36:06 +00:00
Joey Hess
b993d26dff
plan
2019-05-29 10:29:20 -04:00
Joey Hess
b114a90fae
comment
2019-05-29 09:59:34 -04:00
Joey Hess
9831d366a0
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-29 09:24:52 -04:00
Joey Hess
1dde73dd98
comment
2019-05-29 09:24:25 -04:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
a3bef03fae
Added a comment: Misconfiguration in GHC
2019-05-28 20:38:07 +00:00
Joey Hess
a5c5ce5e48
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-28 16:17:00 -04:00
Ilya_Shlyakhter
afb1be754a
Added a comment: readonly special remotes]
2019-05-28 17:25:19 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
89abda9efd
Added a comment: git-annex not working on arm at all?
2019-05-28 17:23:57 +00:00
root@99e0a30209b856a064fa7d3e42d26b562bdf991c
a03a9cedf1
2019-05-28 16:53:35 +00:00
Joey Hess
8960f259b8
make readonly export remotes really be readonly
...
When a remote is configured to be readonly, don't allow changing what's
exported to it.
This was missed in the original export remote implementation, but it makes
sense for a readonly export remote to not be allowed to change.
2019-05-28 11:04:28 -04:00
Joey Hess
4c48efeb35
comment
2019-05-28 10:41:25 -04:00
ndj
4cb8eec696
Added a comment
2019-05-28 03:36:53 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
182943ed60
2019-05-26 11:05:38 +00:00
Ilya_Shlyakhter
bf3c032a31
strange interaction of checkpresentkey and annex-readonly=true
2019-05-24 03:05:32 +00:00
emmet.obrien@e4a3124a9cf70a33bd02e6cab55d0db0352ce9e1
82dfd2d9e7
2019-05-23 20:39:29 +00:00
yarikoptic
8fe962dba5
Added a comment: configuration variable
2019-05-23 19:31:46 +00:00
Joey Hess
e678d0d0ed
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-23 14:15:04 -04:00
Joey Hess
c877af6192
comment
2019-05-23 14:12:59 -04:00
Joey Hess
87c70c278d
comment
2019-05-23 14:00:20 -04:00
Joey Hess
1a315a8704
comment
2019-05-23 13:37:47 -04:00
Joey Hess
c0907909c8
comment
2019-05-23 13:33:53 -04:00
Ilya_Shlyakhter
8ba2109395
Added a comment
2019-05-23 17:07:40 +00:00
Joey Hess
f2a54e3401
Android: Improve installation process when the user's login shell is not bash.
...
~/.profile works for bash, but not all other login shells.
This setting PATH is a minor convenience for users, particuarly since
typing on android is so much harder. The usual linux standalone bundle
just expects the user to know how to add it to PATH. I don't want this
code to grow special cases for every possible login shell. So displaying a
message to the presumably minority who don't use bash seems like the best
choice.
Longer term, I'd hope termux gets some way to set an environment variable
for all login shells. Systems using PAM can, via ~/.pam_environment. Or
alternatively, add a git-annex package to termux, even if just an installer
package. I'd rather spend time on either of those than on making this minor
thing support more login shells.
This commit was sponsored by mo on Patreon.
2019-05-23 13:06:31 -04:00
Joey Hess
a14f6ce758
fix repo description setting bugs
...
* init: When the repository already has a description, don't change it.
* describe: When run with no description parameter it used to set
the description to "", now it will error out.
2019-05-23 12:51:01 -04:00
Joey Hess
d5582865b6
comment
2019-05-23 12:25:51 -04:00
Joey Hess
1e00f861ab
comment
2019-05-23 12:12:44 -04:00
andrew
66b1f2bd15
Added a comment
2019-05-21 23:33:57 +00:00
Joey Hess
5af9e7f3d0
break out a todo
2019-05-21 11:10:13 -04:00
Joey Hess
e51ca437c4
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-20 16:46:26 -04:00
branchable@bafd175a4b99afd6ed72501042e364ebd3e0c45e
8bec41ceed
Added a comment
2019-05-20 15:23:45 +00:00
Joey Hess
fb69a8c215
retitle
2019-05-20 09:59:12 -04:00
Joey Hess
4894bfe3ea
comment
2019-05-20 09:58:36 -04:00
Joey Hess
2246aef3b8
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-20 09:51:25 -04:00
Joey Hess
cc6eb46ac2
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-20 09:50:56 -04:00
branchable@bafd175a4b99afd6ed72501042e364ebd3e0c45e
06bc46eaa2
Added a comment: it's zsh
2019-05-19 10:05:27 +00:00
anthony@2b89f08c5c67f83d920fe464d7363db8f45cec20
b7a8264c2f
Added a comment
2019-05-19 08:39:09 +00:00
branchable@bafd175a4b99afd6ed72501042e364ebd3e0c45e
02a3160ca5
Added a comment: .profile doesn't take effect
2019-05-18 19:46:09 +00:00
Joey Hess
2d7f295b90
todo
2019-05-17 21:15:36 -04:00
Ilya_Shlyakhter
d803c1c331
reported issue with git-annex-init silently overwriting repo description
2019-05-17 17:51:25 +00:00
Ilya_Shlyakhter
33c16fd936
reported still seeing errors with git-annex-add
2019-05-16 18:36:44 +00:00
aragilar
bea10be73c
Added a comment
2019-05-16 08:26:28 +00:00
derobert
1a33402476
Added a comment
2019-05-16 08:12:45 +00:00
aragilar
117c009f23
2019-05-16 06:27:23 +00:00
anthony@ad39673d230d75cbfd19d2757d754030049c7673
2d7186b43d
Added a comment
2019-05-15 17:55:58 +00:00
branchable@bafd175a4b99afd6ed72501042e364ebd3e0c45e
a275f65662
Added a comment: Are we talking about a different installer?
2019-05-14 19:57:41 +00:00
Ilya_Shlyakhter
846bf51421
Added a comment
2019-05-14 19:23:33 +00:00
anthony@ad39673d230d75cbfd19d2757d754030049c7673
f986210657
Added a comment: Should be in ~/.profile
2019-05-14 19:15:08 +00:00
anthony@ad39673d230d75cbfd19d2757d754030049c7673
4e7444cbf1
2019-05-14 19:02:27 +00:00
branchable@bafd175a4b99afd6ed72501042e364ebd3e0c45e
4c7f38fc2c
2019-05-12 17:02:07 +00:00
ndj
d45dbd678c
2019-05-11 18:33:25 +00:00
CandyAngel
0076e9fa03
2019-05-10 11:29:10 +00:00
yarikoptic
a022f42ab2
new issue on inability to access ftp urls forwarded to from http URL
2019-05-09 20:42:34 +00:00
Ilya_Shlyakhter
63f6389e64
problem with multi-threaded copying to an S3 remote.
2019-05-09 03:00:34 +00:00
Joey Hess
8b44548d0e
comment
2019-05-07 13:20:03 -04:00
Joey Hess
aaeb85361c
Merge branch 'wip'
2019-05-07 13:07:45 -04:00
Joey Hess
2d33122215
avoid ingest lockdown file escaping the withOtherTmp call
...
Fixes bug that caused git-annex to fail to add a file when another
git-annex process cleaned up the temp directory it was using.
Solution is just to push withOtherTmp out to a higher level, so that
the whole ingest process can be completed inside it.
But in the assistant, that was not practical to do, since withOtherTmp runs
in the Annex monad and the assistant does not. Worked around by introducing
a separate temp directory that only the assistant uses for lockdown.
Since only one assistant can run at a time, it's easy to clean up that
directory of old cruft at startup.
2019-05-07 13:04:57 -04:00
Ilya_Shlyakhter
cc7c20f428
Added a comment
2019-05-07 16:53:10 +00:00
Joey Hess
f98e97669e
comment
2019-05-07 12:10:03 -04:00
Joey Hess
eb592a1f20
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-07 12:08:30 -04:00
Ilya_Shlyakhter
6d5ba46776
Added a comment
2019-05-07 16:04:58 +00:00
Joey Hess
2a41712ef1
avoid stageJournal escaping withOtherTmp
...
This is only done for correctness sake; I don't see any way that it
would have caused a problem here. The jlog file escaped withOtherTmp
so another process could swoop in and delete it, but the file is only
used as a buffer for a list of filenames, and its handle gets rewound
and they're read back out, which will still work even if it's already
been deleted.
The only reason I didn't just pre-delete the file and keep the handle
open is I'm not sure that works on all OS's (eg Windows). If there was
a problem that this fixed it might involve an OS that doesn't support
deleting an open file or something like that.
2019-05-07 11:57:12 -04:00
Joey Hess
ce83783fcc
bug report
2019-05-07 11:40:45 -04:00
Joey Hess
bf7ecd6892
fix export subtree reversion
...
Fix reversion in last release that caused wrong tree to be written to
remote tracking branch after an export of a subtree.
The invariant "commitsha should have the treesha as its tree"
was not met due to a bug. Guarantee it's met by catting the commitsha
to find its actual tree. A little bit slower, but this is not run often.
2019-05-06 13:57:13 -04:00
Joey Hess
0533fde73c
reproduced
2019-05-06 12:43:26 -04:00
Joey Hess
1bae209470
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-06 12:42:49 -04:00
Joey Hess
c6a4779036
analysis
2019-05-06 12:39:35 -04:00
Joey Hess
1a0c3e864b
close
2019-05-06 12:02:10 -04:00
herbgroll@5a05f17cf9cd3d69057fee2991f630e5a60cd197
947503cc6d
2019-05-05 19:15:28 +00:00
yarikoptic
3eeb5a732c
initial report
2019-05-01 22:03:53 +00:00
yarikoptic
4f53cbbba8
Added a comment: update
2019-04-29 13:41:32 +00:00
yarikoptic
6b3cfcd59d
Added a comment: change in libmagic behavior
2019-04-26 15:20:22 +00:00
Joey Hess
ff475d71c0
analysis
2019-04-26 10:23:48 -04:00
yarikoptic
28a3926c8c
initial report on twice the add line reported
2019-04-26 14:01:54 +00:00
yarikoptic
ec69ae87ed
initial report on strange text file addition to annex instead of git
2019-04-26 13:58:30 +00:00
Joey Hess
22fbab0563
close
2019-04-23 12:42:13 -04:00
guillaume.charbonnier@b98fd014ecb3f24159afc522ada81365a562f4fc
b851c12972
2019-04-21 20:09:20 +00:00
guillaume.charbonnier@b98fd014ecb3f24159afc522ada81365a562f4fc
c1f5e5a9f1
2019-04-21 16:39:13 +00:00
guillaume.charbonnier@b98fd014ecb3f24159afc522ada81365a562f4fc
2e31977789
2019-04-20 23:10:26 +00:00
guillaume.charbonnier@b98fd014ecb3f24159afc522ada81365a562f4fc
b23e3a83b1
2019-04-20 23:06:15 +00:00
Joey Hess
4c1e08e92d
followup
2019-04-10 10:25:13 -04:00
yarikoptic
7e039f9319
original report on inability to get a url
2019-04-10 13:30:17 +00:00
Joey Hess
6babb2c73f
remove wrong uniqueness constraint from ContentIdentifier db
...
Fix bug that caused importing from a special remote to repeatedly download
unchanged files when multiple files in the remote have the same content.
Unfortunately, there's really no good way to remove a uniqueness constraint
from a sqlite database. The best that can be done is to make a new table
and copy the data over. But that would require using persistent's
migrations or raw sql, and I don't want to do either.
Instead, a sledgehammer approach: Renamed .git/annex/cid to
.git/annex/cids. When the new database doesn't exist, it will be populated
from the git-annex branch.
Noting deletes the old database. Don't want to delete it out from under
some long-running git-annex process that might be using it. It could
eventually be deleted. But this is such a new feature, probably few repos
have the database in any case.
2019-04-09 19:58:24 -04:00
Joey Hess
5ece1408ae
analysis
2019-04-09 19:38:55 -04:00
Joey Hess
ae0a64f1c4
bug I noticed
2019-04-09 18:00:49 -04:00
Joey Hess
7d37011a11
S3: Added protocol= initremote setting, to allow https to be used on a non-standard port
...
protocol=https implies port=443 and
port=443 implies protocol=https
-- this was necessary because the existing configs set port=443, but
with a protocol setting, users will naturally want to use it, and then
there's no need for them to supply the default https port. So we keep
back-compat, add a nicer way to enable https, and also add support for
non-standard https ports.
2019-03-22 12:17:05 -04:00
Joey Hess
e18ac37ff6
close old bug
2019-03-22 10:32:24 -04:00
Joey Hess
95087e8a87
reopen
2019-03-22 09:44:40 -04:00
Joey Hess
97ae0f2c22
Android: Fix typo of name of armv7l in installation script. Thanks, 4omecha.
2019-03-22 09:39:18 -04:00
Joey Hess
3c58e62142
comment
2019-03-22 09:30:49 -04:00
Joey Hess
5fea7efee7
comment and toddo
2019-03-22 09:23:31 -04:00
gueux
a6233719e6
Added a comment
2019-03-21 22:57:36 +00:00
gueux
c789270c44
Added a comment
2019-03-21 20:40:55 +00:00
Fabio
9d7663432b
Added a comment: no problem with xdg-open
2019-03-20 21:57:01 +00:00
4omecha@fff0ca6fa5307d92706e5ee6812d8db8f8067df0
65e41fea40
2019-03-20 17:01:58 +00:00
Joey Hess
3bcfc285e7
update
2019-03-20 12:05:58 -04:00
yarikoptic
a008053f24
Added a comment: more info on hanging
2019-03-19 21:04:54 +00:00
Joey Hess
0204d3443e
thought
2019-03-19 15:56:47 -04:00
Joey Hess
cf0ec85548
comment
2019-03-19 14:00:41 -04:00
yarikoptic
0b3d68d116
Added a comment
2019-03-19 17:41:12 +00:00
yarikoptic
5cfaf1ad39
Added a comment: reporting back
2019-03-19 17:01:10 +00:00
Joey Hess
0f20c8c517
comment
2019-03-18 22:54:34 -04:00
yarikoptic
7bd01999fd
fixed up formatting typo
2019-03-18 23:24:50 +00:00
yarikoptic
d992d13c11
tune up ;)
2019-03-18 22:56:22 +00:00
yarikoptic
97fc3866bb
initial report on pre-commit hanging
2019-03-18 22:55:08 +00:00
Joey Hess
5ab97333e4
import: Let --force overwrite symlinks, not only regular files
...
The docs already implied this should work.
2019-03-18 16:40:15 -04:00
Joey Hess
258e8f8f29
Removed bundled gpg from the Linux standalone build and OSX dmg
...
Because gpg now always wants to use gpg-agent, and shipping such a daemon
in those is not a good idea.
2019-03-18 16:31:07 -04:00
Joey Hess
c96e623343
Merge branch 'master' of ssh://git-annex.branchable.com
2019-03-18 16:00:20 -04:00
Joey Hess
d5ee5fef65
fsck: Detect situations where annex.thin has caused data loss to the content of locked files.
...
In particular, when two files had the same content, and one was unlocked
and modified, with annex.thin that can corrupt the content of the
annex object, and so fsck on the other file should detect that.
getKeyStatus was relying on Database.Keys.getAssociatedFiles to tell
when a file is unlocked, but that can false positive because the
database can list old associated files.
Instead, separate out the case of unlocked object which has multiple
hardlinks when annex.thin is in use.
2019-03-18 15:59:43 -04:00
Ilya_Shlyakhter
c07c30bc5d
Added a comment
2019-03-18 19:54:05 +00:00
Ilya_Shlyakhter
78d832f48b
Added a comment
2019-03-18 19:44:08 +00:00
Joey Hess
60ca3ce043
Add -- before %f in the smudge/clean filter configuration
...
To support filenames starting with dashes.
To update the config of existing repositories, you can re-run git-annex init.
Perhaps it should check every time for the old config and update it, but
that has several problems:
- read-only repos
- unexpected commands like `git annex find` changing git configs
might be surprising behavior
Since filenames starting with dashes are not super common and the user can
re-init easily enough if their repo needs fixed, I went for the simplest
fix.
2019-03-18 14:12:13 -04:00
Joey Hess
e7f3e2a937
close as not a git-annex bug but a termux bug
2019-03-18 14:10:08 -04:00
Ilya_Shlyakhter
af34ef79ab
Added a comment
2019-03-18 18:08:06 +00:00
Joey Hess
da99edac58
followup
2019-03-18 14:00:33 -04:00
Joey Hess
93df756184
moreinfo
2019-03-18 13:58:29 -04:00
Joey Hess
98650e8435
moreinfo
2019-03-18 13:50:41 -04:00
Joey Hess
ac33a5e85e
close
2019-03-18 13:45:02 -04:00
Joey Hess
ae9b28df77
comment
2019-03-18 13:37:44 -04:00
Joey Hess
8758f9c561
addurl --file: Fix a bug that made youtube-dl be used unneccessarily when adding an html url that does not contain any media.
2019-03-18 13:34:29 -04:00
Joey Hess
a87da159c1
comment
2019-03-18 13:21:43 -04:00
Joey Hess
2c0b8e6d4d
Merge branch 'master' of ssh://git-annex.branchable.com
2019-03-18 13:08:09 -04:00
Joey Hess
6491b62614
Makefile: Added install-home target which installs git-annex into the HOME directory
2019-03-18 12:36:03 -04:00
yarikoptic
e7294158aa
youtube-dl protection kicks in where it shouldn't
2019-03-18 15:32:12 +00:00
Joey Hess
95e94b9d00
comment
2019-03-18 11:20:29 -04:00
Joey Hess
0fbfe8afb2
comment
2019-03-18 11:14:17 -04:00
6yearold@36d59212c29d2959d6532d6db7928f01541bcf83
0ca577f932
2019-03-16 17:41:44 +00:00
Ilya_Shlyakhter
2951793905
added bug report where git worktree remove fails
2019-03-13 17:54:52 +00:00
crest
2cf3d68fe0
2019-03-07 10:48:01 +00:00
feulif
4bd3bd4e95
2019-02-28 21:51:54 +00:00
gueux
c7f8286e73
Added a comment
2019-02-27 09:34:12 +00:00
cman122887@9badeb8bdb364090f0a22e00ba16426ad65c34c9
913454e514
Added a comment: similar?
2019-02-27 02:47:57 +00:00
Ilya_Shlyakhter
7bfca4fc05
added bug report for when git-annex-import declines to import files that are under the repo but are git-ignored
2019-02-25 18:34:16 +00:00
Ilya_Shlyakhter
a8f0b482bf
added question about using own gpg/gpg-agent with standalone git-annex
2019-02-24 22:14:00 +00:00
Ilya_Shlyakhter
d269336f19
added bug report re: incomplete gpg in standalone git-annex sandbox
2019-02-24 21:58:39 +00:00
Ilya_Shlyakhter
8e635a0ee6
fixed URL link
2019-02-24 21:15:11 +00:00
Ilya_Shlyakhter
4bd02fbeda
added bug report for the standalone runshell related to caching locale info
2019-02-24 21:06:33 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
ea3e6322e7
Added a comment
2019-02-24 07:01:35 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
1202a2a48c
removed
2019-02-24 06:59:21 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
24ebc3d12e
Added a comment
2019-02-24 06:56:43 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
8c777cb36d
removed
2019-02-24 06:43:34 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
eb6c0608e6
Added a comment
2019-02-24 06:41:01 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
3f450e5271
Added a comment
2019-02-24 01:20:15 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
663c62d7ce
2019-02-23 18:38:42 +00:00
Joey Hess
1e95bc4fd1
avoid git warning about CRLF in restagePointerFile
...
Saw it on Windows, could probably also happen on linux with some
configuration. Since this is a pointer file, the warning does not apply.
2019-02-18 18:35:36 -04:00
Joey Hess
1a367cad83
Fix path separator bug on Windows that completely broke git-annex since version 7.20190122.
2019-02-18 17:16:39 -04:00
Joey Hess
2eb07091e8
followup
2019-02-18 16:58:20 -04:00
Joey Hess
75d49b7755
fix link to renamed bug
2019-02-15 13:47:40 -04:00
Joey Hess
a1f8d2919d
rename obnoxiously and non-portably long bug report filename
2019-02-15 13:44:46 -04:00
Joey Hess
75204f5ae7
bug
2019-02-15 13:26:16 -04:00
Ilya_Shlyakhter
96331fc0ce
bug report for checkpresentkey
2019-02-14 06:01:38 +00:00
gueux
7fa79a8838
2019-02-11 21:39:33 +00:00
gueux
21e1d6bc6a
2019-02-11 21:30:40 +00:00
np.gan@f5b13d2a374edae9a4c8b2f76022d8835781b9a5
fb0e2d9699
Added a comment: youtube feeds are limited
2019-02-10 13:09:55 +00:00
anarcat
65f21edcac
Added a comment
2019-02-07 21:10:19 +00:00
Joey Hess
27fe59fd3c
followup
2019-02-07 16:06:10 -04:00
Joey Hess
dd50919980
response
2019-02-07 15:25:55 -04:00
Joey Hess
750f8ef189
comment
2019-02-07 15:22:01 -04:00
Joey Hess
d64e2ced70
response
2019-02-07 15:21:19 -04:00
Joey Hess
3ec003c45b
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-07 15:14:43 -04:00
Joey Hess
ef2010cd88
close
2019-02-07 15:14:09 -04:00
kirelagin@6d93475882c55a329fedae6be1971868a775ec7e
3a963b8d01
Added a comment
2019-02-07 19:03:36 +00:00
Joey Hess
83fdf443b5
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-07 14:39:19 -04:00
Joey Hess
07ccd932f8
followup
2019-02-07 14:06:21 -04:00
Joey Hess
60c1b5c994
deal with attempt to export filename with # or ? to webdav
...
xporting files with '#' or '?' in their name won't work because urls get
truncated on those. Fail in a better way in this case, and avoid failing
when removing such files from the export, so after the user has renamed the
problem files the export will succeed.
2019-02-07 13:47:57 -04:00
gueux
8153d2b265
2019-02-07 14:24:08 +00:00
gueux
b2fedc1a50
2019-02-07 14:22:18 +00:00
gueux
3e646eee4c
2019-02-07 14:20:38 +00:00
gueux
c598c5e7f6
Added a comment
2019-02-07 14:02:41 +00:00
gueux
cf32f5e7f9
2019-02-07 10:18:32 +00:00
anarcat
b2da3f2b8c
sign
2019-02-06 19:11:24 +00:00
anarcat
f08c504fdb
some weird issue i keep postponing to report
2019-02-06 19:04:10 +00:00
Joey Hess
011161902b
followup
2019-02-05 14:56:45 -04:00
Joey Hess
8795fc6ba8
same
2019-02-05 14:05:59 -04:00
rjc.live@9898e13e9f2423b0635b822053d4d8aeee499913
f326e7eaf7
2019-02-01 12:04:06 +00:00
Joey Hess
7ed785c38a
close
2019-01-31 13:49:51 -04:00
Joey Hess
ca12d8afdd
bug report
2019-01-30 16:23:26 -04:00
Joey Hess
a8f1add4d1
S3: Detect when version=yes but an exported file lacks versioning, and refuse to delete it, to avoid data loss.
...
This commit was sponsored by Denis Dzyubenko on Patreon.
2019-01-29 15:07:27 -04:00
Joey Hess
a4f71aa1e8
update
2019-01-29 14:27:32 -04:00
Joey Hess
bb9817ceae
enableremote S3: Do not let versioning=yes be set on existing remote
...
Because when git-annex lacks S3 version IDs for files stored in the bucket,
deleting them would cause data loss.
Also because git-annex is not able to download unversioned objects from a bucket
when versioning=yes.
This also prevents setting versioning=no. While that would perhaps be
possible to do safely, it would add complexity, and would mean that if
the user accidentially did enableremote versioning=no, they would not be
able to undo it.
This commit was sponsored by Trenton Cronholm on Patreon.
2019-01-29 14:09:50 -04:00
Joey Hess
139611331a
plan
2019-01-28 12:07:48 -04:00
Joey Hess
f08912a062
bug
2019-01-26 13:19:30 -04:00
Joey Hess
f21d692535
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-24 16:39:32 -04:00
Joey Hess
e06c0d92cd
git patch available
2019-01-24 16:39:12 -04:00
gueux
f4dd33d33b
Added a comment
2019-01-24 10:34:09 +00:00
Joey Hess
016ebde0d5
followup
2019-01-22 18:07:40 -04:00
Joey Hess
9c30b358a7
close bug the right way
2019-01-22 17:44:08 -04:00
Joey Hess
17eb4b9b60
response
2019-01-22 17:43:03 -04:00
lukasstraub2@bbbb2ef261a0994edda5f5f55999dfac5998d4e5
3de15d094e
rename done/Unable_to_initialize_v5_Repository_on_a_Crippled_Filesystem.mdwn to bugs/done/Unable_to_initialize_v5_Repository_on_a_Crippled_Filesystem.mdwn
2019-01-22 20:47:23 +00:00
lukasstraub2@bbbb2ef261a0994edda5f5f55999dfac5998d4e5
6e8c0abb25
rename bugs/Unable_to_initialize_v5_Repository_on_a_Crippled_Filesystem.mdwn to done/Unable_to_initialize_v5_Repository_on_a_Crippled_Filesystem.mdwn
2019-01-22 20:43:35 +00:00
Joey Hess
6ec7295870
Android: For armv71 architecture, use the armel build
...
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2019-01-22 11:50:29 -04:00
Joey Hess
ac858df32c
response
2019-01-21 16:31:15 -04:00
Joey Hess
112bb82fc2
Windows: If 64 bit git is installed, use it when installing git-annex.
...
However, rsync still won't work with 64 bit git and
this is still not the documented way to install it.
So, if both 64 and 32 are installed, go with 32.
And if neither git can be found, default to 32.
2019-01-21 15:51:48 -04:00
yarikoptic
603c4477f0
removed
2019-01-21 19:32:21 +00:00
yarikoptic
ef075c1c1a
Added a comment
2019-01-21 19:23:17 +00:00
yarikoptic
06e5c3b145
Added a comment
2019-01-21 19:22:52 +00:00
Joey Hess
a254abfe78
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-21 15:19:44 -04:00
Joey Hess
912aefe19c
comment
2019-01-21 15:19:16 -04:00
yarikoptic
00bbf06e8d
Added a comment
2019-01-21 19:17:29 +00:00
yarikoptic
354e8ae638
fixedup the link
2019-01-21 19:11:53 +00:00
Joey Hess
6f0d98f2ab
analysis and close as misconfiguration
2019-01-21 14:43:32 -04:00
Joey Hess
b7e1225d1e
followup
2019-01-21 14:28:19 -04:00
Joey Hess
b4c4ef912b
followup
2019-01-21 14:23:02 -04:00
yarikoptic
de3ac38a6f
initial report on windows autostart script
2019-01-21 04:13:11 +00:00
zsolt
e83e7bcc29
Added a comment: works!
2019-01-18 22:40:39 +00:00
Joey Hess
5a94033cfd
followup
2019-01-18 13:54:14 -04:00
Joey Hess
facdeea47e
response
2019-01-18 11:55:31 -04:00
zsolt
64caba7a91
2019-01-18 09:31:08 +00:00
Joey Hess
63069a9bd7
close
2019-01-16 15:08:35 -04:00
guzik.sergey@9391b6c15e4938a539e36fbe5bab71df07111d2e
92013d86f6
2019-01-11 10:40:22 +00:00
6yearold@36d59212c29d2959d6532d6db7928f01541bcf83
a472cd3488
Added a comment
2019-01-11 06:28:32 +00:00
alogic0@d8fbd9f5b547237a650aa1d5605c2d3592496916
d2dd0a2b52
Added a comment: it's fixed
2019-01-11 00:54:02 +00:00
duncan_bayne
74682ffaad
Added a comment: Known issue
2019-01-09 09:17:20 +00:00
duncan_bayne
3126dfd84d
Added a comment: Bug raised
2019-01-08 21:13:38 +00:00
anarcat
2f3559d970
one more SNAFU with webdav
2019-01-06 19:35:15 +00:00
anarcat
0a90a48612
fix typo and triage
2019-01-06 19:23:36 +00:00
anarcat
cf04151ab6
Added a comment: thanks!
2019-01-06 04:12:03 +00:00
anarcat
9c6a644896
Added a comment: bump
2019-01-05 23:06:05 +00:00
ka7
328773f807
Added a comment: (better formating..)
2019-01-03 14:15:21 +00:00
ka7
7092fe9c1a
Added a comment: got it
2019-01-03 14:10:19 +00:00
CandyAngel
a9d85d2993
Added a comment
2019-01-03 12:29:41 +00:00
ka7
934a1176cd
2019-01-03 11:17:31 +00:00
kirelagin@6d93475882c55a329fedae6be1971868a775ec7e
2122de1ad6
2019-01-02 17:37:57 +00:00
Woazboat
8e019f4752
2019-01-02 16:31:30 +00:00
kirelagin@6d93475882c55a329fedae6be1971868a775ec7e
a2565ad514
2019-01-02 14:34:46 +00:00
yarikoptic
944c0cab90
Added a comment: the build details
2019-01-02 01:14:39 +00:00
duncan_bayne
c992b20c2b
Added a comment: Thanks
2019-01-01 22:26:45 +00:00
andrew
e0533176c1
2019-01-01 19:49:07 +00:00
andrew
38a7d7e779
Added a comment
2019-01-01 19:00:08 +00:00
andrew
87af69903d
Added a comment
2019-01-01 18:47:59 +00:00
Joey Hess
2ae7ea02ad
followup
2019-01-01 12:16:20 -04:00
Joey Hess
b5174b7253
compiler toolchain being broken in freebsd update is not a bug in git-annex
2019-01-01 12:09:40 -04:00
flpgdt@f64318f00d9e1c9535e11f5d27c80c1d799cce00
8cdf87215e
Added a comment
2018-12-31 16:53:50 +00:00
andrew
b7f66c20ac
2018-12-30 23:24:43 +00:00
andrew
5bfa629c6a
Added a comment
2018-12-30 23:23:47 +00:00
andrew
cb4f55b64c
2018-12-30 22:13:27 +00:00
andrew
279573b601
2018-12-30 22:12:55 +00:00
andrew
a7b4eb5255
Added a comment
2018-12-30 22:12:09 +00:00
Chymera
2bc58a6786
Added a comment
2018-12-30 20:47:00 +00:00
lukasstraub2@bbbb2ef261a0994edda5f5f55999dfac5998d4e5
538cb2f77d
2018-12-30 16:56:59 +00:00
https://wentasah.mojeid.cz/#iQiZsiSMeH
2f8c5bd4c9
2018-12-30 00:35:20 +00:00
duncan_bayne
4eb86176e6
Made blog link an actual link.
2018-12-27 21:52:24 +00:00
duncan_bayne
b11bf6f605
Add version numbers
2018-12-27 21:51:14 +00:00
duncan_bayne
46a2ef38a5
2018-12-27 21:49:52 +00:00
flpgdt@f64318f00d9e1c9535e11f5d27c80c1d799cce00
ace6065c30
Added a comment
2018-12-22 20:06:32 +00:00
Chymera
fd85095bf4
Added a comment
2018-12-20 23:13:01 +00:00
Chymera
0c54ac9971
2018-12-20 22:57:54 +00:00
yarikoptic
b17168876e
initial report
2018-12-20 19:42:39 +00:00
CandyAngel
ab4a1bed95
Added a comment
2018-12-20 09:19:15 +00:00
ga@2217a6e07239bc6b36af2a9134b2647fdebcabcd
246ac9f1ce
Added a comment: Worked around
2018-12-19 21:09:43 +00:00
Joey Hess
6d381df0e6
sync --content: Fix dropping unwanted content from the local repository
...
This fixes a bug with the numcopies counting when using sync --content.
It did not always pass the local repo uuid to handleDropsFrom, and so the
numcopies counting was off by one, and unwanted local content would only be
dropped when there were numcopies+1 remote copies.
Also, support dropping local content that has reached an
exporttree remote that is not untrusted (currently only S3 remotes
with versioning).
2018-12-18 13:58:12 -04:00
Joey Hess
9438ecc30b
whaaa
2018-12-18 12:15:43 -04:00
rangedrew
c39966c072
2018-12-18 07:22:48 +00:00
rangedrew
14cb97c225
2018-12-18 07:21:39 +00:00
Joey Hess
17b9756300
bug report
2018-12-17 16:09:48 -04:00
gueux
f8ccfa3694
2018-12-12 09:39:51 +00:00
gueux
1d755720b9
Added a comment
2018-12-11 21:23:38 +00:00
Joey Hess
acecf8b6c9
followup
2018-12-11 16:46:24 -04:00
gueux
c4b6115f76
removed
2018-12-11 18:41:43 +00:00
gueux
99ecb1bc7a
2018-12-11 18:41:14 +00:00
gueux
8a056286ef
Added a comment: strace
2018-12-11 18:36:50 +00:00
gueux
b5de22b9f0
2018-12-11 18:10:39 +00:00
Joey Hess
bbf7dcc193
fix bugs involving v7 unlocked files and direct mode
...
* Fix bug upgrading from direct mode to v7: when files in the repository
were already committed as v7 unlocked files elsewhere, and the
content was present in the direct mode repository, the annexed files
got their full content checked into git.
* Fix bug that caused v7 unlocked files in a direct mode repository
to get locked when committing.
This commit was sponsored by Nick Piper on Patreon.
2018-12-11 13:47:35 -04:00
Joey Hess
6718a9b200
Merge branch 'master' of ssh://git-annex.branchable.com
2018-12-11 13:13:41 -04:00
Joey Hess
fcf9ef6d62
bug
2018-12-11 13:13:22 -04:00
anarcat
5ce5129bb6
fixed in 11dbb829bc
2018-12-11 17:12:57 +00:00
anarcat
5e3323bc4a
rename forum/why_are_all_those_files_modified.mdwn to bugs/why_are_all_those_files_modified.mdwn
2018-12-11 17:09:47 +00:00
yarikoptic
c7a48ca1d8
tuned up description and added my meta to find it later
2018-12-11 16:51:54 +00:00
anarcat
7c944336cb
forgot to sign that bug! will try to test this as soon as the next release comes out - thanks!
2018-12-11 16:51:18 +00:00
yarikoptic
04716a623e
Initial report on addurl file:/// not working on Windows
2018-12-11 16:50:31 +00:00
Joey Hess
dd554fabb8
fix link on download page and add a few more to break later
2018-12-10 12:55:13 -04:00
Joey Hess
0870838337
Merge branch 'master' of ssh://git-annex.branchable.com
2018-12-10 12:54:58 -04:00
Joey Hess
3f587d447a
fix webdav reversion
...
webdav: When initializing, avoid trying to make a directory at the top of
the webdav server, which could never accomplish anything and failed on
nextcloud servers. (Reversion introduced in version 6.20170925.)
This commit was sponsored by mo on patreon.
2018-12-10 12:49:51 -04:00
yarikoptic
b44aea6da9
2018-12-10 16:14:00 +00:00
yarikoptic
f0b1718cb0
2018-12-10 16:13:40 +00:00
Joey Hess
61b1f9deaf
close
2018-12-09 11:44:53 -04:00
Joey Hess
c34474830b
close
2018-12-09 11:41:34 -04:00
Joey Hess
41b9d77201
comment
2018-12-09 11:14:09 -04:00
Ilya_Shlyakhter
85651be9c4
added bug report about git index lock being held during concurrent operations
2018-12-07 17:08:25 +00:00
xsteadfastx
8e3b73caf7
Added a comment
2018-12-06 09:09:48 +00:00
StéphaneGL
b6ea79d09e
Added a comment
2018-12-05 22:58:57 +00:00
Joey Hess
8f1701a440
close
2018-12-05 12:14:33 -04:00
xsteadfastx
b30fb7fad7
Added a comment
2018-12-05 09:57:36 +00:00
lukasstraub2@bbbb2ef261a0994edda5f5f55999dfac5998d4e5
2e4b39b307
Added a comment: Workaround
2018-12-04 19:37:38 +00:00
Joey Hess
635692410b
Merge branch 'master' of ssh://git-annex.branchable.com
2018-12-04 14:18:31 -04:00
Joey Hess
51eea6fcfa
close
2018-12-04 13:15:16 -04:00
Joey Hess
32234ebe23
respond
2018-12-04 13:13:57 -04:00
anarcat
76ed3303df
Added a comment: thanks!
2018-12-04 17:10:16 +00:00
Joey Hess
aa8243df4c
dropunused edge case when annex.thin caused unused object to be modified
...
dropunused: When an unused object file has gotten modified, eg due to
annex.thin being set, don't silently skip it, but display a warning and let
--force drop it.
This commit was sponsored by Ethan Aubin.
2018-12-04 12:20:34 -04:00
Joey Hess
96d2000570
analysis, already fixed
2018-12-04 12:17:48 -04:00
xsteadfastx
e4dedb352a
Added a comment
2018-12-04 09:46:47 +00:00
anarcat
956d8377d5
oops, problem between keyboard and chair?
2018-12-04 01:54:11 +00:00
anarcat
13fd7cf00e
some user confusion with v7 repos
2018-12-04 01:50:29 +00:00
StéphaneGL
20d811f55a
2018-12-03 18:40:17 +00:00
Joey Hess
b71d62b1aa
Merge branch 'master' of ssh://git-annex.branchable.com
2018-12-03 14:36:22 -04:00
StéphaneGL
8f58627a48
Added a comment
2018-12-03 18:22:10 +00:00
StéphaneGL
e29f5c4b26
removed
2018-12-03 18:21:38 +00:00
StéphaneGL
d502eebd42
Added a comment
2018-12-03 18:20:29 +00:00
Joey Hess
2544a24765
merge
2018-12-03 13:42:56 -04:00
Joey Hess
41eb9d405e
followup
2018-12-03 13:31:20 -04:00
lukasstraub2@bbbb2ef261a0994edda5f5f55999dfac5998d4e5
1079b5b296
2018-11-30 20:51:48 +00:00
Joey Hess
5a741c624e
Make bittorrent special remote work w/o btshowmetainfo installed when it was build with torrentparser. Thanks, Robert Schütz
2018-11-27 12:31:06 -04:00
robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e311
15d3ecc9cf
2018-11-26 14:26:08 +00:00
TroisSinges
a79e467c10
Added a comment
2018-11-23 07:33:55 +00:00
TroisSinges
f8099b45af
2018-11-23 07:31:07 +00:00
jwiklund@3ecbaacd157648da5a91042b6aa44f36b107b5c7
debd21ccba
2018-11-22 16:43:49 +00:00
jwiklund@3ecbaacd157648da5a91042b6aa44f36b107b5c7
b23aba36f9
2018-11-22 16:42:37 +00:00
jwiklund@3ecbaacd157648da5a91042b6aa44f36b107b5c7
3c1df9f4dd
2018-11-22 16:40:41 +00:00
andrew
e95e15f65b
Added a comment
2018-11-20 21:56:03 +00:00
andrew
2d03a4fbd2
Added a comment
2018-11-20 21:42:11 +00:00
marvin@3296bf3c446430c3b2ebc32b5c784ee976620847
987af8d251
2018-11-20 19:34:26 +00:00
Joey Hess
636e6ab67a
close
2018-11-20 11:45:30 -04:00
yarikoptic
61f53f09cf
initial FTBFS on sid
2018-11-20 03:09:53 +00:00
yarikoptic
76fc9af4c1
Added a comment
2018-11-19 22:46:01 +00:00
Joey Hess
171dbe81c6
finally done with this
2018-11-19 18:44:03 -04:00
Joey Hess
9c0cece35a
followup
2018-11-19 18:12:03 -04:00
Joey Hess
e053df9451
followup
2018-11-19 17:49:59 -04:00
Joey Hess
b82b775639
followup
2018-11-19 17:45:57 -04:00
yarikoptic
a078de4667
Added a comment: reconfirming with new build option
2018-11-19 21:33:34 +00:00
Joey Hess
36d4fee6b0
followup
2018-11-19 17:31:16 -04:00
yarikoptic
cd18edf858
Added a comment
2018-11-19 21:14:10 +00:00
yarikoptic
58a496d8a2
Added a comment
2018-11-19 21:10:48 +00:00
Joey Hess
362605d6c6
followup
2018-11-19 17:07:13 -04:00
Joey Hess
d418557b5e
Merge branch 'master' of ssh://git-annex.branchable.com
2018-11-19 17:01:15 -04:00
Joey Hess
ed27662e96
comment
2018-11-19 17:00:56 -04:00
yarikoptic
e52063d046
Added a comment
2018-11-19 20:55:27 +00:00
Joey Hess
12a8634d6b
Merge branch 'master' of ssh://git-annex.branchable.com
2018-11-19 16:50:46 -04:00
Joey Hess
ff9d1ed203
clarify
2018-11-19 16:50:17 -04:00
yarikoptic
1475fce58d
Added a comment
2018-11-19 20:26:33 +00:00
yarikoptic
7c024f6882
Added a comment
2018-11-19 19:25:35 +00:00
Joey Hess
9127fe4821
add DebugLocks build flag
...
Using the method described in
https://www.fpcomplete.com/blog/2018/05/pinpointing-deadlocks-in-haskell
but my own code to implement it, and with callstacks added.
This work is supported by the NIH-funded NICEMAN (ReproNim TR&D3) project.
2018-11-19 15:02:43 -04:00
Joey Hess
e612633999
rethrow ExitStatus exceptions
...
Several git-annex commands want to exit right away, but that's an
exception, which is caught due to 39fbaa0682
.
So, re-throw it.
2018-11-19 13:18:08 -04:00
Joey Hess
9508e02ad9
comment
2018-11-19 13:17:42 -04:00
Joey Hess
6bbcccc5bb
comment
2018-11-19 13:09:45 -04:00
Joey Hess
17fe45fc6f
comment
2018-11-19 12:41:37 -04:00
yarikoptic
9b1c371c13
Added a comment: dependencies information
2018-11-19 15:54:14 +00:00
yarikoptic
aee99a7ce5
2018-11-19 15:39:27 +00:00