Joey Hess
dafafad115
external: nice error message for keys with spaces in their name
...
External special remotes will refuse to operate on keys with spaces in
their names. That has never worked correctly due to the design of the
external special remote protocol. Display an error message suggesting
migration.
Not super happy with this, but it's a pragmatic solution. Better than
complicating the external special remote interface and all external special
remotes.
Note that I only made it use SafeKey in Request, not Response. git-annex
does not construct a Response, so that would not add any safety. And
presumably, if git-annex avoids feeding any such keys to an external
special remote, it will never have a reason to make a Response using such a
key. If it did, it would result in a protocol error anyway.
There's still a Serializeable instance for Key; it's used by P2P.Protocol.
There, the Key is always in the final position, so it's ok if it contains
spaces.
Note that the protocol documentation has been fixed to say that the File
may contain spaces. One way that can happen, even though the Key can't,
is when using direct mode, and the work tree filename contains spaces.
When sending such a file to the external special remote the worktree
filename is used.
This commit was sponsored by Thom May on Patreon.
2017-08-17 16:18:34 -04:00
Joey Hess
5421e8f695
comment
2017-08-17 15:15:40 -04:00
https://launchpad.net/~felixonmars
b985eb2d75
Added a comment
2017-08-17 19:10:24 +00:00
Joey Hess
8cff67841c
plan
2017-08-17 14:41:21 -04:00
Joey Hess
04de2ede83
close
2017-08-17 11:49:42 -04:00
https://openid.stackexchange.com/user/8a69a637-97cb-41e6-8f45-00f08ba54d6e
332ec5669c
Added a comment
2017-08-16 18:18:27 +00:00
https://openid.stackexchange.com/user/8a69a637-97cb-41e6-8f45-00f08ba54d6e
e15f5f9dae
Added a comment
2017-08-16 17:16:14 +00:00
https://openid.stackexchange.com/user/8a69a637-97cb-41e6-8f45-00f08ba54d6e
64bbd451f5
Added a comment
2017-08-16 17:10:58 +00:00
https://openid.stackexchange.com/user/8a69a637-97cb-41e6-8f45-00f08ba54d6e
a6a0fa9323
2017-08-16 16:49:46 +00:00
olaf
7b2c6d45c6
Added a comment
2017-08-16 01:01:02 +00:00
Joey Hess
7713c3e0ec
idea
2017-08-15 15:45:31 -04:00
Joey Hess
48a89f0f92
hmm
2017-08-15 15:31:01 -04:00
Joey Hess
73d04d5565
responses, bug I noticed
2017-08-15 14:42:22 -04:00
Joey Hess
69dcb08d7a
Disable http-client's default 30 second response timeout when HEADing an url to check if it exists. Some web servers take quite a long time to answer a HEAD request.
2017-08-15 13:56:12 -04:00
Joey Hess
e5109468e2
forwarded
2017-08-15 13:53:51 -04:00
Joey Hess
f6128f96d1
comment
2017-08-15 13:00:33 -04:00
Joey Hess
5ef13d77c5
comment
2017-08-15 12:54:12 -04:00
yarikoptic
8427c44e11
Added a comment
2017-08-12 04:08:04 +00:00
yarikoptic
3c2aa54f21
initial whining about 2 ssh prompts
2017-08-12 04:06:19 +00:00
aer1PheiZa
7d2520eea0
Added a comment: 6.20170101 - still unable.
2017-08-07 11:58:06 +00:00
Joey Hess
718080d8b1
Merge branch 'master' of ssh://git-annex.branchable.com
2017-08-01 12:19:44 -04:00
Joey Hess
b2eaca4104
comment
2017-08-01 12:19:03 -04:00
yarikoptic
e199817b88
Added a comment
2017-07-31 19:05:04 +00:00
Joey Hess
139ad3ee5b
response
2017-07-31 14:46:20 -04:00
lykos
05692017e6
2017-07-30 16:48:50 +00:00
lykos
388f80933b
2017-07-30 16:47:01 +00:00
lykos
7aeac437a6
2017-07-30 16:46:38 +00:00
lykos
9d614da3df
2017-07-30 16:45:34 +00:00
ilovezfs
4378d0ba13
Added a comment: pipe: resource exhausted (Too many open files)
2017-07-30 16:05:10 +00:00
yarikoptic
d05acc772d
initial bug report
2017-07-30 13:39:34 +00:00
Joey Hess
41f521d6c6
comment
2017-07-28 09:07:30 -04:00
ilovezfs
3154230b4e
2017-07-27 06:26:03 +00:00
yarikoptic
a983877279
initial whining
2017-07-26 19:10:11 +00:00
https://launchpad.net/~stephane-gourichon-lpad
f76690687c
Added a comment: User expectations and what git annex unannex does.
2017-07-24 08:06:55 +00:00
tom.prince@6bf26c878bf6103667f28d70cf49d4fb74d33df7
701ce95d9b
Added a comment
2017-07-21 18:22:29 +00:00
https://launchpad.net/~stephane-gourichon-lpad
aca2b5c431
Added a comment
2017-07-20 06:16:46 +00:00
Crystalvonwerder@a141a1e27afcd463daccce74ba4df918a01dfd9e
163e4b80ef
Added a comment: Android
2017-07-18 14:43:44 +00:00
yarikoptic
047668390b
initial concern about timeouts
2017-07-13 16:39:57 +00:00
yarikoptic
10622c2b14
initial whining about init --backend
2017-07-12 23:11:20 +00:00
metst13@1d16544ec52801db7efb2895d3dc7a4458b8eb45
f6598934bc
Please compile an Intel 64 bit package for linux.
2017-07-08 14:21:05 +00:00
Joey Hess
81a861326d
fsck: Support --json.
...
One use case is to get a list of files that fsck fails on, in order to eg,
drop them from a remote.
This commit was sponsored by Nick Daly on Patreon.
2017-06-26 13:40:57 -04:00
http://schnouki.net/
787b14f1ce
2017-06-23 09:33:23 +00:00
olaf
75e97fde46
Added a comment
2017-06-22 04:55:35 +00:00
olaf
d86c61f13e
Added a comment
2017-06-22 04:50:13 +00:00
Joey Hess
89df21b8b8
close
2017-06-17 13:20:31 -04:00
ilovezfs
eeaa670b61
2017-06-17 16:00:36 +00:00
t.z.mates
489d7f10f6
Added a comment
2017-06-15 23:07:48 +00:00
t.z.mates
09129a756d
Added a comment: Error messages changed
2017-06-15 22:59:43 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
a93bcffcd7
2017-06-14 03:21:04 +00:00
user4
b493ac8d35
Added a comment: remote.log
2017-06-11 19:53:27 +00:00
user4
add2f406a8
2017-06-11 19:27:15 +00:00
Joey Hess
1426f7ff3a
disable closingTracked on OSX
...
Don't trust OSX FSEvents's eventFlagItemModified to be called when the last
writer of a file closes it; apparently that sometimes does not happen,
which prevented files from being quickly added.
This commit was sponsored by John Peloquin on Patreon.
2017-06-09 14:18:58 -04:00
Joey Hess
99a1e6efe2
close as dup
2017-06-09 13:43:53 -04:00
Joey Hess
aa2ab14a83
followup
2017-06-09 13:34:08 -04:00
Joey Hess
233f13b1e5
followup
2017-06-09 13:31:34 -04:00
Joey Hess
5be8df01cb
followup
2017-06-09 13:11:25 -04:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
e1164ce23a
Added a comment
2017-06-09 01:48:15 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
e19752a653
Added a comment
2017-06-09 01:40:01 +00:00
Joey Hess
28b80599e2
Merge branch 'master' of ssh://git-annex.branchable.com
2017-06-07 16:19:45 -04:00
ano.nymous@12ebd53e5933cd1730c84027a7cb905e7c3fdd9c
6a19f79c4a
Added a comment: Workaround for switching repos from WebApp
2017-06-07 19:18:51 +00:00
Joey Hess
86e4ea00b2
analysis
...
Also, added a comment to Assistant/Threads/Merger.hs to explain
why it only merges from /synced/ branches.
2017-06-07 13:45:18 -04:00
Joey Hess
252f254349
more
2017-06-06 16:02:11 -04:00
Joey Hess
aff0ce86da
merge and followup window path length bugs
2017-06-06 15:57:35 -04:00
Joey Hess
7b5c00eea7
followup
2017-06-06 15:42:27 -04:00
Joey Hess
eb79584bfe
followup; close
2017-06-06 15:36:10 -04:00
Joey Hess
ed639c140d
Fix bug that prevented transfer locks from working when run on SMB or other filesystem that does not support fcntl locks and hard links.
...
This commit was sponsored by Ethan Aubin.
2017-06-06 14:22:03 -04:00
Joey Hess
1b89913db8
close
2017-06-06 13:37:18 -04:00
Joey Hess
e23839acf3
Avoid error about git-annex-shell not being found when syncing with -J with a git remote where git-annex-shell is not installed.
...
This commit was sponsored by andrea rota.
2017-06-06 12:57:27 -04:00
Joey Hess
954a24b5d1
comment
2017-06-06 12:20:51 -04:00
yibe
c8e8d36e85
Added a comment
2017-06-04 20:07:31 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
4d015cf1d2
2017-06-03 19:24:58 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
c9bef943c6
2017-06-03 18:43:04 +00:00
Tom
cbe91c4ae1
2017-06-03 13:47:26 +00:00
Joey Hess
bb060f000f
error when metadata set is used with file that does not exist
...
When setting metadata of a file that did not exist, no error message was
displayed, unlike getting metadata and most other git-annex commands. Fixed
this oversight.
Note that, if the file exists but is not annexed, there's no error.
This is the same behavior as other git-annex commands.
This commit was supported by the NSF-funded DataLad project.
2017-06-01 11:40:47 -04:00
zkaufman
421239d344
2017-05-31 20:18:36 +00:00
http://schnouki.net/
2124d5316f
Added a comment
2017-05-29 09:56:59 +00:00
ewen
e6d9c459e3
Added a comment: Standalone git-annex on Synology DS216+ NAS
2017-05-28 01:24:43 +00:00
yarikoptic
61131d87b0
Added a comment: woohoo
2017-05-26 02:03:57 +00:00
Joey Hess
e1cf095ae8
Avoid concurrent git-config setting problem when running concurrent threads.
...
See my comment. This only avoids the problem for -J; two git-annex
processes started at the same time could still both try to write to
.git/config and one fail. That would be very unlikely though, and it
doesn't really seem worth adding an additional layer of locking around
.git/config.
This commit was supported by the NSF-funded DataLad project.
2017-05-25 18:28:23 -04:00
Joey Hess
7db37ddde0
Fix transfer log file locking problem when running concurrent transfers.
...
orElse is great, but was not the right thing to use here because
waitTakeLock could retry for other reasons than the lock being held,
which made tryTakeLock fail when it shouldn't.
Instead, move the code to tryTakeLock and implement waitTakeLock using
tryTakeLock and retry.
(Also, in runTransfer, when checkSaneLock fails, dropLock to avoid leaking a
lock handle.)
This commit was supported by the NSF-funded DataLad project.
2017-05-25 17:40:23 -04:00
yarikoptic
df9ba3b5b4
Added a comment
2017-05-25 18:39:03 +00:00
Joey Hess
9bddc6d5ca
Improve progress display when watching file size, in cases where a transfer does not resume.
...
This commit was supported by the NSF-funded DataLad project.
2017-05-25 14:30:18 -04:00
Joey Hess
c204654fe5
response
2017-05-25 13:39:20 -04:00
yarikoptic
b9b25c13e0
original complaint
2017-05-25 14:35:44 +00:00
namsgorf@6b5ce57fbe9dc2a2c65d6817151f107dc22f438c
1f615d3b00
Added a comment
2017-05-21 13:40:08 +00:00
Joey Hess
1d45e47e3f
clear regions before ssh prompt
...
When built with concurrent-output 1.9, ssh password prompts will no longer
interfere with the -J display.
To avoid flicker, only done when ssh actually does need to prompt;
ssh is first run in batch mode and if that succeeds the connection is up
and no need to clear regions.
This commit was supported by the NSF-funded DataLad project.
2017-05-16 15:50:11 -04:00
Joey Hess
89f9be3230
workaround is in place
...
(and remove debug print)
2017-05-16 14:36:54 -04:00
Joey Hess
e858c959f7
glacier-cli python3 bug nearly for sure
2017-05-16 14:22:26 -04:00
Joey Hess
e0a8e3f414
forwardeed to git ML
2017-05-16 13:11:15 -04:00
Joey Hess
f32eef69e4
close dup
2017-05-16 12:20:40 -04:00
Joey Hess
0a92652d6b
Merge branch 'master' of ssh://git-annex.branchable.com
2017-05-16 12:20:01 -04:00
Joey Hess
67dd96c944
bisection
2017-05-16 12:19:02 -04:00
mail@4e627fd997ef5ca9f75e62ffc0aba5b27bd6aea1
23f79ee5d3
failing unit tests bug
2017-05-16 14:58:36 +00:00
http://id.clacke.se/
710071e49a
2017-05-16 00:13:36 +00:00
michal.anks@bff6982ee88f5bd889dd798be824cff38f2d8933
645e04368c
glacier-cli and git-annex doesn't seem to work together right
2017-05-15 20:04:11 +00:00
http://id.clacke.se/
acd825f5fd
2017-05-15 09:31:15 +00:00
leavingchicago@c04c893e78d1c4c76cb3e32b5c227cf42bbf7682
44a3f7207e
Added a comment: Related...
2017-05-15 04:43:44 +00:00
leavingchicago@c04c893e78d1c4c76cb3e32b5c227cf42bbf7682
7ee0e9d816
2017-05-15 04:40:17 +00:00
ewen
b8c6eb557c
Added a comment: dtruss OS X 10.11 git annex on SMB mount
2017-05-14 05:04:29 +00:00
t.z.mates
d7987ffc13
Added a comment
2017-05-13 20:59:34 +00:00
Joey Hess
1a0390e418
pointers
2017-05-12 16:29:53 -04:00
Joey Hess
e405b9bbe4
break out bug report
2017-05-12 10:57:58 -04:00
Joey Hess
9f11769455
misplaced comment
2017-05-12 10:38:22 -04:00
Joey Hess
6992fe133b
Ssh password prompting improved when using -J
...
When ssh connection caching is enabled (and when GIT_ANNEX_USE_GIT_SSH is
not set), only one ssh password prompt will be made per host, and only one
ssh password prompt will be made at a time.
This also fixes a race in prepSocket's stale ssh connection stopping
when run with -J. It was possible for one thread to start a cached ssh
connection, and another thread to immediately stop it, resulting in excess
connections being made.
This commit was supported by the NSF-funded DataLad project.
2017-05-11 17:36:03 -04:00
Joey Hess
782c30b8a4
hmm
2017-05-11 16:45:30 -04:00
Joey Hess
838b55fa39
plan
2017-05-11 14:34:50 -04:00
Joey Hess
0b5fb4699b
followup
2017-05-11 13:04:35 -04:00
Cyberthal
777137dc4f
Added a comment: PEBKAC
2017-05-01 22:19:05 +00:00
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6
2419479ba9
2017-04-30 13:36:58 +00:00
ewen
5f6fca0d8b
Added a comment: git annex standalone on Synology NAS
2017-04-23 07:52:19 +00:00
ewen
fa86832091
CC me
2017-04-23 07:33:19 +00:00
ewen
60999337e4
Described steps to reproduce git annex get failure on SMB share
2017-04-23 07:31:57 +00:00
yarikoptic
2286b07aa1
Added a comment
2017-04-08 03:16:49 +00:00
Joey Hess
906427e8ec
response
2017-04-07 17:08:03 -04:00
yarikoptic
4e86b5a778
Added a comment: may be?
2017-04-07 21:01:56 +00:00
Joey Hess
1e4bee253c
comment
2017-04-07 16:25:38 -04:00
Joey Hess
b6169868da
comment
2017-04-07 16:06:14 -04:00
Joey Hess
57e923b712
gcrypt: Support re-enabling to change eg, encryption parameters.
...
This was never supported before. And it doesn't re-encrypt the
gcrypt repo to the new gcrypt-participants, but it does at least now not
crash, and set gcrypt-participants.
This commit was sponsored by andrea rota.
2017-04-07 14:10:34 -04:00
Joey Hess
f406d16525
enableremote: When enabling a non-special remote, param=value parameters can't be used, so error out if any are provided.
...
This commit was sponsored by Riku Voipio.
2017-04-07 13:14:53 -04:00
Joey Hess
78f74aa295
confused user, not a bug
2017-04-07 12:47:42 -04:00
Joey Hess
de649e4fbb
comment
2017-04-07 12:40:55 -04:00
Joey Hess
b0999afbfc
partial analysis
2017-04-07 12:34:19 -04:00
woffs
74400e294b
Added a comment
2017-04-06 08:28:06 +00:00
woffs
3d3a573746
Added a comment
2017-04-06 07:29:14 +00:00
spwhitton
c74490e627
Added a comment
2017-04-05 22:28:11 +00:00
Joey Hess
ee8bbf33bb
followup
2017-04-05 14:47:49 -04:00
git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c00
f6b1a2a027
Added a comment: git-remote-gcrypt recommends rsync:// or sftp:// transports
2017-04-05 16:16:25 +00:00
Joey Hess
816c0d597a
comment
2017-04-05 11:47:08 -04:00
Joey Hess
ee9b85f390
comment
2017-04-05 11:44:29 -04:00
Joey Hess
3b84209c17
comment
2017-04-05 11:41:59 -04:00
t.z.mates
e1642d19aa
Added a comment
2017-04-02 04:17:55 +00:00
Joey Hess
a7b068f271
Merge branch 'master' of ssh://git-annex.branchable.com
2017-03-30 11:31:38 -04:00
woffs
627ee14612
2017-03-29 20:24:14 +00:00
Joey Hess
3c8eb59860
When a http remote does not expose an annex.uuid config, only warn about it once, not every time git-annex is run.
...
Same behavior as for a ssh remote.
2017-03-29 12:43:47 -04:00
Joey Hess
9b2e56a9ce
bug report from Hands-on Reproducible and Scalable Brain Imaging Analysis with Nipype
2017-03-27 15:11:45 -04:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
c6094c43fa
2017-03-27 11:34:41 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
5f64e2007a
2017-03-27 09:36:05 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
b7b70acd71
Added a comment
2017-03-27 09:03:10 +00:00
Cyberthal
2076d04231
Added a comment: knowing about annex-ignore and git-annex shell helps
2017-03-26 10:06:35 +00:00
Cyberthal
86db277648
2017-03-26 10:02:22 +00:00
yarikoptic
ea8d0d923b
2017-03-24 21:10:44 +00:00
Cyberthal
9d21f1461b
2017-03-24 15:59:12 +00:00
magnitude
de864ef0de
2017-03-24 06:07:04 +00:00
yarikoptic
6e11108d55
initial report
2017-03-22 18:59:49 +00:00
joern.mankiewicz@06fb5bc9b732f143dee3606866362f562531310d
e3bd899e5e
2017-03-22 14:45:11 +00:00
Joey Hess
e183270393
comment
2017-03-21 13:43:10 -04:00
Joey Hess
8cd473c716
Merge branch 'master' of ssh://git-annex.branchable.com
2017-03-17 12:33:52 -04:00
Joey Hess
999743c1e8
git-annex-shell: run all commands with noMessages
...
Fix bug when used with a recently cloned repository, where
"merging" messages were included in the output of configlist (and perhaps
other commands) and caused a "Failed to get annex.uuid configuration"
error.
This does not seem to have been a reversion.
I saw this with configlist, but it seems possible for other commands to be
effected, and it might not always happen only after a fresh clone. Eg, if a
foo/git-annex branch is pushed to the remote, the next git-annex-shell will
auto-merge it and display the message.
Decided to run all git-annex-shell commands with noMessages,
even ones that don't currently use stdout for structured communication.
Better to keep open the possibility for using stdout in the future.
This commit was supported by the NSF-funded DataLad project
2017-03-17 12:32:43 -04:00
Joey Hess
6f082a3d56
bug report
2017-03-17 00:22:19 -04:00
yarikoptic
461649c49d
2017-03-17 03:10:59 +00:00
kubaello@d561f15ff5c07a78b706b096375cd89d6d706066
30d1e5b861
Added a comment
2017-03-16 01:22:44 +00:00
yarikoptic
1bdc63124f
tuned up rushed report
2017-03-16 00:01:25 +00:00
yarikoptic
a7759f0898
2017-03-15 23:55:05 +00:00
Joey Hess
a20b0e0003
Merge branch 'master' of ssh://git-annex.branchable.com
2017-03-13 16:33:28 -04:00
Joey Hess
3d001276df
close; not a bug in git-annex
2017-03-13 16:32:12 -04:00
Joey Hess
d1ecdd04b2
Windows: Fix bug in shell script shebang lookup code that caused a "delayed read on closed handle" error.
...
The bug was that withFile closes the handle afterwards, but the content
of the file was not read due to laziness. Using readFile avoids it.
This commit was sponsored by Nick Daly on Patreon.
2017-03-13 16:20:52 -04:00
Michel
f585521ad0
Added a comment: Solution
2017-03-11 00:44:19 +00:00
Alan
9c7d71e4cb
Added a comment: Issue still present
2017-03-10 07:32:16 +00:00
alanr
e62caf2e68
2017-03-10 03:21:16 +00:00
jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac0
ce4c549235
2017-03-09 12:08:07 +00:00
Michel
26d6653a33
Added a comment: Thanks
2017-03-09 07:34:25 +00:00
jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac0
e9654cb053
Added a comment: re: comment 3
2017-03-08 21:58:14 +00:00
Joey Hess
5358fb992a
Windows: Improve handling of shebang in external special remote program, searching for the program in the PATH.
...
findShellCommand needs a full path to a file in order to check it for a
shebang on Windows. It was being run with only the base name of the external
special remote program, which would only work when it was in the current
directory.
This is why users in
https://github.com/DanielDent/git-annex-remote-rclone/pull/10 and elsewhere
were complaining that the previous improvements to git-annex didn't make
git-remote-rclone work on Windows.
Also, reworked checkearlytermination, which while it worked, seemed
to rely on a race condition. And, improved its error messages.
This commit was sponsored by Shane-o on Patreon.
2017-03-08 15:59:00 -04:00
Joey Hess
0d1a1838c5
comment
2017-03-08 15:30:32 -04:00
jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac0
17932e07e1
Added a comment: Perhaps relevant
2017-03-08 17:31:30 +00:00
jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac0
1b3c15147f
2017-03-08 12:51:05 +00:00
Joey Hess
384027bc79
comment
2017-03-06 13:35:25 -04:00
Joey Hess
113b48ba19
comment
2017-03-06 12:56:08 -04:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
0b18df0b28
Added a comment
2017-03-06 09:03:56 +00:00
mbroadhead
624f3e1548
Added a comment
2017-03-03 16:59:52 +00:00
mbroadhead
9b5763527b
Added a comment
2017-03-02 22:48:09 +00:00
Joey Hess
11d3219985
Linux standalone builds put the bundled ssh last in PATH, so any system ssh will be preferred over it.
...
This commit was sponsored by Denis Dzyubenko on Patreon.
2017-03-02 17:40:40 -04:00
Joey Hess
d797f750e4
comment
2017-03-02 17:28:43 -04:00
Joey Hess
1e31a7c93a
show how this is not specific to git-annex at all
2017-03-02 17:24:49 -04:00
mbroadhead
b35a50ccab
2017-03-02 18:51:38 +00:00
Joey Hess
874232f1a6
status: Propigate nonzero exit code from git status.
2017-03-02 14:09:42 -04:00
Joey Hess
1e9e96fa40
followup
2017-03-02 14:00:55 -04:00
Joey Hess
fe28cbcd9e
comment
2017-03-02 13:23:27 -04:00
Joey Hess
8c1eda75b5
title
2017-03-02 13:20:17 -04:00
Joey Hess
995f58a04c
Merge branch 'master' of ssh://git-annex.branchable.com
2017-03-02 13:19:13 -04:00
Joey Hess
e83a2a2691
comment
2017-03-02 13:18:37 -04:00
Michel
6e6a90805d
2017-03-02 09:20:15 +00:00
yarikoptic
bc768d96a9
initial whining
2017-03-01 14:34:35 +00:00
michalrus
5fb21f1260
Added a comment
2017-02-25 18:47:36 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
4a7ae6f9c0
Added a comment
2017-02-24 13:00:10 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
9f9d7ae029
Added a comment
2017-02-22 16:48:04 +00:00
db48x
283aca3dfb
2017-02-22 00:37:22 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
69f7b8af48
Added a comment
2017-02-21 06:20:35 +00:00
Joey Hess
a53daff32c
question
2017-02-20 16:14:43 -04:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
2e2bc1895f
removed
2017-02-20 19:07:55 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
15cf298271
Added a comment
2017-02-20 19:07:22 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
6728330b2c
Added a comment
2017-02-20 19:06:58 +00:00
Joey Hess
3488679a81
comment
2017-02-20 14:49:03 -04:00
Joey Hess
221f62ea5e
comment
2017-02-20 14:37:59 -04:00
Joey Hess
a13c0ce66c
adjust: Fix behavior when used in a repository that contains submodules.
...
Also fixed the LsFiles parser to not assume its output has a fixed width
type field.
2017-02-20 13:44:55 -04:00
Joey Hess
5169f84f22
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-20 13:11:19 -04:00
Joey Hess
6e6a36fd5b
comment
2017-02-20 13:10:48 -04:00
Joey Hess
da207245f1
comment
2017-02-20 12:49:16 -04:00
Joey Hess
c5cf5cf03a
git-annex.cabal: Make crypto-api a dependency even when built w/o webapp and test suite.
...
The p2p code made it always be needed.
This commit was sponsored by Anthony DeRobertis on Patreon.
2017-02-20 12:21:35 -04:00
Joey Hess
74a942382d
comment
2017-02-20 12:07:20 -04:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
76f4cde9cc
2017-02-20 08:12:10 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
27a40a97cd
2017-02-20 07:58:33 +00:00
m@2be305d83b52202ec4364229a836f463a6701336
2a9599c176
2017-02-19 19:03:24 +00:00
Joey Hess
e93d4bfa85
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-17 12:31:47 -04:00
yarikoptic
7fa1329877
initial whining
2017-02-17 15:30:32 +00:00
lasitus
ccdb4bdfa1
Added a comment
2017-02-17 03:23:46 +00:00
Joey Hess
a2b848aba2
cleanup
2017-02-16 16:00:18 -04:00
JohnKozak
fa244ac433
removed
2017-02-16 18:45:41 +00:00
JohnKozak
b15ad04f33
Added a comment
2017-02-16 18:44:36 +00:00
JohnKozak
9d563d6f4c
remove crud from transcript
2017-02-16 17:59:54 +00:00
JohnKozak
81d0eb3567
2017-02-16 13:56:30 +00:00
andy
b36e8e53c3
Added a comment
2017-02-16 06:34:50 +00:00
Joey Hess
f07af03018
Run ssh with -n whenever input is not being piped into it
...
... to avoid it consuming stdin that it shouldn't.
This fixes git-annex-checkpresentkey --batch remote, which didn't output
results for all keys passed into it.
Other git-annex commands that communicate with a remote over ssh may also
have been consuming stdin that they shouldn't have, which could have
impacted using them in eg, shell scripts. For example, a shell script
reading files from stdin and passing them to git annex drop would be
impacted by this bug, whenever git annex drop ran git-annex-shell
checkpresent, it would consume part/all of the stdin that the shell script
was supposed to consume.
Fixed by adding a ConsumeStdin parameter to Annex.Ssh.sshOptions, which
is used throughout git-annex to run ssh (in order for ssh connection
caching to work). Every call site was checked to see if it used
CreatePipe for stdin, and if not was marked NoConsumeStdin.
2017-02-15 15:08:46 -04:00
lasitus
c8f87f1433
Added a comment
2017-02-15 16:01:39 +00:00
CandyAngel
aadd43e81c
2017-02-15 11:13:25 +00:00
lasitus
fb356bd39c
Added a comment
2017-02-15 02:17:25 +00:00
lasitus
aec64ce496
removed
2017-02-15 02:14:05 +00:00
lasitus
5227da6d8a
Added a comment
2017-02-15 02:13:25 +00:00
db48x
1f7b8373cc
Added a comment
2017-02-14 21:10:13 +00:00
lasitus
9d690a18bd
Added a comment
2017-02-14 19:08:38 +00:00
Joey Hess
4e3f4f6e4e
comment
2017-02-14 14:54:53 -04:00
lasitus
2233a50f45
Added a comment
2017-02-14 18:46:22 +00:00
Joey Hess
3b22ad9f47
Work around sqlite's incorrect handling of umask when creating databases.
...
Refactored some common code into initDb.
This only deals with the problem when creating new databases. If a repo
got bad permissions into it, it's up to the user to deal with it.
This commit was sponsored by Ole-Morten Duesund on Patreon.
2017-02-13 17:39:16 -04:00
Joey Hess
47a4b552c0
comment
2017-02-13 16:11:58 -04:00
Joey Hess
952474dabc
comment
2017-02-13 14:43:31 -04:00
Joey Hess
6479bf7158
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-13 12:46:15 -04:00
lasitus
e4218c0369
2017-02-13 03:08:14 +00:00
Edward Betts
0750913136
correct spelling mistakes
2017-02-12 17:30:23 -04:00
Joey Hess
1f43ecdf0e
comment
2017-02-10 14:04:55 -04:00
Joey Hess
e2c98f5788
Added git template directory to Linux standalone tarball and OSX app bundle.
...
Git does not provide a switch to find out where this directory is, and
while the git-init man page says it will always be in
/usr/share/git-core/templates, that's not the case on OSX with git
installed from homebrew. So, I used a hack taking the --man-path and
constructing a path from that. Works on both Debian and OSX at least.
2017-02-10 13:55:54 -04:00
yarikoptic
938db690a8
2017-02-10 02:33:49 +00:00
yarikoptic
c4f1d00a70
Added a comment
2017-02-10 01:38:33 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
16be7b5cc5
Added a comment
2017-02-09 09:05:34 +00:00
dharrison@27b3fc3aa4a83cdc03f8e82ab4a8d4f6455e603d
de77aa6965
New Bug Report
2017-02-08 01:42:30 +00:00
Joey Hess
539784a1f0
close as dup
2017-02-07 15:21:55 -04:00
Joey Hess
d644316c94
respond and close
2017-02-07 15:18:45 -04:00
Joey Hess
7487b4da47
comment
2017-02-07 13:51:23 -04:00
Joey Hess
3439f3cc87
assistant: Make --autostart --foreground wait for the children it starts.
...
Before, the --foreground was ignored when autostarting.
This commit was sponsored by Denis Dzyubenko on Patreon.
2017-02-07 13:31:45 -04:00
Joey Hess
571eca4680
comment
2017-02-07 13:11:02 -04:00
Joey Hess
655f707990
Fix build with aws 0.16. Thanks, aristidb.
2017-02-07 13:01:57 -04:00
Joey Hess
5f873be329
comment
2017-02-07 12:56:13 -04:00
yarikoptic
2f2721c932
Added a comment
2017-02-06 20:46:29 +00:00
yarikoptic
f5f3eb0b31
initial whining
2017-02-06 19:25:47 +00:00
http://xgm.de/oid/
840f3e3624
2017-02-05 18:17:08 +00:00
trenta3
483c3f57aa
Added feature request for local state variables in special remote protocol
2017-02-05 15:52:55 +00:00
aristidb@4551cc1215222a56e271a796b92908680f3941b5
411c5d6528
Added a comment
2017-02-05 12:49:22 +00:00
aristidb@4551cc1215222a56e271a796b92908680f3941b5
6d85d011d9
Added a comment
2017-02-05 12:29:27 +00:00
aristidb@4551cc1215222a56e271a796b92908680f3941b5
aaf4998462
2017-02-05 12:26:10 +00:00
ilovezfs
8cbcf4cfaa
2017-02-05 12:21:37 +00:00
http://xgm.de/oid/
727aaed630
2017-02-05 10:37:00 +00:00
http://xgm.de/oid/
4bd5daa277
2017-02-05 10:33:37 +00:00
Joey Hess
3fe9d99f24
wormhole pairing appid flag day 2021-12-31
...
Wormhole pairing will start to provide an appid to wormhole on 2021-12-31.
An appid can't be provided now because Debian stable is going to ship a
older version of git-annex that does not provide an appid. Assumption is
that by 2021-12-31, this version of git-annex will be shipped in a Debian
stable release. If that turns out to not be the case, this change will need
to be cherry-picked into the git-annex in Debian stable, or its wormhole
pairing will break.
This commit was sponsored by Thomas Hochstein on Patreon.
2017-02-03 15:06:40 -04:00
yarikoptic
14ed673aba
initial whining
2017-02-03 15:10:41 +00:00
Joey Hess
2d2f72abf0
add missing extra-deps
2017-02-02 14:24:06 -04:00
Joey Hess
66afc38366
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-02 14:18:45 -04:00
Joey Hess
1590007d6b
comment
2017-02-02 14:18:17 -04:00
hello@d445805275613da28bcccb402c444f2a63e7b7f9
6918f548e0
2017-02-02 08:13:56 +00:00
mschiff
288a529d2a
2017-01-31 22:01:31 +00:00
mschiff
be899558f9
2017-01-31 22:00:58 +00:00
mschiff
3a6a96c1db
2017-01-31 21:58:54 +00:00
Joey Hess
88e7d787e2
fix link
2017-01-31 13:25:37 -04:00
Joey Hess
8ee86a5cad
comment
2017-01-31 13:24:34 -04:00
Joey Hess
ae2ff452a4
comment
...
This commit was sponsored by Brock Spratlen on Patreon.
2017-01-31 13:10:54 -04:00
Joey Hess
cfe3d37dc3
fix formatting of comment
2017-01-31 12:32:03 -04:00
Joey Hess
e5b733ba22
close
2017-01-31 11:25:38 -04:00
Joey Hess
a4192b5612
close old xmpp bug
2017-01-31 11:24:15 -04:00
Joey Hess
280442ca2c
Remove -j short option for --json-progress; that option was already taken for --json.
...
This commit was sponsored by Trenton Cronholm.
2017-01-30 12:46:42 -04:00
Joey Hess
ab867a7af9
responses
2017-01-30 12:42:02 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
b17cdc8fb2
report on initial findings
2017-01-27 14:45:32 +00:00
konubinix
d256907889
Added a comment: Same here
2017-01-26 11:20:32 +00:00
konubinix
87ce119f2f
Added a comment: Same here
2017-01-26 11:20:12 +00:00
konubinix
9046a54841
Added a comment: Same here
2017-01-26 11:19:51 +00:00
konubinix
60ac371fd0
Added a comment: Same here
2017-01-26 11:19:24 +00:00
konubinix
f1ad964ad8
Added a comment: Same here
2017-01-26 11:19:02 +00:00
jaylangseth@fa84aeedaf6dd96a51e93b012339ac09fb4dc135
b957509c39
2017-01-24 18:38:22 +00:00
andrew
7b3b241718
2017-01-22 17:56:07 +00:00
florian-git-annex@90936f45daa5a57ed4b867f7ebc35e23acad1a08
fab38840de
formating
2017-01-22 11:51:03 +00:00
florian-git-annex@90936f45daa5a57ed4b867f7ebc35e23acad1a08
bd1afb1ba3
bug: Errors on Android: referenceTable GDEF length=778, referenceTable GSUB length=6388, referenceTable GPOS length=76868
2017-01-22 11:49:36 +00:00
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6
847d8ed923
Added a comment
2017-01-21 15:08:20 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
a518ac7c2b
2017-01-20 15:05:23 +00:00
pa.aronsson@1f04cce52a3649f5485c62c1f97bf157b1d3ba56
b34e135580
removed
2017-01-20 10:14:41 +00:00
pa.aronsson@1f04cce52a3649f5485c62c1f97bf157b1d3ba56
7547a8a745
Added a comment: Isn't the ending "." in the host name the problem?
2017-01-20 09:53:56 +00:00
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6
fb8385c5b3
2017-01-17 01:07:04 +00:00
xloem
ec8aed4db5
Added a comment
2017-01-16 12:48:37 +00:00
xloem
80376cf7d2
Added a comment
2017-01-16 12:47:04 +00:00
xloem
2fc286fe24
2017-01-16 12:06:01 +00:00
Øyvind A. Holm
1ecfefbf96
Add comment at the start of the bug report
...
f83746bc-dbe0-11e6-8cb8-f74d993421b0
2017-01-16 12:41:38 +01:00
sunny256
51d630f3e6
Added a comment: Wrong permissions
2017-01-16 11:17:31 +00:00
sunny256
7ed762e5a7
Added a comment: Found the reason
2017-01-16 11:03:45 +00:00
sunny256
610846f2e6
Add bug report about SQLite error
2017-01-16 10:15:36 +00:00
Asureus
d1a589045b
2017-01-15 14:36:54 +00:00
Asureus
dc2d53e83a
2017-01-15 14:34:40 +00:00
dermungo@19d0cb1f22d4169b48363cfff60c9ede2c14fffa
31857bec77
Added a comment: Work around
2017-01-13 14:54:40 +00:00
https://joelpurra.com/
e0675b9de1
Added a comment: macOS HFS+, core.precomposeUnicode
2017-01-13 14:27:15 +00:00
Joey Hess
a9d9fff33e
close
2017-01-09 23:27:12 -04:00
t.z.mates
bc274b4d24
Added a comment
2017-01-08 06:43:48 +00:00
alpernebbi
5b2cdf0dc6
Bug report: Wrong backend extension in files with multiple dots
2017-01-06 14:24:33 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
6fe98cc74b
Added a comment: Solution
2017-01-06 12:19:47 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
47fcf06cb9
Added a comment: fresh git annex standalone was uploaded to NeuroDebian
2017-01-03 16:03:53 +00:00
warner-git-annex@bf2d2b8e1ef3378cde054ae2c6d7081646369916
79ea34ff6d
2017-01-03 04:32:25 +00:00
Abdo
9084cf275c
2017-01-02 10:21:02 +00:00
https://itorres.net/
c8eeb17dad
Added a comment: Issue appeared on Android 6.0 (SDK 23)
2016-12-31 14:33:25 +00:00
ghen1
99d7cb07f5
Added a comment: To Reproduce
2016-12-31 14:19:07 +00:00
Joey Hess
8df8733dc3
response
2016-12-30 18:27:28 -04:00
ghen1
f6fb0ec566
2016-12-30 21:25:34 +00:00
ghen1
65b989f406
2016-12-30 21:13:29 +00:00
Joey Hess
93f7d114db
Merge branch 'no-xmpp'
2016-12-28 12:26:16 -04:00
Joey Hess
b701247b06
close; fixed in shakespeare
2016-12-28 12:26:05 -04:00
https://launchpad.net/~felixonmars
1fdbd066b3
Added a comment
2016-12-28 03:04:52 +00:00
Joey Hess
aa6465fdd1
response
2016-12-27 17:26:31 -04:00
Joey Hess
7bce73bf27
Merge branch 'master' into no-xmpp
2016-12-27 16:44:44 -04:00
https://launchpad.net/~felixonmars
d698e440b7
2016-12-27 09:06:45 +00:00
Asureus
c3290d202a
Added a comment: one more thing
2016-12-25 14:46:46 +00:00
Asureus
6af17e66ef
2016-12-25 14:26:02 +00:00
Joey Hess
ab66bbfeb6
Merge branch 'master' into no-xmpp
2016-12-24 15:01:55 -04:00
https://launchpad.net/~r0lf
020c67215f
Added a comment
2016-12-24 17:56:13 +00:00
Joey Hess
f7e81245c4
comment
2016-12-24 12:58:45 -04:00
Joey Hess
3110cedb5b
Merge branch 'master' of ssh://git-annex.branchable.com
2016-12-24 12:55:58 -04:00
Joey Hess
fd0b9aaa57
close
2016-12-24 12:07:50 -04:00
Joey Hess
22252e8e4c
Revert "close"
...
This reverts commit 3aaabc906b
.
Commit contained incomplete work.
2016-12-24 12:07:15 -04:00
Joey Hess
3aaabc906b
close
2016-12-22 13:59:21 -04:00
http://svario.it/gioele
458a786c4d
Added a comment: compiled with GHC 8, but LOCPATH is still set
2016-12-21 21:51:09 +00:00
tom@6463e5ce4c0e478cb7583fb37288d6954e17bfc6
babfe5acbb
2016-12-21 04:18:13 +00:00
t.z.mates
a221b3fb1b
Added a comment
2016-12-20 23:08:44 +00:00
Joey Hess
e312ec3750
Fix build with directory-1.3.
...
See https://github.com/haskell/directory/issues/66
2016-12-20 15:23:59 -04:00
ilovezfs
31347df435
2016-12-20 18:28:25 +00:00
m8r-achx62@7323980ed426b7f78c85dfefe7358672bce44e98
a58c74b502
Added a comment
2016-12-19 22:33:14 +00:00
Joey Hess
8136c72fa1
further analysis
2016-12-19 18:08:27 -04:00
Joey Hess
95c8b37544
Linux standalone: Improve generation of locale definition files, supporting locales such as, en_GB.UTF-8.
2016-12-19 17:03:52 -04:00
Joey Hess
df5a0059ca
analysis
2016-12-19 16:28:12 -04:00
Joey Hess
a13b789d04
followup
2016-12-19 15:54:47 -04:00
m8r-achx62@7323980ed426b7f78c85dfefe7358672bce44e98
2808d11d95
2016-12-19 01:43:53 +00:00
ddenis
3ae91fbddc
2016-12-18 23:38:30 +00:00
xloem
6402318e85
Added a comment: Coda
2016-12-18 14:56:18 +00:00
moc514@eb7af2cd9147722b29f32b6606feb2b8563dfac8
36f22f7073
Added a comment: Nexus 6p
2016-12-16 02:08:21 +00:00
alpernebbi
d395be5b38
metadata --batch UTF-8 bug
2016-12-14 09:30:10 +00:00
Joey Hess
469bfa7ff3
Make all --batch input, as well as fromkey and registerurl stdin be processed without requiring it to be in the current encoding.
2016-12-13 15:35:04 -04:00
Joey Hess
e0ab4fe748
response
2016-12-13 12:54:28 -04:00
Joey Hess
3bf31075ed
comment
2016-12-13 12:43:20 -04:00
Joey Hess
61944ad12c
close
2016-12-13 12:19:44 -04:00
Joey Hess
3b3d6b63e6
Merge branch 'master' of ssh://git-annex.branchable.com
2016-12-13 12:16:18 -04:00
Joey Hess
48d9624a2d
Revert ServerAliveInterval
...
Revert ServerAliveInterval change in 6.20161111, which caused problems
with too many old versions of ssh and unusual ssh configurations.
It should have not been needed anyway since ssh is supposted to
have TCPKeepAlive enabled by default.
2016-12-13 12:12:38 -04:00
Joey Hess
1d516069d8
close
2016-12-13 12:00:37 -04:00
Joey Hess
11fd49870c
comment
2016-12-13 11:58:56 -04:00
Joey Hess
59fead6da3
Pass annex.web-options to wget and curl after other options, so that eg --no-show-progress can be set by the user to disable the default --show-progress.
2016-12-13 11:56:23 -04:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
b55d5a216d
Added a comment
2016-12-13 15:52:35 +00:00
Joey Hess
d9490685fd
metadata --batch: Fix bug when conflicting metadata changes were made in the same batch run.
...
1 microsecond delay is ugly.. but, maintaining an queue of a list of timestamps
and taking a new one from the queue each time around, or maintaining a timestamp
counter, would probably be slower.
2016-12-13 11:07:49 -04:00
Joey Hess
f01b4cbf7c
analysis
2016-12-13 10:57:11 -04:00
Joey Hess
e08761288d
analysis
2016-12-13 10:49:39 -04:00
Joey Hess
d35d87d8d8
analysis
2016-12-13 10:46:24 -04:00
Joey Hess
63a49d4df8
comment
2016-12-12 13:31:58 -04:00
Joey Hess
63da8d88bb
Merge branch 'master' of ssh://git-annex.branchable.com
2016-12-12 13:28:50 -04:00
Joey Hess
bb66e098b1
linux standalone builds should have "unable to decommit memory" bug fixed
2016-12-11 15:37:52 -04:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
c3ab3c6682
2016-12-11 17:46:03 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
8283b1c924
Added a comment: Nope a Fluke
2016-12-11 13:26:29 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
f58b13435e
Added a comment: Verification
2016-12-11 00:59:50 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
5fb7b87bf0
Added a comment
2016-12-11 00:26:42 +00:00
Joey Hess
d44694cdd1
followup
2016-12-10 11:31:55 -04:00
Joey Hess
749623df86
fixed
2016-12-10 10:47:16 -04:00
alpernebbi
bbc5e4f4f3
Added a comment: Patch to fix aws head build issue
2016-12-10 13:08:58 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
efa71e70a4
Added a comment: Corrupt Links Produced, Significant Data Loss
2016-12-10 12:31:32 +00:00
alpernebbi
d07a85e74e
Added a comment
2016-12-10 07:36:04 +00:00
Joey Hess
da8c65601f
comment
2016-12-08 17:12:02 -04:00
Joey Hess
43e7044b43
comment
2016-12-08 17:10:24 -04:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
3dc64fe867
2016-12-06 13:56:13 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
89ff5bece0
2016-12-06 13:03:51 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
b8e27383fd
2016-12-06 13:01:51 +00:00
alpernebbi
7222ed2b20
2016-12-05 21:55:55 +00:00
alpernebbi
0e1c2ff1a4
Added a comment: UTF-8 problems in some other commands
2016-12-05 20:46:07 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e0be5b354a
"fixed" by reading --help
2016-12-04 16:20:00 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8cb409150c
added forgotten author tag
2016-12-04 15:54:32 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3b7a51ea0e
initial report
2016-12-04 15:52:29 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
f69a79fc70
Added a comment
2016-12-04 04:30:38 +00:00
https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd
1a1bbeb659
2016-12-01 18:54:57 +00:00
https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd
1f26a94cb9
2016-12-01 18:54:24 +00:00
pablo@4f5b00d7b40f0a52e51761da420d6ff8e7c9aca7
a26a0eb618
2016-11-30 18:56:32 +00:00
db48x
91e33d6c95
2016-11-29 12:24:43 +00:00
palday@91f366b5178879146d2b6e1e53bfa21389ee89a8
5b9615d361
Added a comment: Temporary workaround until the brew formula is updated
2016-11-29 02:17:52 +00:00
https://launchpad.net/~felixonmars
7982826f89
Added a comment
2016-11-28 04:17:13 +00:00
https://launchpad.net/~felixonmars
02dd09a25d
removed
2016-11-28 04:16:22 +00:00
https://launchpad.net/~felixonmars
f4d6c34f65
Added a comment
2016-11-28 04:12:18 +00:00
boh
07504166ed
Added a comment
2016-11-27 12:23:20 +00:00
CandyAngel
52ce3939b7
Added a comment
2016-11-25 20:27:07 +00:00
scottgorlin@a32946b2aad278883c1690a0753241583a9855b9
5c848b7225
Added a comment: IgnoreUnknown Include considered harmful?
2016-11-23 20:07:46 +00:00
https://launchpad.net/~stephane-gourichon-lpad
ff4b93906d
Added a comment: Known bug, fixed.
2016-11-23 18:04:27 +00:00
whlabratz@d10941ab2681deb87122fd8f6da51f3dcdb8dbe5
be2f708039
2016-11-23 03:26:37 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
28e61898b8
added meta field for myself
2016-11-21 16:36:34 +00:00
Joey Hess
6e6d1a8c15
addurl: Fix bug in checking annex.largefiles expressions using largerthan, mimetype, and smallerthan; the first two always failed to match, and the latter always matched.
2016-11-21 11:30:53 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d42f5889ef
initial whining
2016-11-20 04:26:59 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
b0c190002c
Added a comment
2016-11-20 03:47:23 +00:00
ilovezfs
fc304a8ab9
2016-11-19 16:00:50 +00:00
t.z.mates
ddfb320664
Added a comment
2016-11-19 04:42:25 +00:00
andrew
50836695b7
Added a comment: RESOLVED
2016-11-17 14:59:15 +00:00
db48x
95b5afb706
2016-11-17 04:00:18 +00:00
luckcolorsgoo@ab4f3c1c44a7dbcbcb9d9a29315b59ad524ceaaa
8ac3b30ca0
Added a comment
2016-11-16 22:56:46 +00:00
Joey Hess
aedec5d08d
arm build uses 32kb page size
...
(Change was made in gitannexbuilder scripts not here.)
2016-11-16 18:05:42 -04:00
Joey Hess
2e4edee607
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-16 16:18:11 -04:00
Joey Hess
2577f1c0a2
fsck --all --from was checking the content of files in the local repository, rather than on the special remote.
...
Straight up forgot to handle this case!
This commit was sponsored by Fernando Jimenez on Patreon.
2016-11-16 15:33:57 -04:00
Joey Hess
b4b970d5f2
moreinfo needed
2016-11-16 15:12:46 -04:00
Joey Hess
2f192583ba
comment
2016-11-16 14:49:47 -04:00
Joey Hess
b868e931a6
moreinfo
2016-11-16 14:43:45 -04:00
Joey Hess
1b71d920e4
comment
2016-11-16 14:43:33 -04:00
Joey Hess
d7b8be75a4
comment
2016-11-16 14:40:28 -04:00
Joey Hess
6d1039822e
already fixed
2016-11-16 14:35:22 -04:00
andrew
887e167937
2016-11-16 15:55:44 +00:00
Joey Hess
aa0da3663a
close
2016-11-15 11:02:21 -04:00
christopher@5845ecd3cef9edadd4dc084df00e1fa60ce311eb
23a8134e0d
Added a comment
2016-11-15 12:15:37 +00:00
thowz
4805b6e31d
2016-11-15 02:27:52 +00:00
Joey Hess
d58148031b
remove xmpp support
...
I've long considered the XMPP support in git-annex a wart.
It's nice to remove it.
(This also removes the NetMessager, which was only used for XMPP, and the
daemonstatus's desynced list (likewise).)
Existing XMPP remotes should be ignored by git-annex.
This commit was sponsored by Brock Spratlen on Patreon.
2016-11-14 14:53:08 -04:00
gfa@1e86118cd41fbfea50004af221471ad97b55af18
c20505f02a
Added a comment: same on Debian
2016-11-14 09:13:20 +00:00
mail@de3e4e58ccb420b8d9b78ef262ee0c80e021f199
b634e006c4
Added additional comment about it working if I build from source
2016-11-13 02:40:02 +00:00
mail@de3e4e58ccb420b8d9b78ef262ee0c80e021f199
1e88c12576
2016-11-13 01:23:15 +00:00
mail@4e627fd997ef5ca9f75e62ffc0aba5b27bd6aea1
0718de2026
2016-11-12 18:17:28 +00:00
https://tribut.de/
2f52d8a28c
2016-11-12 13:15:29 +00:00
Joey Hess
d48f4caaef
Linux standalone: Avoid using hard links in the tarball so it can be untarred on eg, afs which does not support them.
2016-11-10 15:12:30 -04:00
luckcolorsgoo@ab4f3c1c44a7dbcbcb9d9a29315b59ad524ceaaa
3e521b7334
2016-11-10 18:03:23 +00:00
luckcolorsgoo@ab4f3c1c44a7dbcbcb9d9a29315b59ad524ceaaa
42ef371845
2016-11-10 18:02:40 +00:00
Joey Hess
4643470537
webapp: Explicitly avoid checking for auth in static subsite requests.
...
Yesod didn't used to do auth checks for that, but this may have changed.
I don't have a way to reproduce the reported problem yet, but this change
certianly won't hurt anything.
This commit was sponsored by Thom May on Patreon.
2016-11-10 13:48:54 -04:00
christopher@5845ecd3cef9edadd4dc084df00e1fa60ce311eb
f9cacdd140
Added a comment
2016-11-10 09:50:40 +00:00
christopher@5845ecd3cef9edadd4dc084df00e1fa60ce311eb
5cae09562b
2016-11-10 09:46:14 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
14a1b2b4e4
Added a comment
2016-11-08 19:18:40 +00:00
Joey Hess
ee8231f982
meh
2016-11-08 14:55:53 -04:00
Joey Hess
9751e6f0c4
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-08 14:53:09 -04:00
Joey Hess
a924c99535
close
2016-11-08 14:52:29 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
96faccdbc6
initial whining
2016-11-08 15:08:32 +00:00
public@881708f3cb16d1f967ca9f517a310dd211474013
013802ea8d
Added a comment: joey's test build fixes issue
2016-11-08 14:53:48 +00:00
ddenis
deb11e82aa
2016-11-07 21:32:11 +00:00
ddenis
f8a955a395
2016-11-07 21:30:07 +00:00
Joey Hess
d76891570c
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-07 14:23:01 -04:00
Joey Hess
c44ac268be
OSX: Remove RPATHs from git-annex binary, which are not needed, slow down startup, and break the OSX Sierra linker.
...
ghc 8.0.2 may make this unncessary, but it's not in a stackage version yet,
so put in a workaround.
Note that the linux builds already delete the RPATHs for similar reasons.
This commit was sponsored by Josh Taylor on Patreon.
2016-11-07 14:22:14 -04:00
edward
386065bf92
Added a comment
2016-11-07 17:43:31 +00:00
Joey Hess
5ee09df821
edit
2016-11-07 13:40:02 -04:00
Joey Hess
11cea4547b
comment
2016-11-07 13:38:13 -04:00
Joey Hess
844d4a7435
comment
2016-11-07 13:32:15 -04:00
Joey Hess
7ed96a2405
Make .git/annex/ssh.config file work with versions of ssh older than 7.3, which don't support Include.
...
When used with an older version of ssh, any ServerAliveInterval in
~/.ssh/config will be overridden by .git/annex/ssh.config.
This commit was sponsored by Josh Taylor on Patreon.
2016-11-07 10:32:57 -04:00
Joey Hess
1864128141
analysis
2016-11-07 10:16:09 -04:00
edward
8961f25f5b
unlock should warn if file isn't in repo
2016-11-04 18:15:00 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
631c055330
Added a comment
2016-11-04 10:27:26 +00:00
EskildHustvedt
f651775e83
Added a comment
2016-11-04 07:34:30 +00:00
https://me.yahoo.com/a/n0FWjM0duI0IytxNwAsBBv1BvGd8rA--#a9eec
98e7900b49
2016-11-04 00:22:20 +00:00
davidriod@e75b369a4b1cced29c14354bce7493c61f00b1c7
567f49603f
2016-11-02 20:02:47 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
cad4f0b395
2016-11-02 17:24:27 +00:00
Joey Hess
82a7a8828f
fixed
2016-11-02 11:07:37 -04:00
Joey Hess
340809e671
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-02 10:37:50 -04:00
CandyAngel
50e93f5cf8
Added a comment
2016-11-02 10:37:49 +00:00
CandyAngel
330c68b39e
Added a comment
2016-11-02 10:03:46 +00:00
CandyAngel
116e0189ed
2016-11-02 09:58:25 +00:00
mx781
46ea2a354c
2016-11-02 05:32:43 +00:00
Joey Hess
4e305d1f98
update
2016-11-01 14:25:51 -04:00
Joey Hess
f08ad2f916
retitle
2016-11-01 13:50:09 -04:00
Joey Hess
5f3390336a
comment
2016-10-31 18:41:22 -04:00
Joey Hess
b530e43285
Fix reversion in 6.20161012 that prevented adding files with a space in their name.
2016-10-31 18:39:37 -04:00
Joey Hess
a986b12cf2
Merge branch 'master' of ssh://git-annex.branchable.com
2016-10-31 18:34:27 -04:00
aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7
32feb186c6
Added a comment
2016-10-31 22:31:44 +00:00
Joey Hess
040b26b2f6
comments
2016-10-31 18:07:11 -04:00
aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7
80ecf6496a
2016-10-31 21:40:06 +00:00
aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7
bec8368911
Added a comment
2016-10-31 21:29:42 +00:00
Joey Hess
7ec02ad9e6
reproduce
2016-10-31 17:18:04 -04:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
cf3234391f
Added a comment
2016-10-31 20:59:30 +00:00
Joey Hess
29f33155d6
comment
2016-10-31 16:56:40 -04:00
Joey Hess
d00a59b4c3
comment
2016-10-31 16:37:40 -04:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
54d0e9fb56
Added a comment
2016-10-31 19:50:23 +00:00
Joey Hess
fd5396bdab
response
2016-10-31 15:34:19 -04:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
c5a459bc81
Added a comment: SOLVED
2016-10-31 19:08:17 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
affaa85b7d
Added a comment
2016-10-31 18:51:17 +00:00
Joey Hess
ec2e1569e6
Linux standalone: Fix location of locale files in the bundle.
...
The Makefile was putting them in git-annex.linux/i18n/i18n, and so I18NPATH
did not point to the files. I think that on close enough to Debian systems,
localedef then fell back to using the system-wide locale files, while on
other systems it would fail to generate locales.
2016-10-31 14:31:46 -04:00
Joey Hess
2ad7b00e29
Assistant, repair: Fix ignoring of git fsck errors due to duplicate file entries in tree objects.
2016-10-31 14:00:37 -04:00
Joey Hess
adaeba010f
comment
2016-10-31 13:03:12 -04:00
aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7
3fc82fb4e2
Feature request: Support for skein512_256 hash
2016-10-30 15:09:53 +00:00
EskildHustvedt
f23452ff34
2016-10-29 08:06:00 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
cf168e1c6f
Added a comment
2016-10-28 10:17:19 +00:00
Joey Hess
0ae08947ac
Run ssh with ServerAliveInterval 60
...
So that stalled transfers will be noticed within about 3 minutes,
even if TCPKeepAlive is disabled or doesn't work.
Rather than setting with -o, use -F with another config file,
so that any settings in ~/.ssh/config or /etc/ssh/ssh_config overrides this.
2016-10-26 16:41:34 -04:00
Joey Hess
075602b1df
comment
2016-10-26 16:18:52 -04:00
Joey Hess
8dcf79694d
enable forwardRetry for command-line transfers
...
If a transfer fails for some reason, but some data managed to be sent, the
transfer will be retried. (The assistant already did this.)
Possible impacts:
* More ssh prompts if ssh needs to prompt for a password to connect to a
host, or is prompting about some other problem like a ssh key mismatch.
* More data transfer due to retrying, epecially when a remote does not
support resuming a transfer.
In the worst case, a lot of data will be transferred but it fails before
the end, and then all that data gets transferred again plus one byte more;
repeat until it manages to get the whole file.
2016-10-26 15:38:27 -04:00
Joey Hess
ca2435b21b
remove duplicate of top of page
2016-10-26 14:25:54 -04:00
Joey Hess
0e9224b2b4
comment
2016-10-26 14:24:13 -04:00
Joey Hess
3237976d76
comment
2016-10-26 14:13:00 -04:00
Joey Hess
8f2547ef89
comment
2016-10-26 14:04:59 -04:00
Joey Hess
c546e3a5c8
cose
2016-10-26 13:44:08 -04:00
Joey Hess
a7e9db48a7
comment
2016-10-26 13:27:18 -04:00
Joey Hess
55d4d51590
Merge branch 'master' of ssh://git-annex.branchable.com
2016-10-26 13:17:19 -04:00
Joey Hess
1a8ba7eab4
Improve ssh socket cleanup code to skip over the cruft that NFS sometimes puts in a directory when a file is being deleted.
2016-10-26 13:16:41 -04:00
jonan
80dac1cfdd
2016-10-25 10:51:29 +00:00
JohnKozak
c65cbaee99
2016-10-23 21:05:57 +00:00
JohnKozak
daa66dc8bd
2016-10-23 18:30:21 +00:00
ewen
ecb6ca5602
2016-10-21 06:12:49 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
38e76f27b9
Added a comment
2016-10-19 10:28:13 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
6d4f446a06
2016-10-18 10:09:44 +00:00
Joey Hess
3a3f126956
close
2016-10-17 16:36:35 -04:00
Joey Hess
10ca4b9788
Improve style of offline html build of website.
2016-10-17 15:55:49 -04:00
Joey Hess
cc5de0a94b
close
2016-10-17 15:30:33 -04:00
Joey Hess
8e22114735
upgrade: Handle upgrade to v6 when the repository already contains v6 unlocked files whose content is already present.
...
Closes https://github.com/datalad/datalad/issues/1020
The use of runWriter in scanUnlockedFiles broke due to this change;
it failed with blocked indefinitely in mvar, because the database write
handle was taken while linkFromAnnex needed to also write to it (to update
the inode cache). So, switched to using a separate runWriter for each call
to addAssociatedFileFast. A little less efficient, but not greatly; the
writes should all still be cached.
2016-10-17 15:19:47 -04:00
Joey Hess
93425dd575
note
2016-10-17 14:21:55 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
17cce14d19
original whining
2016-10-17 16:17:59 +00:00
https://launchpad.net/~helpunclejackoff
867a4ac4e8
Added a comment: Dumb old me....
2016-10-15 10:12:17 +00:00
Joey Hess
3f25317ad5
fix tree graft-in bug
...
When adding a tree like a/b/c/d when a/b already exists, fixes the bug that
the tree that got created was a/b/a/b/c/d
Just need to flatten out the top N directories of the tree that's being
grafted in, so we get the c/d part. This was complicated by the Tree
data type being a rose tree rather than a regular tree.
This commit was sponsored by Nick Daly on Patreon.
2016-10-11 15:36:40 -04:00
Joey Hess
66ebf1a8f9
add test case for sync_in_adjusted_branch_deleted_recently_added_files
...
This commit was sponsored by Denis Dzyubenko on Patreon.
2016-10-11 14:22:49 -04:00
Joey Hess
b82c3e0783
sync: Fix bug in adjusted branch merging that could cause recently added files to be lost when updating the adjusted branch.
...
The modification flag was not being set when making modifications deep
in a tree, so parent trees were not updated to contain the modified tree.
Seems to have exposed another bug where the wrong filename gets grafted in.
This commit was sponsored by Brock Spratlen on Patreon.
2016-10-10 15:00:45 -04:00
Joey Hess
d2527c421c
more analysis
2016-10-10 14:23:24 -04:00
Joey Hess
75c7215857
reproduce recipe
2016-10-10 12:56:21 -04:00