Commit graph

20093 commits

Author SHA1 Message Date
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
2e62e4cce0 Added a comment 2016-02-15 09:47:24 +00:00
jonan
60d9cb69ea 2016-02-15 09:37:52 +00:00
Joey Hess
2ce5b6cdf2
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-14 18:03:31 -04:00
Joey Hess
49215d68ae
devblog 2016-02-14 18:01:35 -04:00
Joey Hess
885e54df0a
fsck: Populate unlocked files in v6 repositories whose content is present in annex/objects but didn't reach the work tree.
This also handles fixing up after cf260d9a15
2016-02-14 17:27:50 -04:00
Joey Hess
cf260d9a15
Fix storing of filenames of v6 unlocked files when the filename is not representable in the current locale.
This is a mostly backwards compatable change. I broke backwards
compatability in the case where a filename starts with double-quote.
That seems likely to be very rare, and v6 unlocked files are a new feature
anyway, and fsck needs to fix missing associated file mappings anyway. So,
I decided that is good enough.

The encoding used is to just show the String when it contains a problem
character. While that adds some overhead to addAssociatedFile and
removeAssociatedFile, those are not called very often. This approach has
minimal decode overhead, because most filenames won't be encoded that way,
and it only has to look for the leading double-quote to skip the expensive
read. So, getAssociatedFiles remains fast.

I did consider using ByteString instead, but getting a FilePath converted
with all chars intact, even surrigates, is difficult, and it looks like
instance PersistField ByteString uses Text, which I don't trust for problem
encoded data. It would probably be slower too, and it would make the
database less easy to inspect manually.
2016-02-14 16:37:25 -04:00
jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f
1db3746ed7 Added a comment 2016-02-14 20:31:49 +00:00
Joey Hess
4100dd9733
close 2016-02-14 16:26:27 -04:00
Joey Hess
eebf42eaaa
close 2016-02-14 15:16:36 -04:00
Joey Hess
9d123645ee
comment 2016-02-14 15:14:02 -04:00
Joey Hess
5e7b53a815
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-14 15:12:53 -04:00
Joey Hess
9a6afb846f
fixed a couple days ago 2016-02-14 15:11:05 -04:00
Joey Hess
0f18636c8a
Work around problem with concurrent-output when in a non-unicode locale by avoiding use of it in such a locale.
Instead -J will behave as if it was built without concurrent-output support
in this situation. Ie, it will be mostly quiet, except when there's an
error.

