Joey Hess
09234eb42d
comment
2016-02-19 14:47:08 -04:00
Joey Hess
e1a858f87e
comment
2016-02-19 11:56:11 -04:00
davho
ff2baf59b2
removed
2016-02-19 15:50:03 +00:00
davho
90fff21cb4
removed
2016-02-19 15:49:36 +00:00
davho
41fd9ab0b8
Added a comment: Why would it fail?
2016-02-19 15:49:01 +00:00
davho
2466284a23
Added a comment: Why would it fail?
2016-02-19 15:48:39 +00:00
davho
0ac5e41eef
Added a comment: Why would it fail?
2016-02-19 15:48:15 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
0edacffc65
Added a comment: 'git-annex semitrust' seems to solve the issue
2016-02-18 21:51:00 +00:00
christoph.schober@b8a66d38d9dfeeb6d7cd83888079d5870014ad7a
8f03c5df12
Added a comment
2016-02-18 21:47:39 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
7f965e5dba
Added a comment: repository marked as dead (!)
2016-02-18 14:33:56 +00:00
Joey Hess
a0bf75a710
followup
2016-02-17 15:20:23 -04:00
Joey Hess
fcc8a60aaf
add news item for git-annex 6.20160217
2016-02-17 15:12:13 -04:00
84.142.108.233
e7dc6b0211
poll vote (My phone (or MP3 player))
2016-02-17 18:04:23 +00:00
Joey Hess
8eae137b2a
followup
2016-02-17 12:37:32 -04:00
Øyvind A. Holm
7f789c37be
Add some more info to the bug report
2016-02-17 06:04:48 +00:00
sunny256
f900cfbd44
Add bug report about failing tests when annex.backends is defined
2016-02-17 05:38:35 +00:00
Joey Hess
99a17b337e
devblog
2016-02-16 16:43:02 -04:00
Joey Hess
15148ee9eb
annex.addunlocked
...
* add, addurl, import, importfeed: When in a v6 repository on a crippled
filesystem, add files unlocked.
* annex.addunlocked: New configuration setting, makes files always be
added unlocked. (v6 only)
2016-02-16 14:43:43 -04:00
Joey Hess
32dcc1303a
devblog
2016-02-15 16:55:55 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ef557d7cac
Added a comment
2016-02-15 17:05:08 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2301c7c134
Added a comment
2016-02-15 17:02:59 +00:00
Joey Hess
dfbb5db3a8
add spacer to menu
2016-02-15 13:02:14 -04:00
Joey Hess
4eeb25d9c9
comment
2016-02-15 12:52:56 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
813d3262d2
2016-02-15 16:30:37 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ad15d778e3
added [[!meta author=yoh]]
2016-02-15 15:29:22 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
eb879367a7
Added a comment
2016-02-15 15:28:41 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8ed1e1bc66
2016-02-15 15:26:36 +00:00
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