CandyAngel
ea60ce4066
Initial writeup of tips for repos with large file count
2015-06-17 08:28:14 +00:00
CandyAngel
d096cd5c40
Added a comment
2015-06-17 07:51:53 +00:00
graviton31415@3f1790ceea563b1bc76c318c7bfd6d4e817ecc5d
a558e91fc7
2015-06-17 07:12:26 +00:00
Joey Hess
4d7683b10c
man page points to this page now, remove comment requesting it
2015-06-16 20:35:53 -04:00
Joey Hess
3dc82d0b78
add inpreferreddir
2015-06-16 20:33:52 -04:00
Joey Hess
648601fb99
reorg
2015-06-16 20:30:48 -04:00
Joey Hess
396049fc64
comment weeding
2015-06-16 20:26:43 -04:00
Joey Hess
b9d49b6831
clarify
2015-06-16 20:24:35 -04:00
Joey Hess
cc175a69ef
Revert "box"
...
This reverts commit c36e1f2bdd
.
2015-06-16 20:23:57 -04:00
Joey Hess
c36e1f2bdd
box
2015-06-16 20:23:30 -04:00
Joey Hess
575e7a5271
fmt
2015-06-16 20:22:09 -04:00
Joey Hess
76f7c345b6
typography
2015-06-16 20:21:50 -04:00
Joey Hess
8296f90112
typography
2015-06-16 20:20:52 -04:00
Joey Hess
74f54b7593
fmt
2015-06-16 20:20:03 -04:00
Joey Hess
b8ccf28756
fmt
2015-06-16 20:19:31 -04:00
Joey Hess
b0c5ed47a4
rewrite so it's understandable without knowing about the related command-line options
2015-06-16 20:17:17 -04:00
Joey Hess
5b801fcad9
on second thought, sync --content --unused is probably not useful, remove
2015-06-16 19:01:06 -04:00
Joey Hess
8b0549b408
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-16 18:56:20 -04:00
Joey Hess
2c77fb5cae
devblog
2015-06-16 18:54:35 -04:00
dev@c21308d8de79665e508a8f95f6f68ef82d56f698
0c69e6055d
2015-06-16 22:43:15 +00:00
Joey Hess
8b74aec3ea
Increased the default annex.bloomaccuracy from 1000 to 10000000
...
This makes git annex unused use around 48 mb more memory than it did before,
but the massive increase in accuracy makes this worthwhile for all but the
smallest systems.
Also, I want to use the bloom filter for sync --all --content, to avoid
dropping files that the preferred content doesn't want, and 1/1000
false positives would be far too many in that use case, even if it were
acceptable for unused.
Actual memory use numbers:
1000: 21.06user 3.42system 0:26.40elapsed 92%CPU (0avgtext+0avgdata 501552maxresident)k
1000000: 21.41user 3.55system 0:26.84elapsed 93%CPU (0avgtext+0avgdata 549496maxresident)k
10000000: 21.84user 3.52system 0:27.89elapsed 90%CPU (0avgtext+0avgdata 549920maxresident)k
Based on these numbers, 10 million seemed a better pick than 1 million.
2015-06-16 18:12:00 -04:00
Joey Hess
8268f7951e
adjust standard preferred content to work better with git annex sync --all --content
...
backup: Use new "anything" terminal. This means that content that
is not unused, but has no associated file will be wanted by backup repos.
unwanted: "not anything" will result in any and all content moving
off of these repos.
incremental backup: Remove the "(include=* or unused)",
so it matches content that has no associated files
but is not unused.
client: Add a include=* to the expression. This limits it to matching
only files in the work tree. Without this change, sync --all --content
would match a key against the expression, and since it matches
exclude=archive/*, the client repo would have wanted the file content.
The "and not unused" would have kept unused objects out, but not
objects that were not known to be unused, or objects that another branch
referred to. In practice, everything would have flooded into client repos
without this change.
2015-06-16 17:18:53 -04:00
anarcat
da60a29e56
sign and split out
2015-06-16 21:06:14 +00:00
anarcat
c508c3472a
first python implementation of this
2015-06-16 21:03:48 +00:00
Joey Hess
8c46ea22c2
Added new "anything" preferred content expression, which matches all versions of all files.
2015-06-16 17:03:34 -04:00
Joey Hess
29c03145e6
sync: Add support for --all and --unused.
2015-06-16 16:50:03 -04:00
anarcat
f5d84ac62e
Added a comment
2015-06-16 20:10:50 +00:00
Joey Hess
58e6f033b9
update
2015-06-16 16:04:13 -04:00
Joey Hess
32adb5f0e0
actually..
2015-06-16 14:03:13 -04:00
Joey Hess
fbc06b3d1f
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-16 13:50:48 -04:00
Joey Hess
67f7f1b1cb
info: Added json output for "backend usage", "numcopies stats", "repositories containing these files", and "transfers in progress".
2015-06-16 13:50:28 -04:00
eigengrau
5e9684436e
Added a comment
2015-06-16 13:20:07 +00:00
https://id.koumbit.net/anarcat
bc87ed040e
neat checksumming api at s3 that could be leveraged
2015-06-16 00:50:06 +00:00
anarcat
911054dbb8
Added a comment
2015-06-15 20:05:13 +00:00
anarcat
4f427c64f9
Added a comment
2015-06-15 20:02:56 +00:00
anarcat
003e979576
Added a comment
2015-06-15 19:48:46 +00:00
Joey Hess
f62138b9c5
add basic progress
2015-06-15 15:27:17 -04:00
anarcat
009e961eca
workaround: restarting the assistant
2015-06-15 19:16:18 +00:00
anarcat
5a8de788b0
Added a comment
2015-06-15 19:15:12 +00:00
Joey Hess
18a3d1b100
followup
2015-06-15 15:00:02 -04:00
Joey Hess
08acf42ce3
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-15 14:50:14 -04:00
anarcat
bd6a6ac2af
weird s3 sync bug?
2015-06-15 18:46:05 +00:00
Joey Hess
297b118d3e
close
2015-06-15 14:27:48 -04:00
Joey Hess
a82ffec3cb
comment
2015-06-15 14:26:12 -04:00
Joey Hess
149f8ced6b
comment
2015-06-15 14:12:31 -04:00
Joey Hess
15d11fc903
link to todo item about this
2015-06-15 13:57:23 -04:00
Joey Hess
abe1c7b0bb
bug in old version of git-annex not current version
2015-06-15 13:55:47 -04:00
Joey Hess
687202ee65
comment
2015-06-15 13:32:19 -04:00
zsolist@20b8dad52ed42acde0810648144f7df87b29cd39
402dfa6583
2015-06-15 08:22:45 +00:00
https://me.yahoo.com/a/WioZezwAj_PPf7_qtC0oN9Pl5iUte78gVg--#97871
6e71e9e61c
2015-06-15 04:22:34 +00:00
Joey Hess
866982aa3a
comment
2015-06-14 12:54:27 -04:00
Joey Hess
303d374605
resp
2015-06-14 12:52:53 -04:00
tomekwi
83ddf94ac5
Added a comment: …
2015-06-13 13:07:49 +00:00
tomekwi
a4c3c26eeb
Added a comment: direct mode within a directory?
2015-06-13 13:03:34 +00:00
amarburg@128ccc99d92795ea23992e5d242c9c550de316c0
9ee6167c48
2015-06-12 19:15:05 +00:00
Joey Hess
4ec4562e36
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-12 14:38:21 -04:00
Joey Hess
5b8893fd0f
clean up obsolete branches
2015-06-12 14:37:35 -04:00
Joey Hess
f8f4577047
plan update
2015-06-12 14:32:18 -04:00
Joey Hess
d2699b6ebe
status update
2015-06-12 14:20:21 -04:00
https://me.yahoo.com/a/xkO5.1BkqIlQeQFLvN.y7djS7aY-#90ad3
eb0c985012
2015-06-12 14:02:44 +00:00
https://me.yahoo.com/a/xkO5.1BkqIlQeQFLvN.y7djS7aY-#90ad3
eab49dcb5f
2015-06-12 14:01:37 +00:00
https://me.yahoo.com/a/WioZezwAj_PPf7_qtC0oN9Pl5iUte78gVg--#97871
f176464ea9
2015-06-12 07:57:14 +00:00
Joey Hess
1744bd6b48
further thoughts
2015-06-11 15:24:30 -04:00
https://id.koumbit.net/anarcat
30c2a63933
i don't think this is valid
2015-06-11 19:17:45 +00:00
Antoine Beaupré
26fc983a16
move bug to a todo since it's a wishlist
2015-06-11 15:13:06 -04:00
https://id.koumbit.net/anarcat
728f65858e
maybe a feature?
2015-06-11 19:10:30 +00:00
https://id.koumbit.net/anarcat
cd71f3ece6
bandwidth limits on s3
2015-06-11 17:16:54 +00:00
juh
169e534da4
Added a comment: Thanks
2015-06-11 15:51:53 +00:00
eigengrau
b2323b9600
Added a comment
2015-06-11 15:12:24 +00:00
https://id.koumbit.net/anarcat
c558b39686
Added a comment
2015-06-10 18:30:22 +00:00
Joey Hess
4497e2889d
todo item (seems blocked on caching database)
2015-06-10 14:11:39 -04:00
CandyAngel
63aabe5634
Added a comment
2015-06-10 13:09:08 +00:00
frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
0995f265ee
Added a comment
2015-06-10 12:43:45 +00:00
anarcat
c1f1ed38b9
Added a comment
2015-06-10 12:29:46 +00:00
juh
49cdb4957e
2015-06-10 06:55:03 +00:00
jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc
87b6a10ecf
Added a comment: Sorry for the noise, thanks for the tool :-)
2015-06-10 05:31:40 +00:00
Joey Hess
fa4ac76d79
fix filename
2015-06-09 17:51:59 -04:00
Joey Hess
d185442382
remove .swp file
2015-06-09 17:51:10 -04:00
Joey Hess
1b552d6340
another bug that is not present in the current version
2015-06-09 17:03:39 -04:00
tpurchas@578b95c2cec84a4f26a27b1155c84396f0027faf
3fb36e7f4e
2015-06-09 20:55:07 +00:00
Joey Hess
0e4596de69
response
2015-06-09 16:33:35 -04:00
Joey Hess
b0eb6493f7
note on deleting files
2015-06-09 16:33:25 -04:00
https://id.koumbit.net/anarcat
7002c1514a
Added a comment: .git/annex/tmp third-party use?
2015-06-09 20:21:40 +00:00
Joey Hess
9492ccb5a1
devblog
2015-06-09 15:59:03 -04:00
Joey Hess
7d632bb03f
comment
2015-06-09 15:46:56 -04:00
Joey Hess
2e2d9cb258
followup
2015-06-09 15:41:16 -04:00
Joey Hess
5d0d242cea
close; old git-annex version with old problems
2015-06-09 15:33:57 -04:00
Joey Hess
800e9f2658
tahoe: Use ~/.tahoe-git-annex/ rather than ~/.tahoe/git-annex/ to avoid old versions of tahoe create-client choking.
2015-06-09 15:29:16 -04:00
Joey Hess
4bc46e4d98
resp
2015-06-09 15:16:48 -04:00
Joey Hess
8b5dbb14a8
fixed
2015-06-09 15:01:11 -04:00
Joey Hess
f8ab3bc449
dead --key: Can be used to mark a key as dead.
2015-06-09 14:52:05 -04:00
Joey Hess
3c03929720
better semantics
2015-06-09 13:39:35 -04:00
Joey Hess
53ede1a10e
parse X in location log file as indicating a dead key
...
A dead key is both not present at the location that thinks it has a copy,
and also is assumed to probably not be present anywhere else. Although
there may be lurking disconnected repos that somehow still have a copy.
Suprisingly few changes needed for this! This is because the presence log
code only really concerns itself with keys that are present, and dead keys
are not present.
Note that both the location and web log can be parsed as having a dead key.
I don't see any value to having keys listed as dead in the web log, but
since it doesn't change any behavior, there was no point in not parsing it.
2015-06-09 13:28:30 -04:00
Joey Hess
15a02d6e90
full design
2015-06-09 13:24:44 -04:00
Joey Hess
fd55537bae
tracked in debian bts
2015-06-09 12:53:54 -04:00
Joey Hess
3b7f278fc9
comment
2015-06-09 12:53:30 -04:00
https://id.koumbit.net/anarcat
193e3c6468
Added a comment
2015-06-09 13:51:10 +00:00
https://id.koumbit.net/anarcat
904f673b84
link to the standalone debian packages
2015-06-09 13:48:28 +00:00
jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc
0772ed3a52
2015-06-09 12:42:48 +00:00
richih.mailinglist@c4d55c76731cd68299d3983dc5e6f5385128a68a
04811d1712
Added a comment
2015-06-08 23:55:20 +00:00
https://id.koumbit.net/anarcat
c427e6470a
Added a comment
2015-06-08 19:27:03 +00:00
66.55.144.180
cafe6a6b77
poll vote (Tahoe-LAFS)
2015-06-08 15:54:30 +00:00
66.55.144.180
f17ecdff4a
poll vote (Tahoe-LAFS)
2015-06-08 15:54:21 +00:00
Marco
82dadea20f
Added a comment: Once again
2015-06-08 15:45:15 +00:00
https://openid.stackexchange.com/user/7891307e-4b76-4697-8e71-083669c26e9f
6a8f30f02a
2015-06-07 14:17:30 +00:00
eigengrau
9a7cb541bb
Added a comment
2015-06-07 08:40:05 +00:00
eigengrau
fdc8554667
2015-06-07 08:22:31 +00:00
nelo@e33da84cab5b62178f6d73886f373b399b4e7463
5d055e593a
2015-06-06 17:02:13 +00:00
CandyAngel
29a3dcf181
Added a comment
2015-06-06 14:57:35 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
e3b304d931
get, remote, many files,
2015-06-06 03:23:31 +00:00
Joey Hess
78adb5a25a
mention whereis
2015-06-05 16:55:45 -04:00
https://id.koumbit.net/anarcat
f6d34a0740
aaaawesome, thanks! :)
2015-06-05 20:53:27 +00:00
Joey Hess
c2cdc9a7cf
update
2015-06-05 16:45:32 -04:00
Joey Hess
c6f41490a8
improve
2015-06-05 16:43:03 -04:00
Joey Hess
80ce678e95
note about encryption=shared
2015-06-05 16:41:49 -04:00
Joey Hess
c7cee80651
devbog
2015-06-05 16:39:10 -04:00
Joey Hess
80967c415f
note on charges
2015-06-05 16:31:13 -04:00
Joey Hess
52934c48ba
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-05 16:28:08 -04:00
Joey Hess
ca3e7e9d25
add new tip for public S3 remotes
2015-06-05 16:27:41 -04:00
Joey Hess
5f0f063a7a
S3: Publically accessible buckets can be used without creds.
2015-06-05 16:23:35 -04:00
nelo@e33da84cab5b62178f6d73886f373b399b4e7463
3749e5e850
Add ccc-media-annex
2015-06-05 19:44:32 +00:00
Joey Hess
4acd28bf21
public=yes config to send AclPublicRead
...
In my tests, this has to be set when uploading a file to the bucket
and then the file can be accessed using the bucketname.s3.amazonaws.com
url.
Setting it when creating the bucket didn't seem to make the whole bucket
public, or allow accessing files stored in it. But I have gone ahead and
also sent it when creating the bucket just in case that is needed in some
case.
2015-06-05 14:38:01 -04:00
Joey Hess
cb69574f96
comment
2015-06-05 13:29:54 -04:00
antoinerennuit@80298c0c96ad71d132735d4e1efff7db9e2ced38
9c7f751a7c
removed
2015-06-05 15:50:49 +00:00
shidash@f577ed77e11dcfd714258ba6b25aaf670515222b
58c8b581a4
Added a comment
2015-06-05 12:25:01 +00:00
junk@5e3eeba2290e8a3fcf938d9f93b0dfa2565dc7b1
1e2ad7fd28
Added a comment: Tahoe-LAFS helper: multiple FURLs for the same grid
2015-06-05 09:19:19 +00:00
CandyAngel
9023132609
2015-06-05 08:13:02 +00:00
frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
d0ce9e6979
Added a comment
2015-06-05 07:41:55 +00:00
CandyAngel
1e200883c1
Added a comment
2015-06-05 07:21:44 +00:00
frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
8c02943d7b
2015-06-05 07:07:55 +00:00
anarcat
b8a3221c4d
2015-06-05 05:17:57 +00:00
antoinerennuit@80298c0c96ad71d132735d4e1efff7db9e2ced38
b5873adede
Added a comment: How to install newer version for Ubuntu
2015-06-04 22:50:38 +00:00
https://id.koumbit.net/anarcat
9b298f4c86
Added a comment: not free software
2015-06-04 14:37:33 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
8e76a5e7af
Added a comment
2015-06-04 14:10:17 +00:00
CandyAngel
3edce84124
Added a comment
2015-06-04 12:31:32 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
cba48e7ff2
2015-06-04 12:27:20 +00:00
CandyAngel
1e35babbf2
Added a comment
2015-06-04 12:18:20 +00:00
frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
c193af5881
Added a comment
2015-06-04 11:54:20 +00:00
CandyAngel
0d6f98089a
Added a comment
2015-06-04 09:05:19 +00:00
frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
e97fa43302
2015-06-04 04:53:30 +00:00
frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
1db505c319
Added a comment: file name too long
2015-06-04 04:49:23 +00:00
Joey Hess
ac91641f6e
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-03 13:38:31 -04:00
Joey Hess
18ac9aaa61
comment
2015-06-03 13:37:06 -04:00
Joey Hess
dad7628dcf
moreinfo
2015-06-03 13:34:02 -04:00
CandyAngel
fe7706384c
Added a comment
2015-06-03 17:27:12 +00:00
Joey Hess
970d7f03f6
comment
2015-06-03 13:19:18 -04:00
Joey Hess
de3bd11a2c
import --clean-duplicates: Fix bug that didn't count local or trusted repo's copy of a file as one of the necessary copies to allow removing it from the import location.
2015-06-03 13:15:38 -04:00
CandyAngel
6186e96687
2015-06-03 15:06:53 +00:00
CandyAngel
c8c95d52ec
Added a comment
2015-06-03 14:40:12 +00:00
CandyAngel
e7b0e2f90b
Added a comment
2015-06-03 14:33:35 +00:00
https://id.koumbit.net/anarcat
1f9a76b863
link to release notes and upgrades notes
2015-06-03 14:30:03 +00:00
https://id.koumbit.net/anarcat
0e24bd3eee
remove superfluous header
2015-06-03 14:28:58 +00:00
https://id.koumbit.net/anarcat
bcfc3b4eff
fix headings
2015-06-03 14:27:23 +00:00
https://id.koumbit.net/anarcat
d3bc6e0886
link to the upgrades page
2015-06-03 14:26:44 +00:00
https://id.koumbit.net/anarcat
b5707f2e11
Added a comment: understood
2015-06-03 14:25:39 +00:00
https://id.koumbit.net/anarcat
eb27b9330c
tag this with my name so i can find it later
2015-06-03 14:25:06 +00:00
https://id.koumbit.net/anarcat
2d8d70d9d1
document the software upgrade process minimally
2015-06-03 14:24:28 +00:00
frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
5fd61878f5
2015-06-03 13:51:45 +00:00
scottgwald@57e4fabac1105bdeb5196fac4525051448d827a4
4ca7346b8c
Added a comment: I am experiencing this as well
2015-06-03 03:36:54 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
23cfde939c
removed
2015-06-02 21:38:36 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
66ba7789c3
removed
2015-06-02 21:38:14 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
ea1805145a
Added a comment
2015-06-02 21:37:36 +00:00
Joey Hess
2996b7c713
devblog
2015-06-02 15:54:25 -04:00
Joey Hess
87e10a43e7
add the Isuma Media Players project
2015-06-02 15:32:35 -04:00
Joey Hess
54493fc1b4
followup
2015-06-02 15:23:39 -04:00
Joey Hess
4536bf8431
comment
2015-06-02 15:09:31 -04:00
Joey Hess
09f2620c16
comment
2015-06-02 15:00:06 -04:00
Joey Hess
6bc4b4730c
comment
2015-06-02 14:56:16 -04:00
Joey Hess
762f2aad12
close dup; and remove dup closure of todo/Nearline_support
...
todo/Nearine_support is where this is being discussed, it was closed as a
dup erroniously.
Spending more time closing dups about this than working on it. :(
2015-06-02 14:52:33 -04:00
Joey Hess
429368659f
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-02 14:21:05 -04:00
Joey Hess
d28e8fbfd5
get --incomplete: New option to resume any interrupted downloads.
2015-06-02 14:20:38 -04:00
https://id.koumbit.net/anarcat
55ed751114
Added a comment: autodetection?
2015-06-02 18:11:15 +00:00
Joey Hess
1f33822eb5
comment
2015-06-02 13:47:30 -04:00
Joey Hess
1d863de656
comment
2015-06-02 13:44:17 -04:00
Joey Hess
9c66f7b1ff
comment
2015-06-02 13:40:26 -04:00
Joey Hess
76e796cdd9
comment
2015-06-02 13:23:30 -04:00
Joey Hess
186c6f4fe2
comment
2015-06-02 13:20:00 -04:00
Joey Hess
00b094442e
assistant: Consume systemd-networkd dbus events to learn about changes to network connections, as was already done with network-manager and wicd. Thanks to Sebastian Reuße for the patches.
2015-06-02 12:54:20 -04:00
Joey Hess
2d7e11cd3e
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-02 12:36:44 -04:00
Joey Hess
e3fbc3f06e
design for a hook
2015-06-02 12:32:31 -04:00
oktav85
f71d1b40e2
2015-06-02 15:25:46 +00:00
eigengrau
871a2cb4b9
Added a comment
2015-06-02 14:40:48 +00:00
https://id.koumbit.net/anarcat
dd81ec27bb
Added a comment
2015-06-02 12:13:19 +00:00
eigengrau
46d04cd3e5
2015-06-02 10:07:55 +00:00
eigengrau
c2913992b1
2015-06-02 09:07:35 +00:00
Joey Hess
9617bb7910
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-01 18:53:25 -04:00
Joey Hess
bb77153f0e
devblog
2015-06-01 18:51:59 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
8b163f0f88
Added a comment
2015-06-01 21:41:51 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
26eedaceb8
removed
2015-06-01 19:47:50 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
d4b5a23d0c
Added a comment
2015-06-01 19:47:10 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
5e1675f5e3
Added a comment
2015-06-01 19:41:33 +00:00
Joey Hess
496eb6c919
remove documentation of obsolete docker containers for building git-annex
...
I use sustemd-nspawn machines now
2015-06-01 14:29:30 -04:00
Joey Hess
8f4860df13
update
2015-06-01 13:50:18 -04:00
juh
22bf48f0af
Added a comment
2015-06-01 11:29:13 +00:00
eigengrau
cbb8629fa1
2015-06-01 08:12:54 +00:00
bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb3
804b788eba
Initial report
2015-05-31 21:50:49 +00:00
anarcat
5bfb41db7f
gaaah, missing levels, sorry
2015-05-31 20:10:49 +00:00
anarcat
5999e4755e
toc toc
2015-05-31 20:10:01 +00:00
anarcat
002c4d894a
add a simple implementation using the directory remote
2015-05-31 20:04:57 +00:00
anarcat
20cf2c094a
link to the syncthing todo
2015-05-31 19:58:31 +00:00
anarcat
ecf669bfa6
mention scalability
2015-05-31 19:57:50 +00:00
anarcat
f9a5e7e6cf
possible ideas for syncthing integration
2015-05-31 19:56:04 +00:00
https://id.koumbit.net/anarcat
a056d48dc9
Added a comment: no easy fix, i guess then
2015-05-31 16:51:36 +00:00
Antoine Beaupré
f1e477140e
turn my forum question into a tip, thanks joeyh!
2015-05-31 12:26:04 -04:00
https://id.koumbit.net/anarcat
8017b12dd4
Added a comment
2015-05-31 15:50:03 +00:00
https://id.koumbit.net/anarcat
e8adfa75ba
Added a comment: great!
2015-05-31 15:47:04 +00:00
https://id.koumbit.net/anarcat
1e48d170d1
mention syncthing, which has debian packages and just seems to work
2015-05-31 15:38:33 +00:00
https://id.koumbit.net/anarcat
9662749b9f
introduce gittorrent to do pairing, gitocalypse, storj
2015-05-31 15:25:24 +00:00
https://id.koumbit.net/anarcat
a0db506789
refer to the other todo page, close as a dupe
2015-05-31 15:04:51 +00:00
https://id.koumbit.net/anarcat
509873692d
fix camlistore url
2015-05-31 15:02:00 +00:00
https://id.koumbit.net/anarcat
402a66c21c
clarify the status of the first part here
2015-05-31 14:56:54 +00:00
eigengrau
bcd7edbc3a
2015-05-31 14:30:37 +00:00
encryptio
33e551952e
Added a comment
2015-05-31 13:54:30 +00:00
https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1
31f9ce9bfd
Added a comment: Using stackage and installing
2015-05-30 18:06:01 +00:00
Joey Hess
772cff535e
comment
2015-05-30 12:08:41 -04:00
Joey Hess
0ba5302219
comment
2015-05-30 12:03:50 -04:00
Joey Hess
124161e22e
response
2015-05-30 12:01:25 -04:00
Joey Hess
08ac70ae86
comment
2015-05-30 11:53:46 -04:00
Joey Hess
6eed4b7453
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-30 11:48:04 -04:00
Joey Hess
d856b8587f
comment
2015-05-30 11:46:10 -04:00
Joey Hess
6e5cda4786
comment
2015-05-30 11:36:02 -04:00
Joey Hess
ce761c27e0
comment
2015-05-30 11:31:56 -04:00
Joey Hess
e6f7ee6b70
fixed fix time machine
2015-05-30 11:31:46 -04:00
Joey Hess
efd8eaa43d
close
2015-05-30 11:26:53 -04:00
Øyvind A. Holm
3d643a5707
doc/*.mdwn: Various typo fixes
2015-05-30 16:54:14 +02:00
eigengrau
83b0d82f73
Added a comment
2015-05-30 12:30:39 +00:00
juh
45a7288191
2015-05-30 11:24:15 +00:00
https://id.koumbit.net/anarcat
17c013aa92
weird rss feeds with youtube enclosures and unicorns
2015-05-30 06:15:25 +00:00
Joey Hess
fac6a81afb
response
2015-05-30 02:14:29 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
15e31ca38f
2015-05-29 21:00:01 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
f3241f9d67
2015-05-29 19:48:06 +00:00
wsha
897d11d51d
2015-05-29 17:29:09 +00:00
https://id.koumbit.net/anarcat
489ce9caff
literate compression
2015-05-29 16:27:13 +00:00
Antoine Beaupré
21ec5872f4
expand manpages cross-references significantly
...
i found that most man pages only had references to the main git-annex
manpage, which i stillfind pretty huge and hard to navigate through.
i tried to sift through all the man pages and add cross-references
between relevant pages. my general rule of thumb is that links should
be both ways unless one of the pages is a more general page that would
become ridiculously huge if all backlinks would be added
(git-annex-preferred-content comes to mind).
i have also make the links one per line as this is how it was done in
the metadata pages so far.
i did everything but the plumbing, utility and test commands, although
some of those are linked from the other commands so cross-links were
added there as well.
2015-05-29 12:12:55 -04:00
Antoine Beaupré
1393797373
add and fix refs in man mainpage
2015-05-29 12:12:11 -04:00
Antoine Beaupré
5b48c466d3
explain in the required manpage the difference with wanted
2015-05-29 12:02:22 -04:00
Antoine Beaupré
78c74c9a4f
cross-link repair/fsck manpages
2015-05-29 11:21:52 -04:00
https://id.koumbit.net/anarcat
9c1069b539
confused fsck and repair, it seems
2015-05-29 15:14:27 +00:00
https://id.koumbit.net/anarcat
b7b1ec1358
that's odd...
2015-05-29 15:04:46 +00:00
https://id.koumbit.net/anarcat
520700db51
missing closing paren
2015-05-29 12:48:04 +00:00
http://schnouki.net/
904ccd1641
Added a comment
2015-05-29 12:20:09 +00:00
juh
b51e7adf45
2015-05-29 11:38:53 +00:00
zenture@51f656b89d89727211c54a15824fd8393ba11a79
661dad11c1
Added a comment: same problem
2015-05-29 08:30:43 +00:00
https://id.koumbit.net/anarcat
2c8b948d01
Added a comment: use hardlinks
2015-05-29 01:40:21 +00:00
tamar.matsuzawa@f52849aed85183d86548fe9658bf02ed250820e6
21acb6d7b3
2015-05-29 00:58:46 +00:00
zooko@0afad0e8b0168f9c2e504a0200ae2ccc1dcea7fe
fabc3228be
Added a comment: ticket to track this in the Ubuntu issue tracker
2015-05-28 22:01:23 +00:00
zooko@0afad0e8b0168f9c2e504a0200ae2ccc1dcea7fe
ec3adc58ca
Added a comment: ticket to track this in the Tahoe-LAFS issue tracker
2015-05-28 21:58:41 +00:00
shidash@f577ed77e11dcfd714258ba6b25aaf670515222b
045cd1e829
2015-05-28 21:27:23 +00:00
https://id.koumbit.net/anarcat
d8ae2a65a0
fix link
2015-05-28 20:31:21 +00:00
https://id.koumbit.net/anarcat
c6757e44d6
mention the schedule command
2015-05-28 20:29:22 +00:00
https://id.koumbit.net/anarcat
c95f507b51
how do i disable special remotes temporarily?
2015-05-28 20:27:45 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
d28be70878
directmode, git annex sync, hangs
2015-05-28 20:20:45 +00:00
https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1
7d94a6eb3a
Added a comment: Cannot install with cabal
2015-05-28 18:38:00 +00:00
https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1
f25b27011a
removed
2015-05-28 18:35:24 +00:00
https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1
8f1b9e566f
Added a comment: Cannot install with cabal
2015-05-28 18:35:01 +00:00
eigengrau
c786aa8fc8
2015-05-28 17:54:52 +00:00
Joey Hess
4c0d6437ca
add news item for git-annex 5.20150528
2015-05-28 12:59:37 -04:00
Joey Hess
5a06f9c04c
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-28 11:54:45 -04:00
Joey Hess
89da871942
further thoughts
2015-05-28 10:57:59 -04:00
Joey Hess
1aa11205c1
idea
2015-05-28 10:51:04 -04:00
eigengrau
edaacae555
Added a comment
2015-05-28 13:44:32 +00:00
eigengrau
03493c773b
Added a comment
2015-05-28 13:09:23 +00:00
namelessjon
adae253839
Added a comment
2015-05-28 10:14:45 +00:00
https://id.koumbit.net/anarcat
d5b4bf57e5
follow the existing examples
2015-05-27 23:48:02 +00:00
https://id.koumbit.net/anarcat
0a15282a62
explain how to use registerurl
2015-05-27 23:46:23 +00:00
https://id.koumbit.net/anarcat
58713adf3b
Added a comment: bup-cron has something
2015-05-27 23:32:18 +00:00
https://id.koumbit.net/anarcat
d6f827e0e3
some dumb question, probably :/ sorry if i missed something obvious
2015-05-27 23:28:11 +00:00
mitzip
732119d4ab
2015-05-27 22:43:03 +00:00
https://id.koumbit.net/anarcat
c167828f68
Added a comment
2015-05-27 21:50:10 +00:00
mitzip
a82270af1e
2015-05-27 21:49:42 +00:00
mitzip
ef9534ad10
2015-05-27 21:48:13 +00:00
mitzip
5a42487a3e
2015-05-27 21:44:55 +00:00
mitzip
223cb043a8
2015-05-27 21:42:50 +00:00
mitzip
dd90b8ca0f
removed
2015-05-27 21:36:08 +00:00
mitzip
a0632a95b9
Added a comment: proper usage of git annex proxy to mimic undo --depth
2015-05-27 21:33:42 +00:00
https://id.koumbit.net/anarcat
4cfb3ca0ea
small wishlist on s3: readonly remote support
2015-05-27 21:31:20 +00:00
mitzip
b0a63cf371
removed
2015-05-27 21:19:41 +00:00
Joey Hess
342a6ce00f
close
2015-05-27 17:15:36 -04:00
Joey Hess
38360d1913
no, your git-annex is over a year old
2015-05-27 17:13:59 -04:00
torpidus
5db657d5a1
2015-05-27 21:10:08 +00:00
Joey Hess
d9c20d78ae
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-27 17:06:42 -04:00
Joey Hess
9748957fec
devblog
2015-05-27 17:06:27 -04:00
https://id.koumbit.net/anarcat
fc92f1323f
Added a comment
2015-05-27 21:05:24 +00:00
https://id.koumbit.net/anarcat
5a79e13ada
actually, i screwed up, it's actually the litteral "group"
2015-05-27 20:56:05 +00:00
https://id.koumbit.net/anarcat
7605de1b2a
fix typo and clarify
2015-05-27 20:53:39 +00:00
Joey Hess
3879bca336
comment
2015-05-27 16:43:17 -04:00
Joey Hess
4e8321fd8d
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-27 16:40:53 -04:00
Joey Hess
8990d4cc68
fsck: When checksumming a file fails due to a hardware fault, the file is now moved to the bad directory, and the fsck proceeds. Before, the fsck immediately failed.
2015-05-27 16:40:03 -04:00
mitzip
40953c06a7
Added a comment
2015-05-27 20:20:12 +00:00
Joey Hess
eddb9daa69
followup
2015-05-27 15:09:56 -04:00
Joey Hess
f0d444ee7c
comment
2015-05-27 15:00:30 -04:00
Joey Hess
67469ce01f
Revert removal dependency on obsolete hamlet package, since the autobuilders are not ready for this change yet and it prevented them from building the webapp. Reopens : #786659
2015-05-27 14:49:58 -04:00
Joey Hess
e33ee5d8f3
update
2015-05-27 14:36:58 -04:00
Joey Hess
25d7db934d
response; delete duplicate forum thread
2015-05-27 14:35:29 -04:00
mitzip
eae408075b
2015-05-27 18:11:46 +00:00
daniel@bfaa1abb51d526e904da5322c6c0d993097b7ea9
74ad91d3c5
2015-05-27 04:57:26 +00:00
mitzip
5363fa3b2e
Added a comment: --depth undo option
2015-05-27 02:54:17 +00:00
Joey Hess
05cd58959b
cracked it
2015-05-26 19:58:31 -04:00
Joey Hess
5693c130f8
stumped
2015-05-26 17:19:51 -04:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
529b216198
removed
2015-05-26 17:22:19 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
b3a1cec191
removed
2015-05-26 17:14:04 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
3dbfdc625d
Added a comment: Same issue here
2015-05-26 17:13:28 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
71f0f31bdb
Added a comment: Same issue here
2015-05-26 17:13:13 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
6571db240d
Added a comment: Same issue here
2015-05-26 17:12:59 +00:00
anarcat
1540750404
Added a comment
2015-05-26 16:59:02 +00:00
Joey Hess
dfd145658c
old version bug; not present in current version
2015-05-26 11:01:01 -04:00
Joey Hess
a9583a3ee4
commnet
2015-05-26 10:56:51 -04:00
rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31
db17e9d329
Added a comment: Finding IPFS hash
2015-05-26 05:08:38 +00:00
rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31
9e7cbd17ff
Added a comment: Finding IPFS hash
2015-05-26 04:55:32 +00:00
clacke
adac761093
Added a comment
2015-05-24 17:41:18 +00:00
eigengrau
15ef7780b4
Added a comment
2015-05-24 15:07:34 +00:00
eigengrau
836d129244
Added a comment
2015-05-24 14:58:30 +00:00
eigengrau
83b63172b6
2015-05-24 14:55:31 +00:00
junk@5e3eeba2290e8a3fcf938d9f93b0dfa2565dc7b1
97cad76916
Added a comment: Tahoe-LAFS helper: multiple FURLs for the same grid
2015-05-24 13:48:33 +00:00
https://launchpad.net/~giomasce
7fa8e6a284
2015-05-23 14:35:14 +00:00
spwhitton
6a59c628cc
report gcrypt bug
2015-05-23 02:46:13 +00:00
Joey Hess
be0764ed00
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-22 22:42:21 -04:00
Joey Hess
77c43a388e
fromkey, registerurl: Allow urls to be specified instead of keys, and generate URL keys.
...
This is especially useful because the caller doesn't need to generate valid
url keys, which involves some escaping of characters, and may involve
taking a md5sum of the url if it's too long.
2015-05-22 22:41:36 -04:00
clacke
1f729f8fb4
Added a comment
2015-05-22 22:16:45 +00:00
clacke
b199d65374
Added a comment
2015-05-22 21:08:26 +00:00
Joey Hess
7267af5c50
add news item for git-annex 5.20150522
2015-05-22 16:17:42 -04:00
Joey Hess
260b59e589
comment
2015-05-22 15:14:12 -04:00
clacke
9f9b65ac6c
Weird rsync error message, initial report -- unable to reproduce faithfully yet
2015-05-22 19:09:30 +00:00
Joey Hess
1b01322de0
OSX: Corrected the location of trustedkeys.gpg, so the built-in upgrade code will find it. Fixes OSX upgrade going forward, but older versions won't upgrade themselves due to this problem.
2015-05-22 13:41:47 -04:00
Joey Hess
38e70fbc1a
comment
2015-05-22 13:29:58 -04:00
Joey Hess
470d5aa412
response
2015-05-22 13:24:14 -04:00
Joey Hess
09a6ba7032
comment
2015-05-22 13:18:30 -04:00
jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc
e85e6bcc67
2015-05-22 07:17:33 +00:00
jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc
0534c26e47
2015-05-22 07:09:02 +00:00
mitzip
d77f318c01
2015-05-21 23:41:41 +00:00
CandyAngel
712d261333
Added a comment
2015-05-21 15:39:07 +00:00
eigengrau
4d036d0147
2015-05-21 08:20:23 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
27c7074204
Added a comment
2015-05-21 06:14:33 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
52d9a4089b
Its vs it's
2015-05-21 05:32:28 +00:00
CalebJ
6e3ffc02cc
2015-05-20 22:59:32 +00:00
anarcat
abe4181067
remove too much time
2015-05-20 22:19:37 +00:00
anarcat
8f9549ab7e
mention mailman 3
2015-05-20 17:32:51 +00:00
candyangel@7b9260fff42e1f6f552e1348007f7409a9101e82
5b401e6d98
Added a comment
2015-05-20 14:14:32 +00:00
Joey Hess
26bb2c40f8
comment
2015-05-19 17:35:35 -04:00
Joey Hess
c90a77c464
devblog
2015-05-19 16:00:56 -04:00
Joey Hess
8aab9bd324
git-annex is now available in stackage; suggest using to in fromsource to avoid cabal hell issues
2015-05-19 15:50:42 -04:00
Joey Hess
97fecbf7c6
close
2015-05-19 15:46:27 -04:00
Joey Hess
b1b684d5c9
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-19 15:44:41 -04:00
Joey Hess
c0cc22a657
document exit codes of inannex
2015-05-19 14:35:56 -04:00
https://id.koumbit.net/anarcat
876ff5e1be
Added a comment
2015-05-19 12:18:06 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
99981f7905
2015-05-19 11:48:43 +00:00
Marco
eaf72fe7cf
Added a comment: A possible solution
2015-05-19 11:03:22 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
b8a420b7f9
Added a comment: Convert bare repository to normal
2015-05-19 09:17:15 +00:00
Joey Hess
af6b313456
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-17 17:27:24 -04:00
https://id.koumbit.net/anarcat
2553b4e3da
fix links
2015-05-16 21:48:03 +00:00
https://id.koumbit.net/anarcat
3677a1577e
Added a comment
2015-05-16 21:46:20 +00:00
https://id.koumbit.net/anarcat
6d1e598818
finally open that discussion directly
2015-05-16 21:45:36 +00:00
Joey Hess
67c9123fe8
twitter search seems to be too broken to include a feed from it anymore
...
The search seems to only find spammy tweets. I know people talk about
git-anenx on twitter, but it seems twitter's search does not find those
interesting conversations.
2015-05-16 15:41:12 -04:00
http://joeyh.name/
7ed76b6a07
Added a comment
2015-05-16 18:35:22 +00:00
Joey Hess
273453d1bc
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-16 14:18:57 -04:00
Joey Hess
7f810c110f
nasty issue with fcntl locks
2015-05-16 13:23:43 -04:00
Marco
0e1e48c124
Added a comment: Disaster recovery
2015-05-15 09:40:16 +00:00
Marco
aa1889444a
Added a comment: git annex repair --force
2015-05-15 08:01:25 +00:00
Marco
6bc8845e57
2015-05-15 05:39:27 +00:00
cehteh
0933c6ddf1
2015-05-15 01:27:13 +00:00
anarcat
1acfb29d3c
Added a comment: mailing lists and support sites
2015-05-14 20:26:59 +00:00
anarcat
b69dbf725c
json missing some output?
2015-05-14 20:16:42 +00:00
Joey Hess
d505485b2d
devblog
2015-05-14 15:56:56 -04:00
Joey Hess
823bb8031b
add annex.used-refspec
2015-05-14 15:44:08 -04:00
Joey Hess
86699ff861
unused: Add --used option, which can specify a set of refs to consider used, rather than the default of considering all refs used.
2015-05-14 15:31:38 -04:00
Joey Hess
5fea6dcab2
more formal spec
2015-05-14 13:11:18 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
b04e589ff3
Added a comment
2015-05-14 16:17:08 +00:00
anarcat
9519bca993
Added a comment: confirmed
2015-05-14 15:50:33 +00:00
https://me.yahoo.com/a/StKYI.ZuofVB3xNCCzjJo.V7Fg--#11600
d708a55c68
Added a comment
2015-05-14 09:31:09 +00:00
skew
0d62a4a5d7
Added a comment: transcript
2015-05-14 04:37:33 +00:00
Joey Hess
48374c67eb
response
2015-05-13 11:53:22 -04:00
Joey Hess
99fe624e2f
design
2015-05-13 11:30:41 -04:00
Joey Hess
e210a81d9f
update
2015-05-12 20:17:30 -04:00
Joey Hess
7ebf234616
Stale transfer lock and info files will be cleaned up automatically when get/unused/info commands are run.
...
Deleting lock files is tricky, tricky stuff. I think I got it right!
2015-05-12 20:11:23 -04:00
Joey Hess
8c2dd7d8ee
Fix an unlikely race that could result in two transfers of the same key running at once.
...
As discussed in bug report.
2015-05-12 19:39:28 -04:00
Joey Hess
1fd54e986a
devblog
2015-05-12 16:36:39 -04:00
Joey Hess
5935578ed2
update
2015-05-12 14:00:53 -04:00
Joey Hess
e27b97d364
Merge branch 'master' into concurrentprogress
...
Conflicts:
Command/Fsck.hs
Messages.hs
Remote/Directory.hs
Remote/Git.hs
Remote/Helper/Special.hs
Types/Remote.hs
debian/changelog
git-annex.cabal
2015-05-12 13:23:22 -04:00
Joey Hess
587b2e9014
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-12 13:00:22 -04:00
Joey Hess
4b2e3210ea
drop: Now supports --all, --unused, and --key.
2015-05-12 13:00:06 -04:00
https://me.yahoo.com/a/StKYI.ZuofVB3xNCCzjJo.V7Fg--#11600
e4b137378f
2015-05-12 15:31:56 +00:00
https://sunny256.wordpress.com/
b371a12641
Added a comment: Create symlink in the root directory
2015-05-12 13:04:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4
581beaae1c
Added a comment
2015-05-12 06:52:05 +00:00
https://me.yahoo.com/a/e1w.8yMTnpUh.5fOXneP92pTdy23XJPwx84uLSM-#aca7c
6a1bf68350
Added a comment: re: backup my data to blue ray disks
2015-05-11 21:13:19 +00:00
Joey Hess
cc5d0a3873
comment
2015-05-11 13:03:41 -04:00
Joey Hess
db5d831d07
import: Refuse to import files that are within the work tree, as that does not make sense and could cause data loss.
2015-05-11 12:57:47 -04:00
Joey Hess
c17f2d25b5
bug submitter appears to have been wrong
2015-05-11 12:05:35 -04:00
CandyAngel
a008f78e26
2015-05-11 15:52:29 +00:00
spwhitton
f6cc3fd0e9
Added a comment
2015-05-11 09:02:11 +00:00
atrent
48037ddb67
2015-05-11 07:37:33 +00:00
Joey Hess
ed4fe02896
disable horrible tab warning, needed in every file that Setup.hs pulls in
...
This is certianly a cabal bug for not passing the build options in the
cabal file when building Setup.hs.
And, why oh why did ghc enable this warning by default? So unhappy with
this choice.
2015-05-10 16:31:50 -04:00
Joey Hess
f65e7a4cce
devblog
2015-05-10 16:21:38 -04:00
Joey Hess
dd069990e8
fix man page example formatting
2015-05-09 14:27:45 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
f561ecee8e
2015-05-09 14:31:32 +00:00
warp
a6d50d4a7b
2015-05-09 12:42:34 +00:00
warp
549414a911
2015-05-09 12:40:38 +00:00
Joey Hess
540e1e86b9
devblog
2015-05-08 18:56:57 -04:00
Joey Hess
883d57fa2e
add news item for git-annex 5.20150508
2015-05-08 15:09:08 -04:00
Joey Hess
6a1814abf5
seems that webapp ssh password ssh-agent hack is broken on windows after recent ssh changes
2015-05-08 15:07:23 -04:00
Joey Hess
38e2b95751
use a batch file to run msysgit's ssh, instead of copying
...
copying failed because dlls are not in path.
This batch file is based on the one msysgit uses to start gitk
2015-05-08 14:26:37 -04:00