Joey Hess
f99ae3d713
remove debug print
2015-08-13 13:18:47 -04:00
Joey Hess
4665fc9e84
add debug logging of process exits
...
This is mostly to be able to see how long a command took to run. Also exit
code may be useful.
Unofrtunately, I can't put the command name in there, because it's not
available at this point, and it would be a much larger change to wrap the
ProcessHandle data type to add that. However, it's generally pretty obvious
which process exited from context.
2015-08-13 13:12:44 -04:00
Joey Hess
7584e47ba3
--debug log messages are now timestamped with fractional seconds.
2015-08-12 14:42:49 -04:00
Joey Hess
626d273240
add news item for git-annex 5.20150812
2015-08-12 11:25:18 -04:00
Joey Hess
730573e0ba
prep release
2015-08-12 11:16:38 -04:00
Joey Hess
e953be11af
avoid throwing exception when String is not encoded using the filesystem encoding
...
Since _encodeFilePath generates a String that doesn't use the filesystem
encoding, when this exception is caught, we know we already have such a
String, and can just return it as-is.
2015-08-12 10:57:48 -04:00
Joey Hess
4e4e11849a
fix test suite fail in LANG=C
...
This was caused by 23e9d3bb77
an Arbitrary String is not necessarily encoded using the filesystem
encoding, and in a non-utf8 locale, encodeBS throws an exception on such a
string. All I could think to do is limit test data to ascii.
This shouldn't be a problem in practice, because the all Strings in
git-annex that are not generated by Arbitrary should be loaded in a way
that does apply the filesystem encoding.
2015-08-12 10:36:51 -04:00
https://mey.vn/
f7b57c5f6b
Added a comment
2015-08-12 10:54:29 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
bb43b2e021
Added a comment
2015-08-12 04:51:53 +00:00
anarcat
a6f7b36793
Added a comment: thanks
2015-08-12 00:22:31 +00:00
sanket
a39ae9ec3e
Added a comment: Integrating Tahoe and Git annex using special remote
2015-08-12 00:00:09 +00:00
Joey Hess
b3b9970fdd
Merge branch 'master' of ssh://git-annex.branchable.com
2015-08-11 19:24:04 -04:00
Joey Hess
23be6c78e3
devblog
2015-08-11 19:22:36 -04:00
Joey Hess
4265e52596
comment
2015-08-11 19:21:25 -04:00
Joey Hess
ff97803279
clarify
2015-08-11 18:49:06 -04:00
Joey Hess
06dac3bfed
avoid nul-truncation
...
This might be a little slower, but it's safer, in the event that a
union-merged file contains a NUL.
AFAIK, no files in the git-annex branch do.
2015-08-11 18:46:10 -04:00
Joey Hess
23e9d3bb77
Fix setting/setting/viewing metadata that contains unicode or other special characters, when in a non-unicode locale.
...
Oh boy, not again. So, another place that the filesystem encoding needs to
be applied. Yay.
In passing, I changed decodeBS so if a NUL is embedded in the input, the
resulting FilePath doesn't get truncated at that NUL. This was needed to
make prop_b64_roundtrips pass, and on reviewing the callers of decodeBS, I
didn't see any where this wouldn't make sense. When a FilePath is used to
operate on the filesystem, it'll get truncated at a NUL anyway, whereas if
a String is being used for something else, it might conceivably have a NUL
in it, and we wouldn't want it to get truncated when going through
decodeBS.
(NB: There may be a speed impact from this change.)
2015-08-11 18:40:59 -04:00
Joey Hess
1e40bfda49
close
2015-08-11 18:00:47 -04:00
anarcat
c99fae87bc
Added a comment: still broken, imho - possible fixes and workarounds
2015-08-11 21:43:32 +00:00
Joey Hess
756551cfcc
amazonka
2015-08-11 14:14:53 -04:00
Joey Hess
8ee295e446
comment
2015-08-11 13:52:54 -04:00
Joey Hess
21dc3ab49e
response
2015-08-11 13:36:22 -04:00
Joey Hess
73dcfc28a5
followup
2015-08-11 13:24:20 -04:00
Joey Hess
47e7921259
response
2015-08-11 13:21:47 -04:00
Joey Hess
0f66f766b0
metadata: Fix reversion introduced in 5.20150727 that caused display of metadata to not work.
2015-08-11 13:19:01 -04:00
Joey Hess
d54c9c46da
remove my addition; I missed that bgilbert already said the same in a comment
2015-08-11 12:56:15 -04:00
Joey Hess
1b34533750
followu
2015-08-11 12:55:25 -04:00
Joey Hess
9286a7678e
Merge branch 'master' of ssh://git-annex.branchable.com
2015-08-11 12:14:08 -04:00
Joey Hess
c7b5e28d33
add link to gcsannex external special remote
2015-08-11 12:08:53 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c53d8323df
Added a comment: any chance to get a native google drive annex support?
2015-08-11 04:12:10 +00:00
tomekwi
d4ce800219
Added a comment: Linux-Windows repo
2015-08-10 18:22:22 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
339374b20a
Initial report
2015-08-09 23:44:28 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
3bb3f7495d
Added a comment: External special remote
2015-08-09 23:05:04 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
6d6eb6e4a5
Added a comment: External special remote
2015-08-09 22:59:16 +00:00
Joey Hess
56c399e217
remove obsolete tip
2015-08-09 18:11:23 -04:00
Joey Hess
533ab7b9ad
tip for git-annex-shell PATH issues
2015-08-09 18:09:05 -04:00
Joey Hess
a52b65ae00
Merge branch 'master' of ssh://git-annex.branchable.com
2015-08-09 17:25:34 -04:00
Joey Hess
61f30ff452
document a PATH issue
2015-08-09 17:25:13 -04:00
https://openid.stackexchange.com/user/1938c4c8-6bd7-4fbe-8784-f00dc5dd9fcb
8e044f27e2
Added a comment
2015-08-09 19:56:52 +00:00
Joey Hess
f6f3ad7be5
tyo
2015-08-09 11:51:51 -04:00
Joey Hess
8167f6fb40
Improve Setup.hs file so that cabal copy --destdir works. Thanks, Magnus_Therning.
2015-08-09 10:30:35 -04:00
Joey Hess
b0bc141a97
response
2015-08-09 10:15:32 -04:00
Joey Hess
36199e8df4
Revert "removed"
...
This reverts commit 3da078b2c0
.
This user will be banned if they make any further such apparently malicious
or stupid changes.
2015-08-09 10:12:47 -04:00
threadshuffle
a5cdf9b4aa
Added a comment
2015-08-09 10:00:48 +00:00
https://me.yahoo.com/a/KAQceysfsY6cjDjzGEJVZWdWJiUkO9bO5H5b44IJmwTNsIxqGW7l_re80nme#54d52
8e2d1b885c
2015-08-09 06:03:00 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7434cc0d72
Added a comment
2015-08-09 03:04:31 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3cb9c0dd93
2015-08-09 02:51:41 +00:00
https://openid.stackexchange.com/user/1938c4c8-6bd7-4fbe-8784-f00dc5dd9fcb
8294366f64
2015-08-08 18:29:32 +00:00
https://openid.stackexchange.com/user/1938c4c8-6bd7-4fbe-8784-f00dc5dd9fcb
cb25904a11
2015-08-08 18:28:49 +00:00
https://openid.stackexchange.com/user/1938c4c8-6bd7-4fbe-8784-f00dc5dd9fcb
f5734bae34
2015-08-08 18:27:56 +00:00