Note that it's not a problem for a filename to contain invalid utf-8 when
in a utf-8 locale. That is handled ok by concurrent-output. It's only
displaying unicode characters in a non-unicode locale that doesn't work.
2016-02-14 15:02:42 -04:00
jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f
6983f0a541 2016-02-14 17:46:39 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
9597a21979 Added a comment 2016-02-13 22:27:57 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
a4745df82e 2016-02-13 00:29:58 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1e772a62b4 2016-02-12 22:39:04 +00:00
Gus
b988b526f7 Added a comment: Thanks 2016-02-12 21:47:53 +00:00
Joey Hess
cc4d3e3d45
checkpresentkey: Allow to be run without an explicit remote and add --batch
* checkpresentkey: Allow to be run without an explicit remote.
* checkpresentkey: Added --batch.
2016-02-12 16:43:51 -04:00
Joey Hess
84d657312e
comment 2016-02-12 14:36:00 -04:00
Joey Hess
c0a34d909d
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-12 14:21:25 -04:00
Joey Hess
9df13e73ae
if keys database cannot be opened due to permissions, ignore
This lets readonly repos be used. If a repo is readonly, we can ignore the
keys database, because nothing that we can do will change the state of the
repo anyway.
2016-02-12 14:16:35 -04:00
Joey Hess
1ec91f0c44
close 2016-02-12 13:41:50 -04:00
Gus
c96f4c4cd8 2016-02-12 16:31:39 +00:00
Joey Hess
c4e5c6b346
add densho 2016-02-12 12:21:04 -04:00
Joey Hess
479a094f2a
add news item for git-annex 6.20160211 2016-02-11 12:03:11 -04:00
Joey Hess
4c2fb5569b
close 2016-02-10 12:42:48 -04:00
Joey Hess
6a7f65e62d
fix typo 2016-02-10 12:41:28 -04:00
CandyAngel
5283f63d1e Added a comment 2016-02-10 12:49:18 +00:00
konubinix
2790840848 Added a comment: fuser and unison? 2016-02-10 09:12:52 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e46843054b 2016-02-10 00:01:10 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
24e2ab277f 2016-02-09 23:58:12 +00:00
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
56889d07cd Added a comment 2016-02-09 21:51:17 +00:00
Joey Hess
0b7d8d44d9
update 2016-02-09 16:32:40 -04:00
Joey Hess
73cca6e8c1
update 2016-02-09 16:26:55 -04:00
Joey Hess
5d05aad74c
S3: Allow configuring with requeststyle=path to use path-style bucket access instead of the default DNS-style access.
untested
2016-02-09 15:36:36 -04:00
Joey Hess
c256fa20f1
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-09 15:35:04 -04:00
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
dcea2f8d9f rename todo/allow_path-style_syntax_for_S3_bucket_specification.mdwn to todo/support_path-style_syntax_for_S3_bucket_specification.mdwn 2016-02-09 19:21:15 +00:00
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
1d432c677e rename todo/allow_path-style_semantics_for_S3_bucket_specification.mdwn to todo/allow_path-style_syntax_for_S3_bucket_specification.mdwn 2016-02-09 19:19:58 +00:00
Joey Hess
da8e0e4048
devblog 2016-02-09 15:19:54 -04:00
Joey Hess
9df7743e70
cleanu 2016-02-09 15:11:10 -04:00
Joey Hess
4fc5c21b3f
simplify; no need for separate filter reversal function 2016-02-09 15:09:25 -04:00
Joey Hess
476778f364
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-09 15:00:14 -04:00
christoph.schober@b8a66d38d9dfeeb6d7cd83888079d5870014ad7a
85386d6408 2016-02-09 18:59:32 +00:00
Joey Hess
cd84944bc5
improve 2016-02-09 14:59:13 -04:00
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
a246ea41fe 2016-02-09 18:58:38 +00:00
Joey Hess
3f8f534646
improve api, removing IO 2016-02-09 14:52:43 -04:00
Joey Hess
c85b774b2e
add RenameFile 2016-02-09 14:44:29 -04:00
Joey Hess
d09b742f48
update 2016-02-09 14:37:59 -04:00
Joey Hess
3188e5e4fe
update 2016-02-09 14:24:32 -04:00
Joey Hess
e4c85c856b
update 2016-02-09 13:51:49 -04:00
Joey Hess
1c9f4e81a6
update 2016-02-09 13:45:40 -04:00
Joey Hess
6dd9b2b63b
push details 2016-02-09 13:08:34 -04:00
Joey Hess
a7b3d8574e
commit details 2016-02-09 13:04:10 -04:00
Joey Hess
7a4e456662
integration with view branches 2016-02-09 12:45:48 -04:00
Joey Hess
09400f7bfb
stacking filters 2016-02-09 12:41:45 -04:00
Joey Hess
aeb6b4d2c0
comment 2016-02-09 12:39:57 -04:00
Joey Hess
4b1afda6c5
pointer 2016-02-09 12:36:22 -04:00
Joey Hess
d3666228ee
rename v6 design page 2016-02-09 12:34:58 -04:00
Joey Hess
edc5829785
added adjusted_branches design doc, meets at least 2 different needs 2016-02-09 12:30:29 -04:00
annuges
aac064d688 Added a comment 2016-02-09 13:49:43 +00:00
rpglover64@acd6753c831cc132736943bec350391fcb2ff77d
1ac9034466 Added a comment: Third time's the charm? 2016-02-08 20:44:12 +00:00
Joey Hess
a24a18d76e
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-08 15:41:56 -04:00
Joey Hess
17c97434f2
init: Fix bugs in submodule .git symlink fixup, that occurred when initializing in a subdirectory of a submodule and a submodule of a submodule. 2016-02-08 15:41:27 -04:00
Joey Hess
085ec7d693
retitle 2016-02-08 15:26:18 -04:00
Joey Hess
6b6911f6ff
update 2016-02-08 15:25:36 -04:00
Joey Hess
dba6a4bc6e
comment 2016-02-08 15:21:00 -04:00
anarcat
6f024b3776 Added a comment: publish! 2016-02-08 19:12:30 +00:00
Joey Hess
566f90556f
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-08 14:15:16 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2c70c88396 Added a comment 2016-02-08 16:21:57 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
0c852966a6 Added a comment: submodules of the submodules 2016-02-08 16:05:18 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
54a83f5288 2016-02-08 15:50:17 +00:00
Joey Hess
349aa73c85
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-08 11:00:58 -04:00
Prayag Verma
1ac854f2c0
Fix a typo
`opportunisticly` → `opportunistically`
2016-02-08 10:54:08 -04:00
CandyAngel
23dd00f3ab Added a comment 2016-02-08 13:08:30 +00:00
luca@b7e273474d087a5c7fc4428503f21d5624636d9f
e5f31edb90 2016-02-08 09:55:37 +00:00
atrent
f8b42adb12 2016-02-08 07:14:56 +00:00
annuges
18a021a43f 2016-02-07 16:00:39 +00:00
anarcat
643398b9e6 Added a comment 2016-02-05 23:06:12 +00:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
739001d8d1 Added a comment 2016-02-05 22:35:19 +00:00
Joey Hess
d25efeda6a
devblog 2016-02-05 18:30:03 -04:00
Joey Hess
03754a3c1c
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-05 15:34:43 -04:00
Joey Hess
062e374ed5
update for MagicMime with stack 2016-02-05 14:34:12 -04:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
0470fa8288 Added a comment 2016-02-05 18:18:58 +00:00
Joey Hess
f3ebf7a07b
response 2016-02-05 13:40:13 -04:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
7289b17388 Added a comment 2016-02-05 17:32:22 +00:00
Joey Hess
80ee1bcf71
followup 2016-02-05 13:03:43 -04:00
Joey Hess
46ccf22489
response 2016-02-05 12:59:53 -04:00
luca@b7e273474d087a5c7fc4428503f21d5624636d9f
7bef2c110c removed 2016-02-05 07:47:14 +00:00
luca@b7e273474d087a5c7fc4428503f21d5624636d9f
cc0a436589 Added a comment 2016-02-05 06:43:28 +00:00
luca@b7e273474d087a5c7fc4428503f21d5624636d9f
756e5f8002 Added a comment 2016-02-05 06:43:11 +00:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
ee3ff47c99 Added a comment 2016-02-04 18:23:08 +00:00
Joey Hess
73d9f91ecb
response 2016-02-04 12:32:04 -04:00
Joey Hess
358e127a85
note 2016-02-03 19:00:23 -04:00
Joey Hess
cfc83ab762
comment 2016-02-03 17:03:10 -04:00
Joey Hess
09b369ba7e
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-03 16:59:04 -04:00
Joey Hess
8038d3bba4
devblog 2016-02-03 16:58:44 -04:00
Joey Hess
23cc315c38
matchexpression: Added --largefiles option to parse an annex.largefiles expression. 2016-02-03 16:58:36 -04:00
Joey Hess
5127cb59cc
annex.largefiles: Add support for mimetype=text/* etc, when git-annex is linked with libmagic. 2016-02-03 16:29:34 -04:00
Joey Hess
86444fe507
comment 2016-02-03 15:45:54 -04:00
Joey Hess
403b56fb91
Limit annex.largefiles parsing to the subset of preferred content expressions that make sense in its context.
So, not "standard" or "lackingcopies", etc.
2016-02-03 15:04:42 -04:00
konubinix
53dee6e033 Added a comment: git-annex-getcopy.sh 2016-02-03 12:32:55 +00:00
atrent
a5d89a8b4d Added a comment: adding a simple counter? 2016-02-03 07:48:10 +00:00
floppy@47eb4e509346aa37da79eaae46eb0d576f4a16c0
51f9184637 2016-02-03 07:45:43 +00:00
Jan
477a2edda1 Added a comment 2016-02-03 02:49:01 +00:00
anarcat
3b0230331c Added a comment: all those parenthesis... 2016-02-02 22:56:51 +00:00
Joey Hess
199c4f9508
Revert incorrect typo fix 2016-02-02 16:55:21 -04:00
Joey Hess
8cc6d39ad0
typo 2016-02-02 16:54:56 -04:00
Joey Hess
250c734f95
improve 2016-02-02 16:53:29 -04:00
Joey Hess
8764dc43ed
rework largefiles documentation 2016-02-02 16:50:58 -04:00
Joey Hess
82bb1db75b
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-02 15:35:22 -04:00
Joey Hess
0c66414c62
devblog 2016-02-02 15:35:01 -04:00
Joey Hess
d37fe6a547
annex.largefiles can be configured in .gitattributes too
This is particulary useful for v6 repositories, since the .gitattributes
configuration will apply in all clones of the repository.
2016-02-02 15:18:17 -04:00
Joey Hess
e8fc2ff27c
add "nothing" to preferred content DSL
Same as "not anything"; will be particularly useful in annex.largefiles
gitattributes.
2016-02-02 14:42:13 -04:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
51961d9381 2016-02-02 18:28:44 +00:00
CandyAngel
70cfdefbb1 Added a comment 2016-02-02 10:08:06 +00:00
101.231.32.166
81fd09ec67 poll vote (DCIM directory (photos and videos only)) 2016-02-02 09:00:53 +00:00
andrew.grangaard@bf525d11f8ebfbfb0976f7df2301aa0f36668f59
3b5c1366c8 Added a comment: 10.10 build works on El Capitan (10.11) 2016-02-02 01:30:46 +00:00
andrew.grangaard@bf525d11f8ebfbfb0976f7df2301aa0f36668f59
a5ee84862e 2016-02-02 01:24:17 +00:00
andrew.grangaard@bf525d11f8ebfbfb0976f7df2301aa0f36668f59
c5eaa3d04f Add homebrew cask instructions. 2016-02-02 01:22:17 +00:00
andrew.grangaard@bf525d11f8ebfbfb0976f7df2301aa0f36668f59
06747f79ce Tested as working in 10.11 / El Capitan. Add hombrew-cask reference. 2016-02-02 01:18:07 +00:00
anarcat
4135c6d5d9 2016-02-01 19:54:39 +00:00
anarcat
8b2ada9f1a another idea 2016-02-01 19:53:04 +00:00
anarcat
81b9d7564c 2016-02-01 19:51:44 +00:00
CandyAngel
38a45bcca6 Added a comment 2016-02-01 12:43:48 +00:00
divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899
edde0977ff Added a comment: Disabling SSH connection caching 2016-02-01 06:52:55 +00:00
moird
06cf5efae7 Added a comment 2016-01-30 19:01:28 +00:00
Gothmog
dd7238252d 2016-01-30 13:24:31 +00:00
Gothmog
7e7a8a3606 2016-01-30 13:23:46 +00:00
viric@582d0845fdeae54b262502f49509b4577a5adbf8
df0487776e Added a comment: Use --used-refspec 2016-01-29 21:37:36 +00:00
moird
d3424f449b Added a comment 2016-01-29 19:43:21 +00:00
Joey Hess
00d6186ffd
comment 2016-01-29 14:51:20 -04:00
moird
608c4db9ed Added a comment 2016-01-29 18:42:12 +00:00
Joey Hess
a22b7b39c1
comment 2016-01-29 14:25:31 -04:00
Joey Hess
ef4b4c3856
webapp: Fix deletion of current repository directory.
removeDirectoryRecursive "." fails; need full path.

I think this is a reversion introduced in the relative path conversion, in
january of *last* year!
2016-01-29 14:04:39 -04:00
Joey Hess
5e4ddd32a0
comment 2016-01-29 14:03:39 -04:00
Joey Hess
43e38cf44b
comment 2016-01-29 13:52:28 -04:00
Joey Hess
a886d92bca
comment 2016-01-29 13:48:07 -04:00
Joey Hess
e2a3fb9671
comment 2016-01-29 13:44:43 -04:00
Joey Hess
73800b7e64
comment 2016-01-29 13:43:53 -04:00
Joey Hess
759c8cb0be
comment 2016-01-29 13:37:17 -04:00
Joey Hess
1b67a62bf5
comment 2016-01-29 13:28:51 -04:00
Joey Hess
8db477b2ac
done 2016-01-29 13:27:06 -04:00
Joey Hess
a47b644dc9
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-29 13:23:32 -04:00
Joey Hess
86689eb930
comment 2016-01-29 13:22:24 -04:00
Joey Hess
9a4af2324e
Fix reversion in lookupkey, contentlocation, and examinekey which caused them to sometimes output side messages. 2016-01-29 13:20:24 -04:00
Joey Hess
66a24e0f36
followup 2016-01-29 13:08:12 -04:00
git-annex.branchable.com@69b3f2da2837a3d9de8eab0b93771008294b7d69
e6f25fe2f1 Added a comment: Does a tar of .git solve the problem 2016-01-28 19:03:08 +00:00
Joey Hess
7c1df36d63
annex.addsmallfiles: New option controlling what is done when adding files not matching annex.largefiles. 2016-01-28 14:04:32 -04:00
parmour@1304ead3ef9008fa9fe66af7c8678dec867328da
0458727ee7 Added a comment: Similar sounding issue 2016-01-28 15:02:32 +00:00
ggreif@8132a868199b4ffec14150c87f538dc06a538220
ee5d8e408d 2016-01-28 10:58:35 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
c2a3be754d 2016-01-28 10:55:30 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
40c9e7e16e move files, direct mode 2016-01-28 10:54:39 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
516374bf8a Added a comment: default settings? 2016-01-28 09:32:45 +00:00
ggreif@8132a868199b4ffec14150c87f538dc06a538220
b1d3137ac2 pull request 2016-01-28 08:51:38 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
599a3bafac 2016-01-28 01:28:21 +00:00
moird
bf78b8fad2 2016-01-27 15:50:14 +00:00
tomekwi
23361077a1 Added a comment: Linux-Windows repo 2016-01-26 20:46:59 +00:00
Joey Hess
20d240cd0e
add news item for git-annex 6.20160126 2016-01-26 15:46:02 -04:00
Joey Hess
be9acccc5e
devblog 2016-01-26 15:40:34 -04:00
Joey Hess
731cc79fd6
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-26 15:20:45 -04:00
Joey Hess
aaac5e6779
bug 2016-01-26 15:20:00 -04:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
8f21e7b3f5 Added a comment 2016-01-26 19:14:51 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
2bd01ad33a Added a comment 2016-01-26 19:09:05 +00:00
Joey Hess
51d59fec66
comment 2016-01-26 14:53:18 -04:00
Joey Hess
a69a746afa
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-26 14:38:37 -04:00
Joey Hess
039e83ed5d
Fix nasty reversion in the last release that broke sync --content's handling of many preferred content expressions.
The type checker should have noticed this, but the changes to mapM
that make it accept any Traversable hid the fact that it was not being
passed a list at all. Thus, what should have returned an empty list most
of the time instead returned [""] which was treated as the name of the
associated file, with disasterout consequences.

When I have time, I should add a test case checking what sync --content
drops. I should also consider replacing mapM with one re-specialized to
lists.
2016-01-26 14:28:43 -04:00
Joey Hess
3ddfa7bf1d
retitle 2016-01-26 14:17:46 -04:00
Joey Hess
f1d33568b0
update 2016-01-26 13:49:10 -04:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
7fe55d46e6 removed 2016-01-26 16:49:49 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
1adcf268ea Added a comment: problem with latest pull and stack 2016-01-26 16:49:05 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
281f445dfd Added a comment: problem with latest pull and stack 2016-01-26 16:48:43 +00:00
alexander+gitannex@2296816092e64c93002644a8af3a4d4c9e6b21c7
8a0b08f018 2016-01-25 23:21:12 +00:00
Joey Hess
b4c9460467
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-25 16:30:25 -04:00
Joey Hess
d2ed162192
close 2016-01-25 16:29:46 -04:00
hello@8ec3aeb95041eb24da1d74b9a59964a3e3519fb5
1ff8ba5ce6 Add bug report 2016-01-25 20:25:16 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
63052faa64 Added a comment 2016-01-25 20:23:23 +00:00
Joey Hess
d3ba9fe5c8
matchexpression: New plumbing command to check if a preferred content expression matches some data. 2016-01-25 16:16:18 -04:00
Joey Hess
4b569c9e7f
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-25 14:27:37 -04:00
Joey Hess
7a468324e6
comment 2016-01-25 14:26:58 -04:00
Joey Hess
5460975e40
document annex.largefiles handling 2016-01-25 13:41:21 -04:00
db
3891bd8593 Added a comment 2016-01-24 19:30:41 +00:00
Joey Hess
0fd6e77ec7
response 2016-01-24 14:18:59 -04:00
Joey Hess
bf7e928ee9
Fix build with QuickCheck 2.8.2
It added some instances I had also implemented.
2016-01-24 14:15:00 -04:00
db
b3838f217e 2016-01-23 23:14:38 +00:00
db
18f48c2e03 Added a comment 2016-01-23 23:06:03 +00:00
db
1314900684 Added a comment: How do I start it? 2016-01-23 22:42:52 +00:00
andrew@1d92abee601373fe09908b30706c97ffce3da255
1976569c83 Added a comment 2016-01-23 14:24:19 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
c5434d00e7 2016-01-22 23:10:11 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
62a182c71a Added a comment 2016-01-22 22:12:24 +00:00
Joey Hess
8c3d302532
assistant: Use udisks2 dbus events to detect when disks are mounted, instead of relying on gnome/kde stuff that is not stable. 2016-01-22 16:50:08 -04:00
Joey Hess
d1879df0ba
response 2016-01-22 15:39:27 -04:00
db
26b76a6b06 Added a comment 2016-01-22 19:00:58 +00:00
Joey Hess
1fcd0e951d
close 2016-01-22 13:51:54 -04:00
Joey Hess
ee14601890
comment 2016-01-22 12:25:56 -04:00
Joey Hess
bc6c0462ae
move preferred content terminals docs to man page 2016-01-22 12:24:15 -04:00
Joey Hess
5377806fc1
response 2016-01-22 11:58:09 -04:00
Joey Hess
0084a3868a
comment 2016-01-22 11:54:26 -04:00
Joey Hess
acac554aa9
avoid running BUILDER clean when it's cabal
This alows debian/rules clean to work when build deps are not installed.
2016-01-22 11:53:14 -04:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
fe6dae6d93 Added a comment 2016-01-22 08:11:18 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
a106baa0be Added a comment: gvfs reliability 2016-01-22 08:02:12 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
3f84025cd5 2016-01-22 07:56:26 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
234e7a5826 copied the wrong signals, re-testing 2016-01-22 07:53:18 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
3a7c295617 2016-01-22 07:51:50 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
474470d2d6 2016-01-22 07:47:33 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
83115b2573 Added a comment 2016-01-21 18:21:42 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
3b4c0204df 2016-01-21 18:09:19 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
cc28383fbe 2016-01-21 18:03:31 +00:00
simon.parzer@f837bbade0d93f560dc574b04e835b7875c4026f
ecdce748f1 Added a comment 2016-01-21 12:54:58 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
b95cd56a2d Added a comment 2016-01-21 08:35:53 +00:00
https://launchpad.net/~felixonmars
25cdf8931b 2016-01-21 05:20:58 +00:00
https://launchpad.net/~felixonmars
b271378d98 2016-01-21 05:20:14 +00:00
https://launchpad.net/~felixonmars
eb16121c6f 2016-01-21 05:16:43 +00:00
jtgeibel@4ad445b2ef940dedb1b6d9b19e3888e56b33541b
ff8fc5a2ab Added a comment: source-only build 2016-01-21 05:09:52 +00:00
neocryptek
957f021676 Added a comment 2016-01-21 03:38:56 +00:00
reyman64@f52a9d695f5dc1d5b0788fbb9877e9401fae7421
5b4378cb9c Added a comment: Error on compile 2016-01-20 22:50:02 +00:00
Joey Hess
64ad4248cc
close 2016-01-20 15:37:04 -04:00
Joey Hess
7f13861552
close 2016-01-20 15:35:53 -04:00
Joey Hess
3d4012de93
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-20 15:28:15 -04:00
Joey Hess
9d87d0897b
response 2016-01-20 15:27:36 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
fe6f01145d Added a comment 2016-01-20 19:24:17 +00:00
Joey Hess
c6889669dd
comment 2016-01-20 15:21:05 -04:00
Joey Hess
18dd8cc737
respinse 2016-01-20 15:17:20 -04:00
Joey Hess
334bef4786
response 2016-01-20 15:13:24 -04:00
Joey Hess
6a15d4472c
comment 2016-01-20 15:07:33 -04:00
Joey Hess
123b9cbd7d
comment 2016-01-20 15:04:36 -04:00
Joey Hess
fc9a02d600
comment 2016-01-20 15:00:13 -04:00
Joey Hess
8f4ffab1f2
comment 2016-01-20 14:56:09 -04:00
Joey Hess
d98743e9ce
response 2016-01-20 14:47:52 -04:00
Joey Hess
a2e399a4c0
respond, close bad bug 2016-01-20 14:42:07 -04:00
Joey Hess
869614bb73
response 2016-01-20 14:35:48 -04:00
Joey Hess
62e3f876c1
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-20 14:16:11 -04:00
Joey Hess
6d79f9e755
find --batch 2016-01-20 13:04:07 -04:00
Joey Hess
9b9b5a30e1
whereis --batch 2016-01-20 12:46:00 -04:00
sylvain.joyeux@5c33d7abae4df5f574fc4b8791d02054d245bf62
763c3cf5ed Added a comment: not on the directory special remote 2016-01-20 11:39:35 +00:00
jtgeibel@4ad445b2ef940dedb1b6d9b19e3888e56b33541b
034bfe143a 2016-01-20 04:32:23 +00:00
hiredman@b5864f8a30c0cafbc990313b56c39586ca7a21ec
b2a2f5d4cc Added a comment 2016-01-19 23:11:25 +00:00
Joey Hess
d676faed87
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-19 17:51:51 -04:00
Joey Hess
7d0ece86f6
add --batch 2016-01-19 17:48:42 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c920a35c9c Added a comment 2016-01-19 21:14:04 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
4e49631c77 Added a comment 2016-01-19 21:11:53 +00:00
Joey Hess
5a781f4e8f
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-19 16:55:45 -04:00
Joey Hess
0a45c43509
response 2016-01-19 16:55:20 -04:00
Joey Hess
821654ce06
respnse 2016-01-19 16:33:56 -04:00
Joey Hess
dbb7fa92d8
response 2016-01-19 16:32:04 -04:00
Joey Hess
abe8f63547
response 2016-01-19 16:23:37 -04:00
Joey Hess
4253031648
update for new arch package 2016-01-19 16:13:33 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ff4b2575b5 Added a comment: but works correct in direct mode 2016-01-19 20:05:56 +00:00
Joey Hess
c06999df42
already done this earlier 2016-01-19 15:57:37 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
868231487c Added a comment: actually has smth to do with remotes 2016-01-19 19:53:25 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1a42667691 Added a comment 2016-01-19 19:50:25 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
767eb5fcdf Added a comment 2016-01-19 19:48:10 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
5cee112923 2016-01-19 19:42:06 +00:00
fiatjaf
4dffddb343 small formatting fix. 2016-01-19 19:40:39 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
6a2a4aaba1 2016-01-19 19:26:32 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
77fc00a68f Added a comment 2016-01-19 19:24:11 +00:00
Joey Hess
432151f966
comment 2016-01-19 13:15:35 -04:00
Joey Hess
7e3fb403de
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-19 13:12:52 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e35fa26c55 Added a comment 2016-01-19 16:39:49 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9054f58e17 initial request 2016-01-19 16:31:03 +00:00
Joey Hess
effcdea8c3
update 2016-01-19 12:07:46 -04:00
Joey Hess
7b8e79c0f0
add, import: Support --json output.
Include added key in output.
2016-01-19 11:56:38 -04:00
Joey Hess
aae77b1856
comment 2016-01-19 11:35:14 -04:00
wzhd
a3399a363f Added a comment: attaching a torrent file to a downloaded and annexed directory 2016-01-19 10:07:28 +00:00
CandyAngel
2af7c6dd25 Added a comment 2016-01-18 23:23:48 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
aa2e815954 marked as mine 2016-01-18 22:08:35 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ee94708bd7 2016-01-18 22:01:41 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ee58e4601e 2016-01-18 21:59:04 +00:00
tribut
37ef508def Added a comment 2016-01-18 16:22:54 +00:00
db
2423844b3a removed 2016-01-18 14:09:59 +00:00
db
b205c03561 2016-01-18 14:09:34 +00:00
db
7a380dfd03 Added a comment 2016-01-18 14:07:09 +00:00
db
6b44e4eb0b 2016-01-18 14:06:30 +00:00
CandyAngel
165e5da2df Added a comment 2016-01-18 13:17:00 +00:00
tribut
ca19a2dbb6 Reformat irc log to add linebreaks (is there a better way to do this in markdown?) 2016-01-18 13:11:08 +00:00
tribut
d677bfea98 2016-01-18 13:07:23 +00:00
hiredman@b5864f8a30c0cafbc990313b56c39586ca7a21ec
12bbe83c64 2016-01-17 22:43:41 +00:00
db
94af2cd44d 2016-01-17 17:14:30 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
9ac7a9dce9 Added a comment 2016-01-16 13:03:26 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
35c41ce6f0 Added a comment 2016-01-16 12:20:05 +00:00
https://launchpad.net/~felixonmars
1d50ae50b1 Added a comment 2016-01-16 11:35:22 +00:00
https://launchpad.net/~felixonmars
f38cea4fb4 Replace Arch installation instructions with the package in official repos 2016-01-16 11:33:06 +00:00
spwhitton
e65aff79dd Added a comment 2016-01-16 05:14:41 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
cfbbc19737 Added a comment 2016-01-15 21:27:56 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1fe1308f01 Added a comment 2016-01-15 21:11:25 +00:00
Joey Hess
8d90cd11b9
show OSX test result 2016-01-15 16:55:13 -04:00
Joey Hess
8c876e3fd9
devblog 2016-01-15 16:50:38 -04:00
Joey Hess
861a110e01
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-15 16:07:46 -04:00
Joey Hess
527579ab21
comment 2016-01-15 16:06:10 -04:00
Joey Hess
aa35f5cdf7
info: Support --batch mode. 2016-01-15 15:56:47 -04:00
simon.parzer@f837bbade0d93f560dc574b04e835b7875c4026f
cb58dc9387 Added a comment 2016-01-15 19:37:57 +00:00
Joey Hess
27fd47fe38
response 2016-01-15 15:35:10 -04:00
Joey Hess
0639ee89b9
comment 2016-01-15 15:30:58 -04:00
Joey Hess
51c9f18faf
response 2016-01-15 15:17:06 -04:00
Joey Hess
95d43cf5ee
response 2016-01-15 15:12:50 -04:00
Joey Hess
cbf63f4b1a
response 2016-01-15 15:05:37 -04:00
Joey Hess
1e991b7223
comment 2016-01-15 15:00:52 -04:00
Joey Hess
b9f921248e
convert existing non-annexed file to non-exception 2016-01-15 14:34:33 -04:00
Joey Hess
b26ce646e4
whereis --json: Urls are now listed inside the remote that claims them, rather than all together at the end. 2016-01-15 14:16:48 -04:00
Joey Hess
d9f9153c82
comment 2016-01-15 13:06:38 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1e0ce5177d Added a comment 2016-01-15 16:54:33 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
9c6a20771e Added a comment: usage changes 2016-01-15 13:31:37 +00:00
https://launchpad.net/~felixonmars
c72ffee735 2016-01-15 13:17:26 +00:00
CandyAngel
dcaccd910b Added a comment 2016-01-15 09:34:40 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ea5e410345 2016-01-15 05:06:15 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
52df7ee2e2 2016-01-15 05:05:13 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3e96ddbdb6 closing since explanation followed 2016-01-15 04:57:49 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
6ea9aa1ee1 2016-01-15 04:49:46 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8728172053 Added a comment: new effect in list of "fixed" behavior to fail addurl if non-annex file exists 2016-01-15 04:45:08 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
18ada34e19 2016-01-15 04:14:36 +00:00
Joey Hess
6be9ee0d91
layout 2016-01-14 18:19:50 -04:00
Joey Hess
379004e3e7
move aside to better place 2016-01-14 18:19:00 -04:00
Joey Hess
a47480b0da
wording 2016-01-14 18:12:20 -04:00
Joey Hess
fb9727df8b
clarify 2016-01-14 18:11:09 -04:00
db48x
c7b6158d6a Added a comment: hexapodia! 2016-01-14 21:38:57 +00:00
anarcat
46dbbda5a4 add references to annex.thin in the upgrade docs 2016-01-14 21:21:36 +00:00
Joey Hess
196d39a813
fix format 2016-01-14 16:15:02 -04:00
Joey Hess
3363339c69
v6 mode is no longer experimental, downgrade warning 2016-01-14 15:33:07 -04:00
Joey Hess
3e7f419b16
add news item for git-annex 6.20160114 2016-01-14 15:30:10 -04:00
Joey Hess
d2dadeb611
comment 2016-01-14 15:29:35 -04:00
rashi.k0306@46b3566bf776802cd7adb39707f018beec8b0f26
297a744548 Added a comment: Duplicate Files Deleter 2016-01-14 11:42:10 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
78721c9afd Added a comment: "done" but only for non --fast/--relaxed 2016-01-13 23:49:30 +00:00
Joey Hess
af457d73a4
followup 2016-01-13 15:12:48 -04:00
Joey Hess
1d1cb16fe0
addurl: Refuse to overwrite any existing, non-annexed file. 2016-01-13 15:09:47 -04:00
Joey Hess
b52cf5697b
immediate queue flushing when annex.queuesize=1
Previously, it only flushed when the queue got larger than 1.

Also, make the queue auto-flush when items are added, rather than needing
to be flushed as a separate step. This simplifies the code and make it more
efficient too, as it avoids needing to read the queue out of the state to
check if it should be flushed.
2016-01-13 14:55:01 -04:00
Joey Hess
1d5b70db9c
addurl: Support --json, particularly useful in --batch mode. 2016-01-13 14:25:30 -04:00
Joey Hess
ecd0684bfc
avoid hard linking object from other repository when annex.thin is set
This is simpler and less expensive than checking if the src file has a
link count >= 2, and also is unlocked.
2016-01-13 14:19:31 -04:00
Joey Hess
07e57ca6bc
changelog for fix 2016-01-13 12:38:01 -04:00
simon.parzer@f837bbade0d93f560dc574b04e835b7875c4026f
36ca768f60 2016-01-13 16:19:48 +00:00
git-annex@8c58bb43191e0443be5d100448ba874284c5a778
7735439ff4 Added a comment: OSX Homebrew Has Same Failure 2016-01-13 00:09:13 +00:00
emanuele.ruffaldi@56b9c9a5c1f873994b869248e9b53aa20f437d20
2245e1d940 Added a comment: Updated 2016-01-12 22:47:49 +00:00
Joey Hess
0b24c0837a
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-12 14:10:43 -04:00
Alan
e4b503e03b Added a comment: Some additional information 2016-01-12 17:48:58 +00:00
Joey Hess
789fc32af0
devblog 2016-01-12 13:41:11 -04:00
Joey Hess
9ffd85d676
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-12 13:34:07 -04:00
Joey Hess
5dc7a24680
update 2016-01-12 13:24:31 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
50fad302a1 Added a comment: another side-effect of largefiles not being supported for my usecase 2016-01-12 17:20:08 +00:00
Joey Hess
134496b9fb
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-12 13:09:54 -04:00
Joey Hess
f9c5aa84e0
add database benchmark
The benchmark shows that the database access is quite fast indeed!
And, it scales linearly to the number of keys, with one exception,
getAssociatedKey.

Based on this benchmark, I don't think I need worry about optimising
for cases where all files are locked and the database is mostly empty.
In those cases, database access will be misses, and according to this
benchmark, should add only 50 milliseconds to runtime.

(NB: There may be some overhead to getting the database opened and locking
the handle that this benchmark doesn't see.)

joey@darkstar:~/src/git-annex>./git-annex benchmark
setting up database with 1000
setting up database with 10000
benchmarking keys database/getAssociatedFiles from 1000 (hit)
time                 62.77 μs   (62.70 μs .. 62.85 μs)
                     1.000 R²   (1.000 R² .. 1.000 R²)
mean                 62.81 μs   (62.76 μs .. 62.88 μs)
std dev              201.6 ns   (157.5 ns .. 259.5 ns)

benchmarking keys database/getAssociatedFiles from 1000 (miss)
time                 50.02 μs   (49.97 μs .. 50.07 μs)
                     1.000 R²   (1.000 R² .. 1.000 R²)
mean                 50.09 μs   (50.04 μs .. 50.17 μs)
std dev              206.7 ns   (133.8 ns .. 295.3 ns)

benchmarking keys database/getAssociatedKey from 1000 (hit)
time                 211.2 μs   (210.5 μs .. 212.3 μs)
                     1.000 R²   (0.999 R² .. 1.000 R²)
mean                 211.0 μs   (210.7 μs .. 212.0 μs)
std dev              1.685 μs   (334.4 ns .. 3.517 μs)

benchmarking keys database/getAssociatedKey from 1000 (miss)
time                 173.5 μs   (172.7 μs .. 174.2 μs)
                     1.000 R²   (0.999 R² .. 1.000 R²)
mean                 173.7 μs   (173.0 μs .. 175.5 μs)
std dev              3.833 μs   (1.858 μs .. 6.617 μs)
variance introduced by outliers: 16% (moderately inflated)

benchmarking keys database/getAssociatedFiles from 10000 (hit)
time                 64.01 μs   (63.84 μs .. 64.18 μs)
                     1.000 R²   (1.000 R² .. 1.000 R²)
mean                 64.85 μs   (64.34 μs .. 66.02 μs)
std dev              2.433 μs   (547.6 ns .. 4.652 μs)
variance introduced by outliers: 40% (moderately inflated)

benchmarking keys database/getAssociatedFiles from 10000 (miss)
time                 50.33 μs   (50.28 μs .. 50.39 μs)
                     1.000 R²   (1.000 R² .. 1.000 R²)
mean                 50.32 μs   (50.26 μs .. 50.38 μs)
std dev              202.7 ns   (167.6 ns .. 252.0 ns)

benchmarking keys database/getAssociatedKey from 10000 (hit)
time                 1.142 ms   (1.139 ms .. 1.146 ms)
                     1.000 R²   (1.000 R² .. 1.000 R²)
mean                 1.142 ms   (1.140 ms .. 1.144 ms)
std dev              7.142 μs   (4.994 μs .. 10.98 μs)

benchmarking keys database/getAssociatedKey from 10000 (miss)
time                 1.094 ms   (1.092 ms .. 1.096 ms)
                     1.000 R²   (1.000 R² .. 1.000 R²)
mean                 1.095 ms   (1.095 ms .. 1.097 ms)
std dev              4.277 μs   (2.591 μs .. 7.228 μs)
2016-01-12 13:07:03 -04:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
e6e4407336 removed 2016-01-12 04:19:36 +00:00
sameerds
99fdd14f9f Added a comment: cygwin/msys-independent fix? 2016-01-12 04:07:40 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
4b075509f2 Added a comment: Does not work 2016-01-12 03:52:58 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9bc2b9ad57 Added a comment 2016-01-12 03:35:15 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ac17961c43 initial report 2016-01-12 03:30:25 +00:00
emanuele.ruffaldi@56b9c9a5c1f873994b869248e9b53aa20f437d20
d003501fab 2016-01-12 00:32:31 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d73469a87f 2016-01-11 22:10:57 +00:00
Joey Hess
2a27c77170
comment 2016-01-11 12:52:11 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e540c3ffc5 2016-01-11 16:47:52 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7a5969cc92 2016-01-11 16:47:04 +00:00
Joey Hess
bf776d6557
comment 2016-01-11 12:38:38 -04:00
Joey Hess
7ace93b922
comment 2016-01-11 12:34:01 -04:00
Joey Hess
c579b9800a
comment 2016-01-11 12:30:52 -04:00
Joey Hess
142803a90d
comment 2016-01-11 12:29:54 -04:00
Joey Hess
0021ae4485
commet 2016-01-11 12:21:45 -04:00
Joey Hess
dbdce142d4
comment 2016-01-11 12:20:40 -04:00
pkitslaar
7cf6299888 Added a comment: Possible fix for rsync windows paths 2016-01-11 10:25:23 +00:00
git-annex.branchable.com@69b3f2da2837a3d9de8eab0b93771008294b7d69
4caaa15f76 Added a comment 2016-01-10 12:06:53 +00:00
pkitslaar
bc1751b109 removed 2016-01-10 07:50:56 +00:00
pkitslaar
c3f0907667 Added a comment: Same here 2016-01-10 07:50:14 +00:00
pkitslaar
9e199a28f5 Added a comment: Same here 2016-01-10 07:49:52 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
bd1ce3ef0d Added a comment 2016-01-10 03:08:24 +00:00
G.nius.ck@d885edcfde63422ee84e5ee501b7aa545e91298d
6bdbc06317 Added a comment: What do you mean by "git-annex" branch? 2016-01-09 16:04:30 +00:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
e4e76c881a Added a comment: Copy from .git/config 2016-01-09 06:44:59 +00:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
f285579729 Added a comment: Special remotes 2016-01-08 21:12:45 +00:00
Joey Hess
dc58825bed
link 2016-01-08 16:37:47 -04:00
Joey Hess
2f41bbebfb
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-08 16:35:15 -04:00
Joey Hess
8be45cbf0a
devblog 2016-01-08 16:32:22 -04:00
Joey Hess
55ad30d1d9
update 2016-01-08 16:30:31 -04:00
oliverconzen@8cff8c5ab3868de177f748566f90c79720f9cf4b
1b91c07834 Added a comment 2016-01-08 19:21:28 +00:00
Joey Hess
51bc32e21e
better fix for slash in view metadata
The homomorphs are back, just encoded such that it doesn't crash in LANG=C

However, I noticed a bug in the old escaping; [pseudoSlash] was escaped the
same as ['/','/']. Fixed by using '%' to escape pseudoSlash. Which requires
doubling '%' to escape it, but that's already done in the escaping of
worktree filenames in a view, so is probably ok.
2016-01-08 13:55:35 -04:00
Joey Hess
42619e2231
view: Avoid using cute unicode homomorphs for '/' and '\' and instead use ugly escaping, as the unicode method doesn't work on non-unicode supporting systems. 2016-01-08 12:45:32 -04:00
Joey Hess
6b963426a0
link to new tip about encryption 2016-01-08 11:48:53 -04:00
Alan
498bd6fb43 2016-01-08 12:53:20 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
e94ef9bcb7 2016-01-08 07:38:01 +00:00
anntzer.lee@b6e099b6ef8ba8b53005ca7f0e473e825001129b
f0a54b40de Added a comment 2016-01-08 07:35:21 +00:00
sameerds
5527ea62b8 Added a comment: bump! 2016-01-08 07:31:18 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
f381b5f952 Added a comment 2016-01-08 06:56:02 +00:00
philippgodbersen@b5b6f1c85f129c3bbf300214eb690810f9c582b6
219b1fc3f9 2016-01-07 23:27:10 +00:00
Joey Hess
65b0358444
response 2016-01-07 18:22:51 -04:00
Joey Hess
2b781cbf7b
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-07 18:03:33 -04:00
Joey Hess
c96fb11a96
devblog 2016-01-07 18:03:06 -04:00
Joey Hess
722f56a99d
update 2016-01-07 15:47:19 -04:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
ab36e2908b Added a comment 2016-01-07 06:19:30 +00:00
Joey Hess
5498576c79
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-06 16:54:04 -04:00
Joey Hess
d667a68b7e
test: Added --keep-failures option. 2016-01-06 13:44:12 -04:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
679ab35238 Added a comment 2016-01-06 17:00:38 +00:00
Joey Hess
b96cfdc094
whereis --json: Make url list be included in machine-parseable form. 2016-01-06 12:33:32 -04:00
Joey Hess
6a194e09ff
response 2016-01-06 11:52:16 -04:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
632b4c72d2 2016-01-05 22:44:15 +00:00
Joey Hess
70a4d41b9d
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-05 18:13:10 -04:00
Joey Hess
50d25c186d
update 2016-01-05 17:41:46 -04:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
bf2f942997 removed 2016-01-05 20:14:46 +00:00
felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a5
09435ff50a 2016-01-05 19:56:28 +00:00
CandyAngel
14c5c24c40 Added a comment 2016-01-05 11:41:13 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
d45344e5c4 2016-01-05 11:23:36 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
10aecc58ab Added a comment 2016-01-05 11:09:07 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1d6d7a6e16 2016-01-05 02:20:14 +00:00
umeboshi
54c569ee2e Added a comment 2016-01-04 21:26:05 +00:00
sameerds
34408b48ec 2016-01-03 17:39:29 +00:00
eigengrau
621b903321 Added a comment 2016-01-03 07:52:36 +00:00