elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e
72e28dca89
Fixed typo: added "that" to "to require [that] more than one copy of a file exists"
2017-11-02 22:46:47 +00:00
elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e
0997912077
Fixed typo: added "to" to "the --size
parameter can adjust it [to] test using smaller files"
2017-11-02 22:25:47 +00:00
erics
482c99c4fd
FreeBSD port is in devel/*hs-*git-annex (the URL was correct; the text wasn't)
2017-11-02 22:18:53 +00:00
elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e
e8f58d9a66
Fixed typo: "repisitory"
2017-11-02 20:39:05 +00:00
ynikitenko
18808923c4
Added a comment: difference with git-annex-fix?
2017-11-02 19:57:48 +00:00
ynikitenko
72305354fb
Added a comment: Works
2017-11-02 19:21:43 +00:00
erics
99f37bac50
2017-11-01 21:02:17 +00:00
erics
2fa72fb2cc
2017-11-01 20:59:21 +00:00
erics
ade0370775
2017-11-01 20:56:11 +00:00
erics
8160f093d5
Added a comment: Woops, just found the "contributing" page...
2017-11-01 19:33:08 +00:00
erics
88b489da2b
Added a comment: Adventures with stack
2017-11-01 19:19:52 +00:00
Lykos153
10b6551220
grammar...
2017-11-01 15:33:58 +00:00
Lykos153
e88e70954f
2017-11-01 15:30:14 +00:00
Lykos153
9782cb9c14
rename todo/Test_cases_for_exportree_special_remotes.mdwn to todo/Test_cases_for_exporttree_special_remotes.mdwn
2017-11-01 14:15:50 +00:00
Lykos153
8ef0a35852
Fix type exportree
2017-11-01 14:08:54 +00:00
Lykos153
96e41466ba
2017-11-01 13:52:49 +00:00
ynikitenko
6a3298b06d
2017-10-31 20:04:20 +00:00
Joey Hess
11f76af7e8
response
2017-10-31 13:18:52 -04:00
Joey Hess
4ecc852ca0
Merge branch 'master' of ssh://git-annex.branchable.com
2017-10-31 13:14:18 -04:00
Joey Hess
fc8f1a7a1a
close bug; copy benchmarking info to new page
2017-10-31 13:13:40 -04:00
yarikoptic
d780958ee0
Added a comment: thanks
2017-10-30 20:04:48 +00:00
Joey Hess
d4429bcf00
close; export
2017-10-30 15:16:09 -04:00
Joey Hess
0b73e6dac5
close
2017-10-30 15:13:25 -04:00
Joey Hess
194c413727
followup
2017-10-30 15:12:23 -04:00
Joey Hess
16b05b7195
Merge branch 'master' of ssh://git-annex.branchable.com
2017-10-30 14:53:46 -04:00
Joey Hess
1e20b0e782
followup
2017-10-30 14:53:15 -04:00
Joey Hess
1adcad345a
close
2017-10-30 14:47:19 -04:00
Joey Hess
75ec0227f8
unlock, lock: Support --json.
2017-10-30 14:44:11 -04:00
yarikoptic
46b6b86b08
Added a comment: got it
2017-10-30 18:33:20 +00:00
Joey Hess
325c40afef
followup
2017-10-30 14:23:33 -04:00
Lykos153
856ed7ef76
Added a comment
2017-10-30 18:18:56 +00:00
Joey Hess
5d99094313
comment
2017-10-30 13:15:09 -04:00
Joey Hess
e2017b8adb
followup; close
2017-10-30 13:10:07 -04:00
Joey Hess
68a9c867be
Fix exporting of non-annexed files to external special remotes.
...
Actual problem is the keyName was set to "Ref \"sha\"", which led to
this follow-on failure since it contained a space.
The bad data would also get into the export database when exporting to a
non-external special remote. Looking briefly at that, I don't think the bad
data will lead to anything more than a re-upload of the file content
now that the problem has been fixed.
This commit was sponsored by Peter Hogg on Patreon.
2017-10-30 12:47:13 -04:00
Joey Hess
d0d1154497
remove unused value
...
felix's patch removed the user of home
2017-10-30 12:36:43 -04:00
Joey Hess
c7fe7760d1
typo fix
2017-10-30 12:28:44 -04:00
Joey Hess
0743ee1bbc
managed to repro
2017-10-30 12:26:49 -04:00
Joey Hess
fb9b4724ba
moreinfo
2017-10-30 12:19:33 -04:00
Joey Hess
81926f638e
responses
2017-10-30 12:10:39 -04:00
Joey Hess
24883e01cd
Fix export of subdir of a branch.
...
Seems I forgot to fully test that feature when documenting it.
git rev-parse needs a colon after a branch to de-reference the tree
it points to, rather than the commit. But that had it adding an extra
colon when the user specified "branch:subdir". So, check if there is a
colon before adding one.
This commit was sponsored by Francois Marier on Patreon.
2017-10-30 12:02:22 -04:00
Joey Hess
edafe8621e
comment
2017-10-30 11:51:22 -04:00
Lykos153
58179ad49a
2017-10-29 17:57:50 +00:00
ynikitenko
1f5d4766d6
Added a comment: thanks
2017-10-29 16:28:34 +00:00
Joey Hess
20b04a465f
remove custom-setup again until cabal issue is fixed
2017-10-27 14:35:03 -04:00
Joey Hess
d6573dab1d
this is the custom-setup I want
...
Unfortunately, cabal fails to parse this.
https://github.com/haskell/cabal/issues/4852
2017-10-27 14:20:58 -04:00
Joey Hess
b7be4e13c2
Merge branch 'master' of ssh://git-annex.branchable.com
2017-10-27 14:04:36 -04:00
Joey Hess
15f680d33b
try putting back custom-setup
...
will this build on doze?
2017-10-27 14:03:50 -04:00
ynikitenko
769c1d3d37
Added a comment: not so slow
2017-10-27 12:29:12 +00:00
Joey Hess
024b52a624
add news item for git-annex 6.20171026
2017-10-26 14:03:07 -04:00
Joey Hess
43d011a524
releasing package git-annex version 6.20171026
2017-10-26 14:02:40 -04:00