yarikoptic
baa2ab2c7d
Added a comment
2017-02-16 15:54:18 +00:00
CandyAngel
bb262be6f0
Added a comment
2017-02-16 14:10:56 +00:00
yarikoptic
9cdb0125c7
2017-02-16 03:49:46 +00:00
Joey Hess
de671658ee
devblog
2017-02-15 16:44:10 -04:00
Joey Hess
a73c8ce4a1
sync: Improve integration with receive.denyCurrentBranch=updateInstead
...
By displaying error messages from the remote then it fails to update
its checked out branch.
Error messages in the default receive.denyCurrentBranch are still
suppressed, which matches user expectations.
This commit was sponsored by Nick Daly on Patreon.
2017-02-15 16:13:30 -04:00
Joey Hess
e8b9565b6f
thoughts
2017-02-14 17:39:37 -04:00
Edward Betts
0750913136
correct spelling mistakes
2017-02-12 17:30:23 -04:00
Joey Hess
0e7cbadf25
close
2017-02-09 18:59:45 -04:00
Joey Hess
ba61229c77
update
2017-02-09 18:58:13 -04:00
Joey Hess
2e92648383
comment
2017-02-09 16:13:02 -04:00
Joey Hess
c1ece47ea0
import --reinject-duplicates
...
This is the same as running git annex reinject --known, followed by
git-annex import. The advantage to having it in one command is that it
only has to hash each file once; the two commands have to
hash the imported files a second time.
This commit was sponsored by Shane-o on Patreon.
2017-02-09 15:41:00 -04:00
CandyAngel
278f9f0454
Added a comment
2017-02-07 22:51:15 +00:00
Joey Hess
30ab4ecc4b
response
2017-02-07 18:07:47 -04:00
Joey Hess
a8e64d4148
response
2017-02-07 17:23:41 -04:00
Joey Hess
27e89aeffc
initremote: When a uuid= parameter is passed, use the specified UUID for the new special remote, instead of generating a UUID.
...
This can be useful in some situations, eg when the same data can be
accessed via two different special remote backends.
2017-02-07 15:10:41 -04:00
Joey Hess
a89d98af6d
comment
2017-02-07 13:08:33 -04:00
Joey Hess
fe6936e065
comment
2017-02-07 12:48:12 -04:00
Joey Hess
2e246cb5d6
comment
2017-02-07 12:38:31 -04:00
yarikoptic
54bae5df37
initial thoughts
2017-02-06 15:32:45 +00:00
yarikoptic
03658010c7
initial thoughts
2017-02-06 00:49:28 +00:00
CandyAngel
e075032068
Added a comment
2017-02-05 02:20:31 +00:00
Joey Hess
424c4c2911
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-04 13:01:50 -04:00
Joey Hess
ff1ba8fdc6
update
2017-02-04 13:01:20 -04:00
joshfindit
a2d8c4120f
Added a comment
2017-02-04 16:24:32 +00:00
Joey Hess
dbc0b032b8
comment
2017-02-03 15:43:34 -04:00
Joey Hess
b5e6d23242
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-03 14:37:49 -04:00
Joey Hess
ed56dba868
annex.autocommit can be configured via git-annex config
...
... to control the default behavior in all clones of a repository.
This includes a new Configurable data type, so the GitConfig type indicates
which values can be configured this way.
The implementation should be quite efficient; the config log is only read
once, and only when a Configurable value has not already been set by
git-config.
Indeed, it would be nice in the future to extend this, so that git-config
is itself only read on demand. Some commands may not need to look at the
git configuration at all.
This commit was sponsored by Trenton Cronholm on Patreon.
2017-02-03 13:58:53 -04:00
http://schnouki.net/
a57c21a968
Added a comment
2017-02-02 22:05:23 +00:00
Joey Hess
ed60f60e9b
unused: Improved memory use significantly when there are a lot of differences between branches.
...
Argh, didn't need an accumulator here!
I think I use accumulators a lot more than I need to when recusively
processing lists..
This commit was sponsored by Jeff Goeke-Smith on Patreon.
2017-01-31 19:42:00 -04:00
Joey Hess
dbaea98836
fix lack of laziness streaming large diffs
...
A commit last year that made a partial function use Maybe unfortunately
caused the whole input to need to be consumed, breaking streaming. So,
revert it.
This commit was sponsored by Nick Daly on Patreon.
2017-01-31 17:43:11 -04:00
Joey Hess
a1842d387b
comment
...
This commit was sponsored by Ole-Morten on Patreon.
2017-01-31 13:01:55 -04:00
Joey Hess
5798013fb2
reproduced bug; started analysis
...
This commit was sponsored by Peter Hogg on Patreon.
2017-01-31 12:30:44 -04:00
Joey Hess
eeb227aeb8
Merge branch 'master' of ssh://git-annex.branchable.com
2017-01-30 17:34:48 -04:00
Joey Hess
339464e847
config: New command for storing configuration in the git-annex branch.
...
Any config names can be set using this; git-annex commands will only look
at specific ones that make sense and are worth the overhead of querying the
branch.
This might also be useful for storing whatever other config-type stuff the
user might want to shove into the git-annex branch.
This commit was sponsored by Jochen Bartl on Patreon.
2017-01-30 16:46:38 -04:00
https://anarc.at/openid/
aa24a7347b
Added a comment: usability...
2017-01-30 18:06:22 +00:00
Joey Hess
6689dfae11
comment
2017-01-30 13:32:28 -04:00
Edward Betts
93cbed539f
fix typo
2017-01-27 18:18:09 +00:00
git-annex@31849d241f10c295b30a9707352ae5c7d743adb7
6ce01ca9e5
2017-01-24 17:15:32 +00:00
Edward Betts
bc58a9402b
fix typo
2017-01-24 10:43:33 +00:00
https://christian.amsuess.com/chrysn
a33cfd0488
add wishlist item
2017-01-20 09:49:23 +00:00
https://anarc.at/openid/
5ac99e6b5c
link to the workflow page
2017-01-17 16:59:15 +00:00
https://anarc.at/openid/
bb6e123e8b
Added a comment: answers
2017-01-17 16:56:39 +00:00
https://anarc.at/openid/
804e84b26e
Added a comment: re dataloss and point
2017-01-17 01:34:43 +00:00
CandyAngel
85c0c22376
Added a comment
2017-01-16 10:30:55 +00:00
CandyAngel
b5cc28f56c
2017-01-16 10:26:06 +00:00
rivera15071976@36a85c6f19ac15f9202999a3e3b15b27cc8a750a
4b6226bf31
Added a comment: Long Path Tool
2017-01-16 08:02:53 +00:00
sunny256
6cbdb6b150
Added a comment: Oh yes
2017-01-16 07:56:59 +00:00
rustikus@9db90d0c115a1825e2f1e5f15257ec1298a6c7b6
b7e5856b1f
Added a comment: Any update or help needed?
2017-01-12 13:40:38 +00:00
CandyAngel
f007a27d20
Added a comment
2017-01-11 22:29:55 +00:00
ghen1
5b110d5ff0
2017-01-11 01:27:24 +00:00
https://anarc.at/openid/
8197b09525
add describe step
2017-01-10 23:01:05 +00:00
https://anarc.at/openid/
278c072d6b
a stumbling block i found while replacing a drive
2017-01-10 22:52:20 +00:00
Joey Hess
f04a7af39a
update
2017-01-08 17:37:56 -04:00
Joey Hess
856ca7f553
update
2017-01-08 17:27:14 -04:00
Joey Hess
ba1213c49e
add
2017-01-08 17:00:25 -04:00
db48x
93d69b1792
2017-01-01 14:41:07 +00:00
Joey Hess
0bbef83570
remove old item
2016-12-31 00:20:08 -04:00
Joey Hess
6b30079218
todo
2016-12-31 00:19:01 -04:00
Joey Hess
b2834db613
Merge branch 'master' of ssh://git-annex.branchable.com
2016-12-30 10:48:56 -04:00
Joey Hess
a03c51988f
idea
2016-12-29 14:57:13 -04:00
mhauru
c2325c2640
Added a comment
2016-12-29 18:00:10 +00:00
mhauru
a702917848
2016-12-29 17:49:14 +00:00
Joey Hess
cf6545198b
a few last changes post xmpp removal
2016-12-28 12:29:21 -04:00
Joey Hess
b21ffe62f5
update
2016-12-28 12:26:48 -04:00
Joey Hess
ab66bbfeb6
Merge branch 'master' into no-xmpp
2016-12-24 15:01:55 -04:00
Joey Hess
d6b401c458
todo
2016-12-24 13:10:51 -04:00
Joey Hess
993f30ac92
update
2016-12-24 12:53:57 -04:00
Joey Hess
e08691b393
enable-tor: When run as a regular user, test a connection back to the hidden service over tor.
...
This way we know that after enable-tor, the tor hidden service is fully
published and working, and so there should be no problems with it at
pairing time.
It has to start up its own temporary listener on the hidden service. It
would be nice to have it start the remotedaemon running, so that extra
step is not needed afterwards. But, there may already be a remotedaemon
running, in communication with the assistant and we don't want to start
another one. I thought about trying to HUP any running remotedaemon, but
Windows does not make it easy to do that. In any case, having the user
start the remotedaemon themselves lets them know it needs to be running
to serve the hidden service.
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2016-12-24 12:50:23 -04:00
Joey Hess
22252e8e4c
Revert "close"
...
This reverts commit 3aaabc906b
.
Commit contained incomplete work.
2016-12-24 12:07:15 -04:00
Joey Hess
3aaabc906b
close
2016-12-22 13:59:21 -04:00
Joey Hess
942ea305a2
todo
2016-12-21 15:11:10 -04:00
Joey Hess
872064e4a6
comment
2016-12-21 14:21:05 -04:00
Joey Hess
f3972999ae
update
2016-12-20 15:15:01 -04:00
Joey Hess
9bdb617484
add some links to new workflow page
2016-12-20 15:13:44 -04:00
Joey Hess
ccde0932a5
p2p --pair with magic wormhole (untested)
...
It builds. I have not tried to run it yet. :)
This commit was sponsored by Jake Vosloo on Patreon.
2016-12-18 16:51:41 -04:00
marekj
1d7aabdda0
Added a comment: I took the liberty to do it
2016-12-14 07:49:26 +00:00
Joey Hess
a12eac060c
updates
2016-12-13 14:35:58 -04:00
Joey Hess
d87abe61f6
comment
2016-12-13 11:57:32 -04:00
Joey Hess
6f502c859b
todo
2016-12-12 17:21:32 -04:00
Joey Hess
b65780778a
update
2016-12-09 17:07:32 -04:00
Joey Hess
2c907fff51
remotedaemon: git change detection over tor hidden service
2016-12-09 16:02:43 -04:00
Joey Hess
596e1685a6
update
2016-12-09 13:38:50 -04:00
Joey Hess
71e8cd408e
content removal is supposed to succed if the content was already not present
2016-12-09 12:48:22 -04:00
Joey Hess
9c5c24aa0a
todo
2016-12-08 20:55:46 -04:00
Joey Hess
e84165dc5e
more todo
2016-12-08 20:15:12 -04:00
Joey Hess
38516b2fca
update progress logs in remotedaemon send/receive
2016-12-08 19:56:02 -04:00
Joey Hess
0f4ee4f298
fix memory leak
...
I'm unsure why this fixed it, but it did. Seems to suggest that the
memory leak is not due to a bug in my code, but that ghc didn't manage
to take full advantage of laziness, or was failing to gc something it
could have.
2016-12-08 18:42:52 -04:00
Joey Hess
095593a9af
correction
2016-12-08 18:25:51 -04:00
Joey Hess
3b9f6c1b2b
analysis
2016-12-08 17:50:59 -04:00
Joey Hess
5654085e7a
profiling
2016-12-08 17:34:26 -04:00
Joey Hess
b8fea9f08d
we have a memory leak
2016-12-08 16:35:33 -04:00
Joey Hess
39b7eb7350
update
2016-12-08 16:00:29 -04:00
Joey Hess
af41519126
convert P2P runners from Maybe to Either String
...
So we get some useful error messages when things fail.
This commit was sponsored by Peter Hogg on Patreon.
2016-12-08 15:47:49 -04:00
Joey Hess
b613ccf7a3
update
2016-12-08 13:58:11 -04:00
Joey Hess
138f618002
todo
2016-12-07 15:49:15 -04:00
Joey Hess
e5476d42ce
update
2016-12-07 15:38:37 -04:00
Joey Hess
0541f19bea
fix math error that caused resumes to always fail
2016-12-07 15:36:39 -04:00
Joey Hess
b55399e3ac
offset meters when resuming
2016-12-07 14:52:10 -04:00
Joey Hess
5ff85c8515
todo
2016-12-07 14:46:27 -04:00
Joey Hess
2fb6fd7434
Merge branch 'master' into tor
2016-12-07 14:32:25 -04:00
Joey Hess
0d9a11625c
remote uuid discovery in p2p --link
...
This also tests that we can connect to the peer.
This commit was sponsored by Jeff Goeke-Smith on Patreon.
2016-12-07 12:38:21 -04:00
Joey Hess
729e864ad0
add todo list for remaining tor stuff
2016-12-07 12:11:38 -04:00
lorenzo@a77fdbe826df1c175cbd30ed050312ccf7b7fc7b
67bc5c2e35
2016-12-03 09:04:45 +00:00
Joey Hess
d98f071319
todo
2016-11-21 12:30:15 -04:00
Joey Hess
61fe128bbc
no-xmpp branch
2016-11-14 15:04:16 -04:00
Joey Hess
d58148031b
remove xmpp support
...
I've long considered the XMPP support in git-annex a wart.
It's nice to remove it.
(This also removes the NetMessager, which was only used for XMPP, and the
daemonstatus's desynced list (likewise).)
Existing XMPP remotes should be ignored by git-annex.
This commit was sponsored by Brock Spratlen on Patreon.
2016-11-14 14:53:08 -04:00
Joey Hess
a924c99535
close
2016-11-08 14:52:29 -04:00
Euxane
04519cbe48
Added a comment
2016-11-08 10:12:05 +00:00
Joey Hess
37d6bd0658
comment
2016-11-07 10:38:25 -04:00
Euxane
a19975a42f
Added a comment
2016-11-07 11:07:33 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
e79d1332b8
Added a comment
2016-11-06 11:42:48 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
0de64beadb
Added a comment: should annex merge autoenable newly added autoenable'ed special remotes
2016-11-04 12:43:55 +00:00
Joey Hess
5aedde76ab
expand haskell section of contribute page
2016-11-02 11:04:26 -04:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
6e467b3e4d
2016-11-01 11:21:55 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
cb762820ef
Added a comment
2016-11-01 04:11:20 +00:00
Joey Hess
161efbff03
fix transcript
2016-10-31 16:15:22 -04:00
Joey Hess
c5fd2775b1
comment
2016-10-31 16:06:26 -04:00
Joey Hess
5a1fd1b686
comments
2016-10-31 15:25:28 -04:00
Joey Hess
752a7e765f
comment
2016-10-31 14:14:42 -04:00
https://anarc.at/openid/
093d45878a
didn't notice the similar posts in the forums, views solution is introduced, interesting...
2016-10-31 02:59:58 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
a00d16f562
2016-10-28 19:56:07 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8a9a10a09b
Added a comment: how to get ahold of the filename?
2016-10-27 10:10:25 +00:00
Joey Hess
ee6e57367d
response
2016-10-26 13:35:36 -04:00
http://christian.amsuess.com/chrysn
ce5f407b4c
Added a comment
2016-10-24 13:00:56 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
bc0efcf200
initial desire
2016-10-24 10:58:04 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
54d8fbcf19
Added a comment: why option vs manual chmod
2016-10-17 23:11:10 +00:00
Joey Hess
7d6e805d28
hmm
2016-10-17 17:12:31 -04:00
Joey Hess
f07e2ce87c
comment
2016-10-17 16:30:43 -04:00
Joey Hess
0b1c061382
importfeed: Drop URL parameters from file extension.
...
Thanks, James MacMahon.
2016-10-17 16:02:05 -04:00
Joey Hess
c5d39e6543
followup
2016-10-17 15:45:01 -04:00
Joey Hess
9d48f2666d
comment
2016-10-17 14:17:27 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
82fac4f0b7
added meta for myself
2016-10-17 15:59:32 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7877c8d58f
initial suggestion
2016-10-17 15:58:54 +00:00
Joey Hess
0302bbff6d
comment
2016-10-13 14:02:15 -04:00
xloem
44d23db888
Added a comment: Workflow Summary
2016-10-09 13:39:38 +00:00
jwm@affa977977673476597d5d5c7bda464959a9bd9b
d50710be8b
2016-10-08 05:25:28 +00:00
http://christian.amsuess.com/chrysn
eb0f0e5327
rename forum/bittorrent__58___support_offline_operation_and_verification.mdwn to todo/bittorrent__58___support_offline_operation_and_verification.mdwn
2016-10-07 13:47:53 +00:00
Joey Hess
658b6ce835
comment
2016-10-05 16:02:29 -04:00
ztl8702
dac65af9a9
Added a comment: Bash on Windows
2016-09-30 19:14:34 +00:00
Joey Hess
5bf4623a1d
allow multiple concurrent external special remote processes
...
Multiple external special remote processes for the same remote will be
started as needed when using -J.
This should not beak any existing external special remotes, because running
multiple git-annex commands at the same time could already start multiple
processes for the same external special remotes.
2016-09-30 14:29:02 -04:00
Joey Hess
28c6209f55
Make --json-progress output be shown even when the size of a object is not known.
2016-09-29 16:59:48 -04:00
Joey Hess
7cd6a6a39c
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-29 16:58:09 -04:00
Joey Hess
5ed050c152
summary of progress
2016-09-29 16:52:35 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
69e41f3943
Added a comment
2016-09-29 20:45:48 +00:00
Joey Hess
161d891508
Add "total-size" field to --json-progress output.
2016-09-29 16:29:54 -04:00
Joey Hess
410b1c2b1f
todo
2016-09-26 19:06:56 -04:00
Joey Hess
f3b84f4603
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-26 16:49:21 -04:00
Joey Hess
a8734698eb
more profiling
2016-09-26 16:39:18 -04:00
Joey Hess
a197cf743d
profiling
2016-09-26 15:49:42 -04:00
erics
a11c700aea
Added a comment
2016-09-25 00:33:57 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9c651b9608
Added a comment: +may be "byte-target" field? ;)
2016-09-24 02:43:22 +00:00
https://anarc.at/openid/
184153ba98
Added a comment: thanks for considering this!
2016-09-22 12:43:12 +00:00
JasonWoof
b1bdb2b898
Added a comment: simpler use case
2016-09-22 00:40:08 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
8510652dd4
Added a comment
2016-09-21 22:49:56 +00:00
Joey Hess
44acb145e0
comment
2016-09-21 16:23:41 -04:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
3ed30143a7
Added a comment
2016-09-21 19:32:07 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
8abcc4c282
Added a comment: Pre Commit Hook
2016-09-21 19:20:05 +00:00
Joey Hess
489b9c8869
comments
2016-09-21 14:29:17 -04:00
Joey Hess
154a501b76
comment
2016-09-21 13:17:03 -04:00
Joey Hess
6c6304b2f2
comment
2016-09-21 12:53:29 -04:00
Adam000
4bdfb52f0b
2016-09-15 09:28:55 +00:00
Joey Hess
916f05e890
comment
2016-09-14 12:18:48 -04:00
anarcat
a12f1afd8e
fix markup
2016-09-10 14:18:10 +00:00
anarcat
8f8800bba0
sign this so i follow its changes
2016-09-10 14:17:58 +00:00
anarcat
7a89a172b0
two more ideas
2016-09-10 14:13:42 +00:00
Joey Hess
61faf240d5
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-09 16:40:11 -04:00
Joey Hess
3e22d60549
copy, move, mirror: Support --json and --json-progress.
2016-09-09 16:24:26 -04:00
Joey Hess
c277a21ece
done
2016-09-09 16:17:28 -04:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
9947c8384f
2016-09-09 18:00:41 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
96ef6001ff
Added a comment
2016-09-09 12:47:31 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
981987bebc
Added a comment
2016-09-08 18:08:49 +00:00
Joey Hess
8e9267a1ed
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-08 13:20:22 -04:00
Joey Hess
2cb94bf026
comment
2016-09-08 12:32:10 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
b9d8c97942
Added a comment: also CPU (on git and git-annex processes) doesn't go to 100%
2016-09-08 16:32:08 +00:00
Joey Hess
079c5a03c6
comment
2016-09-08 12:24:20 -04:00
Joey Hess
442558aecf
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-08 12:19:33 -04:00
Joey Hess
dff511a2fe
update
2016-09-08 12:18:58 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
fc795e84a4
Added a comment
2016-09-08 16:12:08 +00:00
Joey Hess
673065ea05
Merge branch 'master' of ssh://git-annex.branchable.com
2016-09-08 12:06:11 -04:00
Joey Hess
41191ce9ad
designs
2016-09-08 12:04:09 -04:00
pigmonkey
8f0ba291e7
Added a comment
2016-09-07 20:38:36 +00:00
Joey Hess
e33f9f22a6
followup
2016-09-07 11:11:54 -04:00
pigmonkey
ed0a7b0ad9
Added a comment
2016-09-06 23:10:47 +00:00
Joey Hess
31289da691
get -J: Download different files from different remotes when the remotes have the same costs.
...
Only done in -J mode because only if there's concurrency can downloading
from two remotes be faster. Without concurrency, it's likely the case that
sequential downloads from the same remote are faster than switching back
and forth between two remotes.
There is some hairy MVar code here, but basically it just keeps
the activeremotes MVar full except when deciding which remote to assign
to a thread.
Also affects gets by sync --content -J
This commit was sponsored by Jochen Bartl.
2016-09-06 12:45:21 -04:00
anarcat
afe24c6618
copy --from --to
2016-09-05 22:05:02 +00:00
Joey Hess
73bf74ce98
devblog
2016-09-05 16:39:30 -04:00
Joey Hess
2574bb0b32
todo
2016-09-05 16:28:00 -04:00
Joey Hess
12db586469
comment
2016-09-05 14:27:15 -04:00
Joey Hess
0d04062446
comment
2016-09-05 12:49:13 -04:00
Joey Hess
b58e6b3f56
response
2016-09-05 12:27:27 -04:00
Joey Hess
f1a9c5f248
Fix formatting of git-annex-smudge man page, and improve mdwn2man. Thanks, Jim Paris.
2016-09-05 12:16:03 -04:00
Joey Hess
f292f78366
Windows: Handle shebang in external special remote program.
2016-09-05 12:09:23 -04:00
pigmonkey
f8b5fbfbda
2016-09-02 02:20:00 +00:00
branchable@7a47cbdffd210eeaf3a6de0272b9d0f9acea2c4b
3739690f42
shebang more widely
2016-09-01 22:06:04 +00:00
interfect@b151490178830f44348aa57b77ad58c7d18e8fe7
da8b06b60d
Added a comment: Windows support?
2016-09-01 03:31:30 +00:00
CandyAngel
cebdbc7a9f
2016-08-17 11:17:23 +00:00
jimparis
e3c382297a
2016-08-16 16:39:02 +00:00
Joey Hess
c3dd8c8cc2
comment
2016-08-08 11:41:53 -04:00
Joey Hess
925e38f66d
comment
2016-08-08 11:40:03 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2fa4e8460f
initial desire
2016-08-05 21:35:35 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
5accb13752
2016-08-05 13:18:23 +00:00
eslgastal
e97117ece8
Added a comment
2016-08-04 00:56:30 +00:00
Joey Hess
f461bcae4b
Re-enable accumulating transfer failure log files for command-line actions
...
This was disabled in commit 61ccf95004
,
because only the assistant used them, and they were clutter. But, now
--failed also uses them.
Remove the failure log files after successful transfers. Should avoid
most of the clutter problems.
Commit 61ccf95004
mentions a subtle behavior
change, which has now been reverted:
There is one behavior change from this. If glacier is being used, and a
manual git annex get --from glacier fails because the file isn't available
yet, the assistant will no longer later see that failed transfer file and
retry the get.
2016-08-03 13:41:07 -04:00
Joey Hess
1a0e2c9901
get, move, copy, mirror: Added --failed switch which retries failed copies/moves
...
Note that get --from foo --failed will get things that a previous get --from bar
tried and failed to get, etc. I considered making --failed only retry
transfers from the same remote, but it was easier, and seems more useful,
to not have the same remote requirement.
Noisy due to some refactoring into Types/
2016-08-03 12:37:12 -04:00
eslgastal
0fc85c45b5
2016-08-03 15:02:37 +00:00
Joey Hess
f0886a1bdd
info: When run on a file now includes an indication of whether the content is present locally.
2016-07-30 12:29:59 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9a2fe62cbb
added meta field for myself
2016-07-28 20:11:43 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
01898863df
2016-07-28 19:10:04 +00:00
Joey Hess
bf3327ff25
Added metadata --batch option, which allows getting, setting, deleting, and modifying metadata for multiple files/keys.
2016-07-27 10:46:25 -04:00
Joey Hess
fdd87d8e55
design
2016-07-25 13:51:03 -04:00
Joey Hess
d13194b230
--branch, stage 2
...
Show branch:file that is being operated on.
I had to make ActionItem a type and not a type class because
withKeyOptions' passed two different types of values when using the type
class, and I could not get the type checker to accept that.
2016-07-20 15:23:43 -04:00
Joey Hess
bf8bf14e8e
--branch, stage 1
...
Added --branch option to copy, drop, fsck, get, metadata, mirror, move, and
whereis commands. This option makes git-annex operate on files that are
included in a specified branch (or other treeish).
The names of the files from the branch that are being operated on are not
displayed yet; only the keys. Displaying the filenames will need changes
to every affected command.
Also, note that --branch can be specified repeatedly. This is not really
documented, but seemed worth supporting, especially since we may later want
the ability to operate on all branches matching a refspec. However, when
operating on two branches that contain the same key, that key will be
operated on twice.
2016-07-20 12:05:26 -04:00
Joey Hess
3110185092
further thoughts
2016-07-19 14:07:31 -04:00
Joey Hess
b0c805b3c2
todo
2016-07-19 13:04:56 -04:00
Joey Hess
242868eadb
comment
2016-07-19 11:06:49 -04:00
jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c
ba68310fe6
Added a comment
2016-07-18 06:32:54 +00:00
jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c
b909eba399
Added a comment
2016-07-18 06:17:57 +00:00
jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c
2332b6df9b
2016-07-18 04:20:02 +00:00
Joey Hess
c4d011bf3e
log: Added --all option.
2016-07-17 15:15:08 -04:00
Joey Hess
01f5698060
close as merged
2016-07-12 12:21:14 -04:00
Joey Hess
be2832655b
update
2016-07-12 11:52:12 -04:00
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
d0859ff1ef
Added a comment
2016-07-11 18:45:11 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
622f823be0
Added a comment
2016-07-11 17:25:28 +00:00
Joey Hess
3d0399dc47
comment
2016-07-11 12:53:57 -04:00
Joey Hess
57703655b9
comment
2016-07-11 12:39:05 -04:00
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
1133564ce1
2016-07-07 13:31:44 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d78b7d0bc6
Added a comment
2016-07-06 19:27:26 +00:00
Joey Hess
c4229be9a7
Remove unnecessary rpaths in the git-annex binary, but only when it's built using make, not cabal. This speeds up git-annex statup time by around 50%.
2016-07-06 14:40:18 -04:00
Joey Hess
f541e60f13
comment
2016-07-06 13:13:10 -04:00
Joey Hess
5171e98988
drop: Add --batch and --json options.
2016-07-06 11:56:11 -04:00
Joey Hess
abe56d4dff
comment
2016-07-05 15:55:58 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9b125c3ee6
initial whining
2016-07-05 18:33:13 +00:00
Joey Hess
ed8ecbea0c
get: Add --batch and --json options.
2016-07-05 08:57:45 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e5b9169d98
fixed meta tag
2016-06-28 11:50:27 +00:00
anarcat
b0951744d0
Added a comment: related issues and response to problems raised
2016-06-23 14:44:06 +00:00
anarcat
684fb8ab85
link to the special remote
2016-06-23 13:09:13 +00:00
anarcat
e233b1b58f
Added a comment: dumb external remote implemented
2016-06-23 00:34:59 +00:00
baffo32
cf6fe70843
Added a comment: Use-case expansion
2016-06-17 23:55:52 +00:00
baffo32
a14ed4b2f9
2016-06-17 23:46:34 +00:00
Joey Hess
51751f68f7
link to patch
2016-06-16 16:35:58 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
31a0babb55
2016-06-16 13:23:15 +00:00
Farhan
9f1e3eb12f
2016-06-14 06:40:54 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
a34df513fc
2016-06-09 23:28:24 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
cae5542095
2016-06-09 21:10:44 +00:00
Joey Hess
0fa04f4470
followup
2016-06-09 15:49:18 -04:00
Joey Hess
02a20288ef
Pass -S to git commit-tree when commit.gpgsign is set and when making a non-automatic commit, in order to preserve current behavior when used with git 1.9, which has stopped doing this itself.
2016-06-02 15:07:20 -04:00
Joey Hess
b271a417e6
Merge branch 'master' of ssh://git-annex.branchable.com
2016-06-02 14:10:39 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2019cc5b65
fixed up done tag
2016-06-02 15:37:15 +00:00
Joey Hess
4fd28807c1
todo
2016-06-01 23:35:08 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e0ef8f2abb
2016-06-02 02:35:19 +00:00
Joey Hess
3426bae807
followup
2016-05-31 12:17:50 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e92d36ddb2
just added a tag to claim my ownership
2016-05-25 12:59:57 +00:00
xloem
2040cb9a61
2016-05-25 12:25:31 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e6bffbdf08
Added a comment
2016-05-25 01:09:56 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8c6067d96f
2016-05-25 00:25:03 +00:00
Joey Hess
5d8cd16b27
comment
2016-05-21 09:53:44 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
58bdc5be88
2016-05-19 19:11:14 +00:00
xloem
57a7981e1b
Added a comment: Freenet Special Remote
2016-05-19 03:02:19 +00:00
Joey Hess
36cf163321
found a bad memory use in git
2016-05-12 17:26:33 -04:00
Joey Hess
5cee93c4e5
link to my post "proposal for extending smudge/clean filters with raw file access"
2016-05-12 14:26:58 -04:00
Joey Hess
4c5cb82789
close; done in v6 mode
2016-05-10 17:15:27 -04:00
Joey Hess
dd2a5d8295
close
2016-05-10 17:07:59 -04:00
Joey Hess
e8121245b5
close
2016-05-10 17:06:43 -04:00
Joey Hess
e219289c83
Added new encryption=sharedpubkey mode for special remotes.
...
This is useful for makking a special remote that anyone with a clone of the
repo and your public keys can upload files to, but only you can decrypt the
files stored in it.
2016-05-10 16:50:31 -04:00
Joey Hess
e35ba6c1e6
update
2016-05-10 14:07:13 -04:00
Joey Hess
76522065ae
comment
2016-05-10 13:54:27 -04:00
Joey Hess
e08082ce72
followup, close
2016-05-06 12:34:50 -04:00
xloem
36137c444b
Added a comment
2016-05-06 11:19:43 +00:00
jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc
764e816156
2016-05-06 06:00:21 +00:00
Joey Hess
1a805c1f7c
comment
2016-05-03 15:12:55 -04:00
Joey Hess
d0036b9100
todo
2016-04-27 17:15:02 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
4cece5a33e
Added a comment
2016-04-25 18:28:14 +00:00
Joey Hess
7dc0b77783
Merge branch 'master' of ssh://git-annex.branchable.com
2016-04-25 13:47:46 -04:00
Joey Hess
cbb4433449
comment
2016-04-25 13:47:27 -04:00
Joey Hess
4c573815f9
close todos covered by rclone
2016-04-25 13:43:24 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
4e0316b22c
initial whining
2016-04-25 17:27:25 +00:00
branchable@d31204a44f76a567b0ac1ace14680d4f2ec7750d
26d64d7355
made link a link
2016-04-23 19:14:59 +00:00
branchable@d31204a44f76a567b0ac1ace14680d4f2ec7750d
6cdd633936
mentioned git-annex-remote-rclone
2016-04-23 19:13:49 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
07ca2bb416
2016-04-22 19:05:45 +00:00
Joey Hess
7945dd3c3e
refactor
2016-04-22 14:35:48 -04:00
Joey Hess
46e3319995
assistant: Deal with upcoming git's refusal to merge unrelated histories by default
...
git 2.8.1 (or perhaps 2.9.0) is going to prevent git merge from merging in
unrelated branches. Since the webapp's pairing etc features often combine
together repositories with unrelated histories, work around this behavior
change by setting GIT_MERGE_ALLOW_UNRELATED_HISTORIES when the assistant
merges.
Note though that this is not done for git annex sync's merges, so
it will follow git's default or configured behavior.
2016-04-22 14:26:44 -04:00
Joey Hess
8ab27235ea
reinject: Added new mode which can reinject known files into the annex.
...
For example: git-annex reinject --known /mnt/backup/*
2016-04-22 13:49:32 -04:00
Joey Hess
b4cb1093bb
todo
2016-04-21 14:24:06 -04:00
CandyAngel
53c7c246a6
Added a comment
2016-04-21 11:41:09 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
caba449869
Added a comment
2016-04-20 19:21:33 +00:00
Joey Hess
da4ff16805
comment
2016-04-20 14:36:46 -04:00
Joey Hess
1bfea9b3e5
calckey: New plumbing command, calculates the key that would be used to refer to a file
2016-04-20 13:50:26 -04:00
Joey Hess
9d952fe9d1
reinject: When src file's content cannot be verified, leave it alone, instead of deleting it.
2016-04-20 13:21:56 -04:00
Joey Hess
b949e85045
remove old closed bugs and todo items to speed up wiki updates and reduce size
...
Remove closed bugs and todos that were last edited or commented before Q3 2015.
Command line used:
for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
2016-04-19 13:55:29 -04:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
8140aa58ea
removed
2016-04-16 11:53:24 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
6403964cb6
Added a comment: Assistant support
2016-04-16 11:52:34 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
ab2ba2f37f
Added a comment: Assistant support
2016-04-16 11:52:14 +00:00
Joey Hess
b19511822a
update
2016-04-13 13:39:16 -04:00
Joey Hess
bbe994295f
Fix build with ghc v7.11. Thanks, Gabor Greif.
2016-04-12 15:27:51 -04:00
Joey Hess
7815f227d2
update
2016-04-12 14:31:37 -04:00
Joey Hess
630fe90bf3
update
2016-04-12 14:24:48 -04:00
Joey Hess
7d0a078e5c
todo
2016-04-11 11:40:19 -04:00
Antoine Beaupré
c043bd9faf
another thing i forgot
2016-04-10 19:20:37 -04:00
Antoine Beaupré
751abdd51f
fix for manpage generation without hacks
2016-04-10 19:13:01 -04:00
Joey Hess
f0ddc0a75c
comment
2016-04-09 13:22:27 -04:00
Joey Hess
b3b1d72d57
Merge branch 'master' of ssh://git-annex.branchable.com
2016-04-09 12:31:27 -04:00
Antoine Beaupré
a5158baa89
possible fix for markdown generation with pandoc
2016-04-09 11:04:42 -04:00
Antoine Beaupré
c363bea652
attack the manpage problem
2016-04-09 10:40:53 -04:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
d89161e13f
Added a comment: freenet special remote
2016-04-09 10:37:23 +00:00
Antoine Beaupré
d1dd9b5a4b
respond
2016-04-09 00:41:41 -04:00
Joey Hess
c2ce3dfed3
windows does not like filenames starting with a dot, rename
2016-04-08 17:08:07 -04:00
Joey Hess
c4be17d159
Merge branch 'master' of ssh://git-annex.branchable.com
2016-04-08 15:35:55 -04:00
Joey Hess
973d66bb67
update
2016-04-08 15:31:53 -04:00
ggreif@8132a868199b4ffec14150c87f538dc06a538220
441dfba4c3
pull request for Bup.hs
2016-04-08 16:17:53 +00:00
Joey Hess
68ef108cb7
another reason
2016-04-05 14:29:33 -04:00
ExGen
6b2425d7bf
Added a comment: Harlinks
2016-04-03 11:21:02 +00:00
ExGen
730e1aee68
Added a comment: Harlinks
2016-04-02 23:32:24 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
6509834f3d
Added a comment: cache?
2016-04-01 19:56:44 +00:00
Joey Hess
11d76f0c8e
Merge branch 'master' of ssh://git-annex.branchable.com
2016-03-31 19:07:03 -04:00
Joey Hess
ed3e8e1886
Merge branch 'adjustedbranch'
2016-03-31 19:05:47 -04:00
anarcat
02cdd59bb6
another batch?
2016-03-31 14:08:03 +00:00
Joey Hess
93f5ccc808
update
2016-03-30 16:01:59 -04:00
Joey Hess
d72b85d437
update
2016-03-30 15:55:18 -04:00
Joey Hess
fb656b9048
log --raw-date: Use to display seconds from unix epoch.
2016-03-29 14:39:16 -04:00
Joey Hess
8a69298bf2
init: Automatically enter the adjusted unlocked branch when in a v6 repo on a filesystem not supporting symlinks.
2016-03-29 13:54:42 -04:00
http://svario.it/gioele
891fdf7eaa
2016-03-28 09:58:25 +00:00
Joey Hess
31480a54e2
close
2016-03-14 16:47:32 -04:00
karl
48b2357963
2016-03-13 16:01:03 +00:00
Joey Hess
7125a1fb27
rename files containing :
...
This is mostly to let the repo check out on windows w/o using cygwin's git.
But, bash completion is also crap with : , so ..
2016-03-12 12:57:18 -04:00
Joey Hess
d201e6c359
add todo from comment
2016-03-09 13:21:55 -04:00
Joey Hess
0cdd4f9f58
Merge branch 'master' of ssh://git-annex.branchable.com
2016-03-09 13:13:28 -04:00
Joey Hess
c6f81e8ef5
done
2016-03-09 12:54:22 -04:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
1f2e7fea6a
Added a comment
2016-03-01 07:10:56 +00:00
divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899
e815b5c23c
Added a comment
2016-02-26 03:56:42 +00:00
Joey Hess
53ad65612e
todo
2016-02-23 16:54:31 -04:00
Joey Hess
67dc0d238f
disable new build flags for android build
2016-02-23 10:59:59 -04:00
CandyAngel
749ec95061
Added a comment
2016-02-23 12:24:48 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
3d1895ef95
2016-02-21 16:55:40 +00:00
divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899
1c3d93eec4
Added a comment
2016-02-21 05:15:57 +00:00
divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899
c65502e7cc
2016-02-21 03:49:40 +00:00
Joey Hess
3f47b8ae36
close
2016-02-19 16:59:57 -04:00
Joey Hess
7752f1bd24
comment
2016-02-19 16:50:33 -04:00
Joey Hess
e038c36e3e
tag bugs that will be fixed when direct mode is removed
2016-02-19 16:46:03 -04:00
Joey Hess
a56b17daaa
Merge branch 'master' of ssh://git-annex.branchable.com
2016-02-19 16:19:36 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e0314a9dcb
Added a comment
2016-02-19 20:06:20 +00:00
Joey Hess
f1cebd1bf9
comment
2016-02-19 15:56:48 -04:00
Joey Hess
ed01410354
close
2016-02-19 15:54:55 -04:00
Joey Hess
9b021c1e90
comment
2016-02-19 15:28:55 -04:00
Joey Hess
c7fd2ac32c
comment
2016-02-19 14:50:54 -04:00
Joey Hess
09234eb42d
comment
2016-02-19 14:47:08 -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
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
jonan
60d9cb69ea
2016-02-15 09:37:52 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1e772a62b4
2016-02-12 22:39:04 +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
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
Joey Hess
4c2fb5569b
close
2016-02-10 12:42:48 -04: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
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
56889d07cd
Added a comment
2016-02-09 21:51:17 +00: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
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
magibney@908c3d4677b9e87e203538d4d5e8c296255749a0
a246ea41fe
2016-02-09 18:58:38 +00: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
edc5829785
added adjusted_branches design doc, meets at least 2 different needs
2016-02-09 12:30:29 -04:00
Joey Hess
09b369ba7e
Merge branch 'master' of ssh://git-annex.branchable.com
2016-02-03 16:59:04 -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
atrent
a5d89a8b4d
Added a comment: adding a simple counter?
2016-02-03 07:48:10 +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
Joey Hess
8db477b2ac
done
2016-01-29 13:27:06 -04:00
ggreif@8132a868199b4ffec14150c87f538dc06a538220
b1d3137ac2
pull request
2016-01-28 08:51:38 +00:00
tomekwi
23361077a1
Added a comment: Linux-Windows repo
2016-01-26 20:46:59 +00: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
fc9a02d600
comment
2016-01-20 15:00:13 -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
Joey Hess
7d0ece86f6
add --batch
2016-01-19 17:48:42 -04:00
Joey Hess
c06999df42
already done this earlier
2016-01-19 15:57:37 -04: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
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
aae77b1856
comment
2016-01-19 11:35:14 -04: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
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
db
94af2cd44d
2016-01-17 17:14:30 +00:00
Joey Hess
aa35f5cdf7
info: Support --batch mode.
2016-01-15 15:56:47 -04: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
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
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
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
Joey Hess
55ad30d1d9
update
2016-01-08 16:30:31 -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
Joey Hess
d667a68b7e
test: Added --keep-failures option.
2016-01-06 13:44:12 -04:00
Joey Hess
50d25c186d
update
2016-01-05 17:41:46 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1d6d7a6e16
2016-01-05 02:20:14 +00:00
Joey Hess
b1373f0d15
update
2016-01-01 16:02:11 -04:00
Joey Hess
f36f24197a
scan for unlocked files on init/upgrade of v6 repo
2016-01-01 15:09:42 -04:00
Joey Hess
b03a24dc10
update
2016-01-01 14:26:09 -04:00
Joey Hess
4be2b57606
add test: conflict resolution (mixed locked and unlocked file)
2015-12-30 16:36:39 -04:00
Joey Hess
0b8bba8031
test suite 100% pass in v6, finally!
...
Set annex.largefiles when adding the conflicting non-annexed file,
otherwise it would be added as an annexed file.
2015-12-30 15:12:45 -04:00
Joey Hess
7fd9fa3d72
update
2015-12-29 17:47:49 -04:00
Joey Hess
6aa19b7184
Merge branch 'master' of ssh://git-annex.branchable.com
2015-12-29 17:40:49 -04:00
umeboshi
813262448c
Added a comment: Link to TH
2015-12-29 20:36:42 +00:00
Joey Hess
b6b34f4916
automatic conflict resolution for v6 unlocked files
...
Several tricky parts:
* When the conflict is just between the same key being locked and unlocked,
the unlocked version wins, and the file is not renamed in this case.
* Need to update associated file map when conflict resolution renames
an unlocked file.
* git merge runs the smudge filter on the conflicting file, and actually
overwrites the file with the same content it had before, and so
invalidates its inode cache. This makes it difficult to know when it's
safe to remove such files as conflict cruft, without going so far as to
compare their entire contents.
Dealt with this by preventing the smudge filter from populating the file
when a merge is run. However, that also prevents the smudge filter being
run for non-conflicting files, so eg moving a file won't put its new
content into place.
* Ideally, if a merge or a merge conflict resolution renames an unlocked
file, the file in the work tree can just be moved, rather than copying
the content to a new worktree file.
This is attempted to be done in merge conflict resolution, but
due to git merge's behavior of running smudge filters, what actually
seems to happen is the old worktree file with the content is deleted and
rewritten as a pointer file, so doesn't get reused.
So, this is probably not as efficient as it optimally could be.
If that becomes a problem, could look into running the merge in a separate
worktree and updating the real worktree more efficiently, similarly to the
direct mode merge. However, the direct mode merge had a lot of bugs, and
I'd rather not use that more error-prone method unless really needed.
2015-12-29 15:41:09 -04:00
Joey Hess
121f5d5b0c
annex.thin
...
Decided it's too scary to make v6 unlocked files have 1 copy by default,
but that should be available to those who need it. This is consistent with
git-annex not dropping unused content without --force, etc.
* Added annex.thin setting, which makes unlocked files in v6 repositories
be hard linked to their content, instead of a copy. This saves disk
space but means any modification of an unlocked file will lose the local
(and possibly only) copy of the old version.
* Enable annex.thin by default on upgrade from direct mode to v6, since
direct mode made the same tradeoff.
* fix: Adjusts unlocked files as configured by annex.thin.
2015-12-27 15:59:59 -04:00
Joey Hess
025f284ac1
reorg
2015-12-26 15:15:02 -04:00
Joey Hess
fcb013044b
update
2015-12-26 15:13:05 -04:00
Joey Hess
4224fae71f
optimise read and write for Keys database (untested)
...
Writes are optimised by queueing up multiple writes when possible.
The queue is flushed after the Annex monad action finishes. That makes it
happen on program termination, and also whenever a nested Annex monad action
finishes.
Reads are optimised by checking once (per AnnexState) if the database
exists. If the database doesn't exist yet, all reads return mempty.
Reads also cause queued writes to be flushed, so reads will always be
consistent with writes (as long as they're made inside the same Annex monad).
A future optimisation path would be to determine when that's not necessary,
which is probably most of the time, and avoid flushing unncessarily.
Design notes for this commit:
- separate reads from writes
- reuse a handle which is left open until program
exit or until the MVar goes out of scope (and autoclosed then)
- writes are queued
- queue is flushed periodically
- immediate queue flush before any read
- auto-flush queue when database handle is garbage collected
- flush queue on exit from Annex monad
(Note that this may happen repeatedly for a single database connection;
or a connection may be reused for multiple Annex monad actions,
possibly even concurrent ones.)
- if database does not exist (or is empty) the handle
is not opened by reads; reads instead return empty results
- writes open the handle if it was not open previously
2015-12-23 19:18:52 -04:00
Joey Hess
b3690c4499
update
2015-12-22 18:19:32 -04:00
Joey Hess
ca2c977704
wip v6 support for assistant
...
Files are not yet added to v6 repos in unlocked mode.
2015-12-21 18:41:15 -04:00
Joey Hess
fbf6c25de5
interaction with shared clones
2015-12-17 18:46:52 -04:00
Joey Hess
e55ac3d383
update
2015-12-16 17:04:31 -04:00
Joey Hess
e61f3d1752
update todo list
2015-12-16 16:02:21 -04:00
Joey Hess
7800125783
starting to work on test suite for v6
2015-12-15 17:19:26 -04:00
Joey Hess
db8b32254c
update todo list
2015-12-15 16:07:02 -04:00
Joey Hess
f9d077186a
implemented upgrade of direct mode repo to v6
2015-12-15 16:00:26 -04:00
Joey Hess
71e2050f8f
have clean filter check if the filename was already in use by an old key
...
The annex object for it may have been modified due to hard link, and
that should be cleaned up when the new version is added. If another
associated file has the old key's content, that's linked into the annex
object. Otherwise, update location log to reflect that content has been
lost.
2015-12-15 13:06:52 -04:00
Joey Hess
9fcc5046b3
todo
2015-12-15 12:38:32 -04:00
Joey Hess
cc2d78870c
update
2015-12-11 16:22:40 -04:00
Joey Hess
1dad3af3fc
checked getKeysPresent; it's ok for v6 unlocked files
...
When a v6 unlocked files is removed from the work tree,
unused doesn't show it. When it gets removed from the index,
unused does show it. This is the same as a locked file.
2015-12-11 16:12:42 -04:00
Joey Hess
e7183d83d3
fsck for v6 unlocked files
...
This only adds 1 stat to each file fscked for locked files, so
added overhead is minimal.
For unlocked files it has to access the database to see if a file
is modified.
2015-12-11 16:07:54 -04:00
Joey Hess
7790e059b2
finish v6 git-annex lock
...
This was a doozy!
2015-12-11 15:28:34 -04:00
Joey Hess
50e83b606c
only make 1 hardlink max between pointer file and annex object
...
If multiple files point to the same annex object, the user may want to
modify them independently, so don't use a hard link.
Also, check diskreserve when copying.
2015-12-11 14:00:21 -04:00
Joey Hess
c910b4e255
wip
2015-12-11 10:42:18 -04:00
Joey Hess
e2c8dc6778
v6 git-annex unlock
...
Note that the implementation uses replaceFile, so that the actual
replacement of the work tree file is atomic. This seems a good property to
have!
It would be possible for unlock in v6 mode to be run on files that do not
have their content present. However, that would be a behavior change from
before, and I don't see any immediate need to support it, so I didn't
implement it.
2015-12-10 16:12:48 -04:00
Joey Hess
9dffd3d255
add generalized linkAnnex'
2015-12-10 16:08:19 -04:00
Joey Hess
108f711d37
todo
2015-12-10 14:54:03 -04:00
Joey Hess
f80a3d8cd0
check InodeCache in inAnnex et al
...
This avoids querying the database when the content file doen't exist
(or otherwise fails the provided check). However, it does add overhead of
querying the database, and will certianly impact performance.
2015-12-10 14:51:04 -04:00
Joey Hess
2b8f6b8b2f
check inode cache in prepSendAnnex
...
This does mean one query of the database every time an object is sent.
May impact performance.
2015-12-10 14:50:52 -04:00
Joey Hess
ce73a96e4e
use InodeCache when dropping a key to see if a pointer file can be safely reset
...
The Keys database can hold multiple inode caches for a given key. One for
the annex object, and one for each pointer file, which may not be hard
linked to it.
Inode caches for a key are recorded when its content is added to the annex,
but only if it has known pointer files. This is to avoid the overhead of
maintaining the database when not needed.
When the smudge filter outputs a file's content, the inode cache is not
updated, because git's smudge interface doesn't let us write the file. So,
dropping will fall back to doing an expensive verification then. Ideally,
git's interface would be improved, and then the inode cache could be
updated then too.
2015-12-09 17:54:54 -04:00
Joey Hess
3311c48631
move InodeSentinal from direct mode code to its own module
...
Will be used outside of direct mode for v6 unlocked files, and is already
used outside of direct mode when adding files to annex.
2015-12-09 15:52:11 -04:00
Joey Hess
8a818088a3
link/copy pointer files to object content when it's added
2015-12-09 15:27:29 -04:00
Joey Hess
37c9026c6e
todo
2015-12-08 13:07:45 -04:00
Joey Hess
9923b8dc77
long walk led to long list of things to do
2015-12-07 17:24:16 -04:00
Joey Hess
712c9fc590
require "annex/objects/" before key in pointer files
...
This removes ambiguity, because while someone might have "WORM--foo" in a
file that's not intended to be a git-annex pointer file,
"annex/objects/WORM--foo" is less likely.
Also, 664cc987e8
had a caveat about symlink
targets being parsed as pointer files, and now the same parser is used for
both.
I did not include any hash directories before the key in the pointer file,
as they're not needed. However, if they were included, the parser would
still work ok.
2015-12-07 15:45:08 -04:00
Joey Hess
2cbcb4f1a8
update associated files database on smudge and clean
2015-12-07 14:41:22 -04:00
Joey Hess
2fe21d47c5
init: Configure .git/info/attributes to use git-annex as a smudge filter.
...
Note that this changes the default behavior of git add in a newly
initialized repository; it will add files to the annex.
Don't like that this could break workflows, but it's necessary in order for
any pointer files in the repo to be handled by git-annex.
2015-12-04 17:57:15 -04:00
Joey Hess
e7f75b079d
don't let git-annex direct be run in a v6 repo
2015-12-04 16:33:09 -04:00
Joey Hess
ccc49861ca
add v6; keep v5 working for now and manual upgrade
...
Since all places where a repo is used in direct mode need to have git-annex
upgraded before the repo can safely be converted to v6, the upgrade needs
to be manual for now.
I suppose that at some point I'll want to drop all the direct mode support
code. At that point, will stop supporting v5, and will need to auto-upgrade
any remaining v5 repos. If possible, I'd like to carry the direct mode
support for say, a year or so, to give people plenty of time to upgrade and
avoid disruption.
2015-12-04 16:14:48 -04:00
Joey Hess
20ca89dfa3
skeleton smudge/clean filters
2015-12-04 13:03:39 -04:00
Joey Hess
f16e235983
addurl, importfeed: Changed to honor annex.largefiles settings, when the content of the url is downloaded. (Not when using --fast or --relaxed.)
...
importfeed just calls addurl functions, so inherits this from it.
Note that addurl still generates a temp file, and uses that key to download
the file. It just adds it to the work tree at the end when the file is small.
2015-12-02 15:12:33 -04:00
Joey Hess
382f8a790a
fix name of comment
2015-12-02 12:06:04 -04:00
Joey Hess
6cd222fbe8
remove redundant and unnecessary todo
...
Mostly because of the --
2015-12-02 12:00:41 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7b7a9e2468
2015-11-30 18:49:49 +00:00
Joey Hess
3f63666727
file map analysis
2015-11-24 11:39:47 -04:00
Joey Hess
cf0130894e
notes on merge
2015-11-23 18:10:50 -04:00
Joey Hess
fe55caa2ae
upgrading
2015-11-23 17:57:47 -04:00
Joey Hess
33fb0de1a3
smudge design
2015-11-23 16:53:05 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
472df9c9b5
added [[!meta author=yoh]]
2015-11-10 19:25:28 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ee69735b7f
Added a comment
2015-11-10 19:24:59 +00:00
Joey Hess
952d9e42dc
hmm
2015-11-10 15:12:12 -04:00
Joey Hess
78b63888a6
close
2015-11-06 13:52:47 -04:00
Joey Hess
c6fc0945f3
update
2015-11-04 17:03:32 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
bf0b84a86d
2015-11-02 20:59:38 +00:00
Joey Hess
e806e62fa3
document default --autostart --startdelay=5 and comment
2015-11-02 11:18:44 -04:00
https://id.koumbit.net/anarcat
3d0d832b6c
add three more alternatives...
2015-10-30 15:42:35 +00:00
https://id.koumbit.net/anarcat
ad87b9c708
Added a comment: re tox
2015-10-30 15:37:09 +00:00
Gastlag
c07dd514e0
Added a comment: Is xmpp the problem ?
2015-10-30 10:42:06 +00:00
parhuzamos
0ec35e8b45
User "bence" was using Google OpenID which is not supported anymore. Found this moved page, edited it to get notified if anything happens.
2015-10-28 21:01:29 +00:00
Jonan
cf3d3037b6
2015-10-28 11:10:44 +00:00
Jonan
c38b28f874
2015-10-28 11:06:30 +00:00
Joey Hess
6e7eddb5d6
comment
2015-10-26 15:33:32 -04:00
anarcat
48c78c9b2a
trick question
2015-10-20 04:44:39 +00:00
Joey Hess
f9adb905fc
Avoid unncessary write to the location log when a file is unlocked and then added back with unchanged content.
...
Implemented with no additional overhead of compares etc.
This is safe to do for presence logs because of their locality of change;
a given repo's presence logs are only ever changed in that repo, or in a
repo that has just been actively changing the content of that repo.
So, we don't need to worry about a split-brain situation where there'd
be disagreement about the location of a key in a repo. And so, it's ok to
not update the timestamp when that's the only change that would be made
due to logging presence info.
2015-10-12 14:46:47 -04:00
Joey Hess
82ba8c9a6a
comment
2015-10-12 13:29:00 -04:00
tribut
53d3b5a197
2015-10-11 17:33:20 +00:00
Joey Hess
9bcc32de3b
Merge branch 'master' of ssh://git-annex.branchable.com
2015-10-01 16:17:52 -04:00
Joey Hess
2fb3722ce9
Do verification of checksums of annex objects downloaded from remotes.
...
* When annex objects are received into git repositories, their checksums are
verified then too.
* To get the old, faster, behavior of not verifying checksums, set
annex.verify=false, or remote.<name>.annex-verify=false.
* setkey, rekey: These commands also now verify that the provided file
matches the key, unless annex.verify=false.
* reinject: Already verified content; this can now be disabled by
setting annex.verify=false.
recvkey and reinject already did verification, so removed now duplicate
code from them. fsck still does its own verification, which is ok since it
does not use getViaTmp, so verification doesn't happen twice when using fsck
--from.
2015-10-01 15:56:39 -04:00
dxld@02c834b220f9ffc0410d37263aa29d9373cc455b
9825b4cb15
Added a comment: Fully p2p alternative to XMPP
2015-10-01 17:22:44 +00:00
Joey Hess
0c3a3c5187
comment
2015-10-01 11:57:59 -04:00
Joey Hess
4aa055cb39
Merge branch 'master' of ssh://git-annex.branchable.com
2015-09-29 11:20:00 -04:00
kalle@bdf75651b439b088e51f28f10f5a46ffcd2a704d
2ed24b88ae
Added a comment: importfeed template
2015-09-28 19:52:16 +00:00
graboluk@f6de53961ab0f884e203f602f65eb5cdc0fb7513
31597d6676
Added a comment: timestamps are wrong as of 5.20150731
2015-09-26 18:31:46 +00:00
Joey Hess
209b8bbfbb
Merge branch 'master' of ssh://git-annex.branchable.com
2015-09-26 08:57:53 -04:00
Joey Hess
7f102cf43d
add
2015-09-26 07:23:08 -04:00
fastguy
8156862566
Added a comment: Any updates?
2015-09-25 19:35:18 +00:00
Joey Hess
f2b6ebd502
status: Show added but not yet committed files.
...
Seems easy, but git ls-files can't list the right subset of files.
So, I wrote a whole new parser for git status output, and converted the
status command to use that.
There are a few other small behavior changes. The order changed. Unlocked
files show as T. In indirect mode, deleted files were not shown before, and
that's fixed. Regular files checked directly into git and modified
were not shown before, and are now.
2015-09-22 17:32:28 -04:00
Joey Hess
6885fe3c38
close, already implemented via a different todo
2015-09-22 15:46:42 -04:00
Joey Hess
c9acb6b89d
new todo
2015-09-22 15:31:08 -04:00
Joey Hess
9fa60b676c
close
2015-09-22 15:23:23 -04:00
Joey Hess
89238e9595
juggle dup bugs
2015-09-17 17:08:39 -04:00
Joey Hess
9cfb96c53d
Special remotes configured with autoenable=true will be automatically enabled when git-annex init is run.
2015-09-14 14:49:48 -04:00
Joey Hess
ffa8221517
annex.hardlink extended to also try to use hard links when copying from the repository to a remote.
...
Also, it used to only check that one of the repos was not in direct mode;
now when either repo is direct mode, annex.hardlink won't have an effect.
2015-09-14 12:13:38 -04:00
https://id.koumbit.net/anarcat
8e30053d5b
toc
2015-09-12 22:18:40 +00:00
Joey Hess
eab8c512d8
cleanup
2015-09-11 13:21:58 -04:00
Joey Hess
29187648e1
comment
2015-09-09 14:45:57 -04:00
Joey Hess
97fb358437
new todo
2015-09-09 14:44:43 -04:00
Joey Hess
c60181bd82
unused: Fix reversion in 5.20150727 that broke parsing of the --unused-refspec option. Thanks, Øyvind A. Holm.
2015-09-09 14:33:35 -04:00
sunny256
762ff6d584
Add patch to change --unused-refspec back to --used-refspec
2015-09-08 12:47:40 +00:00
lealanko
499719d660
2015-09-06 14:00:39 +00:00
lealanko
8733bd603d
Added a comment
2015-09-06 13:26:49 +00:00
Joey Hess
b5c0fb1c48
possible optimisation idea
2015-09-03 13:52:43 -07:00
http://joeyh.name/
cb5756bfc5
Added a comment
2015-08-25 18:25:44 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
a768ee7128
2015-08-25 18:08:50 +00:00
vincent.mcintyre@1318ebde5cb96fc17e59dfa86f399f5634b1facc
fc7bfc27e1
2015-08-24 13:11:24 +00:00
anarcat
1f359ab899
Added a comment: great!
2015-08-17 04:07:28 +00:00
Joey Hess
87b4229b23
sync: Support --jobs
...
* sync: Support --jobs
* sync --content: Avoid unnecessary second pull from remotes when
no file transfers are made.
2015-08-14 13:49:55 -04:00
jonathan.stott+gitannex@7c5a9cff8c7c8f69680d0723dda182fa3ba78d43
d4bda84386
2015-08-14 13:40:45 +00:00
Joey Hess
4ab4417292
move item to todo list from bugs and followup
2015-08-13 16:43:58 -04:00
Joey Hess
00fd5b67bf
more measuring
2015-08-13 16:15:22 -04:00
Joey Hess
983a95f021
Sped up downloads of files from ssh remotes, reducing the non-data-transfer overhead 6x.
2015-08-13 14:20:28 -04:00
Joey Hess
7584e47ba3
--debug log messages are now timestamped with fractional seconds.
2015-08-12 14:42:49 -04:00
Joey Hess
756551cfcc
amazonka
2015-08-11 14:14:53 -04:00
Joey Hess
8ee295e446
comment
2015-08-11 13:52:54 -04:00
Joey Hess
21dc3ab49e
response
2015-08-11 13:36:22 -04:00
tomekwi
d4ce800219
Added a comment: Linux-Windows repo
2015-08-10 18:22:22 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7434cc0d72
Added a comment
2015-08-09 03:04:31 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3cb9c0dd93
2015-08-09 02:51:41 +00:00
https://id.koumbit.net/anarcat
63aec0eba0
no haskell?
2015-08-06 21:14:47 +00:00
Joey Hess
6ded6fd19a
promote comment to todo
2015-08-06 13:33:25 -04:00
Joey Hess
49947be595
done
2015-08-05 14:11:55 -04:00
Joey Hess
de9a35f64d
Merge branch 'master' of ssh://git-annex.branchable.com
2015-08-05 09:45:26 -04:00
Joey Hess
a6fbf20671
longterm goal
2015-08-04 22:49:39 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d9647df58d
Added a comment: my bad
2015-08-05 02:33:46 +00:00
Joey Hess
1d51542cd4
comment
2015-08-04 16:23:21 -04:00
Joey Hess
89bb7d1244
cmment
2015-08-04 15:33:51 -04:00
Joey Hess
82c0fd7ed8
response
2015-08-04 12:21:22 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
b4182f5a97
Added a comment
2015-08-04 15:28:29 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9ad6c8255c
Added a comment
2015-08-04 15:00:03 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c7f493fe2a
2015-08-04 14:53:27 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
45b2fb3463
2015-08-04 14:39:19 +00:00
Joey Hess
7fcdb85177
todo
2015-08-03 14:36:37 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
02ebc79ee7
2015-07-31 16:16:02 +00:00
torarnv@6179ecd599a0e00709a67306f015e46307a66eb6
f2a820c791
Added a comment: Git 2.5 allows smudge filters to not read all of stdin
2015-07-29 10:35:07 +00:00
Joey Hess
3e98e26303
open and close gitlab issues
2015-07-27 12:22:17 -04:00
CandyAngel
7c290e8b98
Added a comment
2015-07-22 07:41:53 +00:00
Joey Hess
49d102f98b
addurl now accepts --prefix and --suffix options to adjust the filenames used
2015-07-21 12:50:05 -04:00
CandyAngel
f173be6e88
Added a comment
2015-07-21 12:11:45 +00:00
Joey Hess
bb2d8766aa
update
2015-07-20 15:07:35 -04:00
Joey Hess
43bdd2c109
move to todo
2015-07-20 13:49:26 -04:00
Joey Hess
43ad045e1b
response
2015-07-20 12:20:55 -04:00
CandyAngel
73d1812e18
2015-07-19 19:23:28 +00:00
mawillcockson
d61c11454e
Added a comment
2015-07-18 19:13:03 +00:00
Joey Hess
7d6e6f15c1
comment
2015-07-15 11:53:40 -04:00
CandyAngel
3327e9ffae
Added a comment
2015-07-15 10:20:55 +00:00
Joey Hess
b11d2f5a8a
unused: --used-refspec can now be configured to look at refs in the reflog. This provides a way to not consider old versions of files to be unused after they have reached a specified age, when the old refs in the reflog expire.
...
May be slow.
2015-07-07 17:13:50 -04:00
Joey Hess
a51b98cdd5
sync: When annex.autocommit=false, avoid making any commit of local changes, while still merging with remote to the extent possible.
2015-07-07 16:36:11 -04:00
Joey Hess
81ad277a85
add: Stage symlinks the same as git add would, even if they are not a link to annexed content.
2015-07-07 16:15:30 -04:00
Joey Hess
772dd88ae9
close; use receive.denyCurrentBranch=updateInstead
2015-07-07 16:00:25 -04:00
sunny256
5436e10a96
Added a comment
2015-07-06 22:33:48 +00:00
Joey Hess
927ca3d804
comment
2015-07-06 13:49:10 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3cf08435a1
Added a comment: explicit arguments?
2015-07-06 16:01:47 +00:00
Joey Hess
82312a6979
idea
2015-07-06 11:41:29 -04:00
Joey Hess
66973ccc1a
close
2015-07-03 18:19:50 -04:00
Joey Hess
e54da868ac
comment
2015-07-03 14:07:40 -04:00
Joey Hess
60e51e86b1
comment
2015-07-02 16:41:04 -04:00
Joey Hess
6648fa1c47
fixed
2015-07-02 16:35:58 -04:00
Joey Hess
a8a1566cb7
comment
2015-07-02 16:09:14 -04:00
Joey Hess
ad1ffa47ba
comment
2015-07-02 16:02:53 -04:00
Joey Hess
9fa6671a47
fixed via time machine
2015-07-02 16:01:16 -04:00
Joey Hess
af3d4dc764
comment
2015-07-02 12:53:47 -04:00
sunny256
c3fa443c25
Add patch for "unrecognized argument: -raw" bug
2015-06-24 15:33:05 +00:00
anarcat
899cde1dcb
clarify issue
2015-06-23 04:14:18 +00:00
anarcat
dc5f9dbe00
rename todo/git-annex_du.mdwn to todo/git-annex_info___34__du__34___remote_support.mdwn
2015-06-23 04:12:21 +00:00
acstubbins@9fd8dfbed08e99693f97e0782ddecf65eb816cb5
f0a4ce0bfd
2015-06-23 02:11:51 +00:00
anarcat
8410a1cccb
another idea...
2015-06-22 22:06:30 +00:00
https://id.koumbit.net/anarcat
df2a084965
proper way to override the download command?
2015-06-18 17:33:15 +00:00
Joey Hess
8b0549b408
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-16 18:56:20 -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
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
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
https://id.koumbit.net/anarcat
bc87ed040e
neat checksumming api at s3 that could be leveraged
2015-06-16 00:50:06 +00:00
Joey Hess
f62138b9c5
add basic progress
2015-06-15 15:27:17 -04: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
Joey Hess
4497e2889d
todo item (seems blocked on caching database)
2015-06-10 14:11:39 -04:00
frederik@ffbea6a549cb3f460d110386c0f634c1ddc6a68a
0995f265ee
Added a comment
2015-06-10 12:43:45 +00: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
c427e6470a
Added a comment
2015-06-08 19:27:03 +00:00
https://openid.stackexchange.com/user/7891307e-4b76-4697-8e71-083669c26e9f
6a8f30f02a
2015-06-07 14:17:30 +00:00
https://id.koumbit.net/anarcat
f6d34a0740
aaaawesome, thanks! :)
2015-06-05 20:53:27 +00:00
Joey Hess
52934c48ba
Merge branch 'master' of ssh://git-annex.branchable.com
2015-06-05 16:28:08 -04:00
Joey Hess
5f0f063a7a
S3: Publically accessible buckets can be used without creds.
2015-06-05 16:23:35 -04:00
Joey Hess
cb69574f96
comment
2015-06-05 13:29:54 -04:00
anarcat
b8a3221c4d
2015-06-05 05:17:57 +00:00
https://id.koumbit.net/anarcat
9b298f4c86
Added a comment: not free software
2015-06-04 14:37:33 +00: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
eigengrau
871a2cb4b9
Added a comment
2015-06-02 14:40:48 +00:00
eigengrau
46d04cd3e5
2015-06-02 10:07:55 +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
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
Joey Hess
d856b8587f
comment
2015-05-30 11:46:10 -04:00
Joey Hess
e6f7ee6b70
fixed fix time machine
2015-05-30 11:31:46 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
15e31ca38f
2015-05-29 21:00:01 +00:00
https://id.koumbit.net/anarcat
489ce9caff
literate compression
2015-05-29 16:27:13 +00:00
https://id.koumbit.net/anarcat
c6757e44d6
mention the schedule command
2015-05-28 20:29:22 +00:00
Joey Hess
5a06f9c04c
Merge branch 'master' of ssh://git-annex.branchable.com
2015-05-28 11:54:45 -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
https://id.koumbit.net/anarcat
4cfb3ca0ea
small wishlist on s3: readonly remote support
2015-05-27 21:31:20 +00:00
Joey Hess
38e70fbc1a
comment
2015-05-22 13:29:58 -04:00
anarcat
8f9549ab7e
mention mailman 3
2015-05-20 17:32:51 +00:00
Joey Hess
26bb2c40f8
comment
2015-05-19 17:35:35 -04:00
Joey Hess
97fecbf7c6
close
2015-05-19 15:46:27 -04: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
6d1e598818
finally open that discussion directly
2015-05-16 21:45:36 +00:00
Joey Hess
7f810c110f
nasty issue with fcntl locks
2015-05-16 13:23:43 -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
Joey Hess
99fe624e2f
design
2015-05-13 11:30:41 -04:00
Joey Hess
5935578ed2
update
2015-05-12 14:00:53 -04:00
CandyAngel
a008f78e26
2015-05-11 15:52:29 +00:00
Joey Hess
4aba1c74bd
remaining dataenc to sandi conversions
...
I've tested all the dataenc to sandi conversions except Assistant.XMPP,
and all have unchanged behavior, including behavior on large unicode code
points.
2015-05-07 18:07:13 -04:00
Joey Hess
ed73adf4eb
merged
2015-05-06 14:02:26 -04:00
Øyvind A. Holm
67347c310b
Edit comment
2015-05-06 17:00:51 +02:00
https://sunny256.wordpress.com/
03461b5ff1
Added a comment: Character encoding error
2015-05-06 14:53:50 +00:00
https://sunny256.wordpress.com/
5395352b4a
Add three .mailmap patches
2015-05-06 14:42:59 +00:00
madduck
4ed702b6ee
2015-05-06 14:24:03 +00:00
Joey Hess
f3d78e7941
close
2015-05-01 13:57:23 -04:00
tomekwi
9d147c5018
Added a comment
2015-04-29 20:38:51 +00:00
Joey Hess
de3c8ae6d5
comment
2015-04-29 14:07:03 -04:00
Joey Hess
0791770f38
comment
2015-04-29 11:31:07 -04:00
anarcat
0fd405ced9
Added a comment: how does the queue get built now?
2015-04-28 21:32:36 +00:00
Joey Hess
a637e04fb6
Merge branch 'master' of ssh://git-annex.branchable.com
2015-04-27 18:10:31 -04:00
Joey Hess
cfbeb1e7b7
Fix bogus failure of fsck --fast.
2015-04-27 17:40:21 -04:00
http://rfhbuk.pip.verisignlabs.com/
24a1ea420f
Added a comment: git-annex: bad url ssh://git@gitlab.com:~/gitlabname/reponame.git
2015-04-26 12:19:38 +00:00
tomekwi
5cbfbe0414
Added a comment: How about the other way round?
2015-04-25 09:13:31 +00:00
tomekwi
894ca69b83
removed
2015-04-25 09:13:13 +00:00
tomekwi
a2a05cd0e4
Added a comment: How about the other way round?
2015-04-25 09:12:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
c7d105c594
Added a comment
2015-04-25 08:36:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
4a8e25fb8d
Added a comment: Output for a full fsck
2015-04-25 08:07:35 +00:00
Joey Hess
69dcbe1cf3
response
2015-04-24 21:29:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
e86378859e
request fast fsck for S3 remotes
2015-04-24 20:43:32 +00:00
Joey Hess
4f21269fc2
comment
2015-04-24 13:24:20 -04:00
https://adamspiers.wordpress.com/
bf8bf840af
Added a comment: Good point
2015-04-24 15:55:29 +00:00
basak
9e6258d7be
Added a comment
2015-04-24 15:48:48 +00:00
https://adamspiers.wordpress.com/
aa1020ec0d
OK I see now it was deliberate as part of a failed attempt to collaborate with boto upstream
2015-04-24 15:46:52 +00:00
https://adamspiers.wordpress.com/
72596361d6
2015-04-24 15:33:22 +00:00
Joey Hess
5e347db6e5
close
2015-04-20 14:53:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ace24739ac
2015-04-20 14:41:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
957ac64361
removed
2015-04-20 14:37:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
7eaf015a66
Added a comment
2015-04-20 14:37:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
de3d2d5295
Added a comment
2015-04-20 14:37:03 +00:00
Joey Hess
ef2202fd94
required: New command, like wanted, but for required content.
...
Also refactored some code to reduce duplication.
2015-04-18 16:04:35 -04:00
Joey Hess
9c5c39cf54
comment
2015-04-18 15:24:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
4d3d9e2bac
Added a comment
2015-04-14 19:57:52 +00:00
Joey Hess
277e103880
comment
2015-04-14 15:14:37 -04:00
Joey Hess
46c2817e6b
comment
2015-04-14 15:12:49 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
fe59152921
2015-04-13 14:27:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
28fe60afa2
2015-04-12 23:12:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
a850976a0d
Added a comment: missed the comment
2015-04-12 13:55:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
968f4db8db
Added a comment: now available
2015-04-12 13:49:04 +00:00
Joey Hess
aed0ea1763
review
2015-04-11 10:03:51 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
cdd924176d
2015-04-11 12:26:21 +00:00
Joey Hess
0868472abb
Merge branch 'master' of ssh://git-annex.branchable.com
2015-04-09 12:26:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
fad85e3758
Added a comment: I'm with Remy here
2015-04-09 05:02:50 +00:00
Joey Hess
7a68b1978d
took another look at this
2015-04-08 18:09:05 -04:00
anarcat
cdcd678007
ah, just found metainit
2015-04-06 19:59:42 +00:00
anarcat
d38fd5069c
sample startup script
2015-04-06 19:57:43 +00:00
Joey Hess
f64c58f364
move to todo
2015-04-06 13:09:46 -04:00
Joey Hess
9c31b91c89
update
2015-04-05 13:28:16 -04:00
Joey Hess
f6e60d2d25
this too!
2015-04-03 18:22:11 -04:00
Joey Hess
4e057c4771
oh wow, why didn't I think of this before?
2015-04-03 18:19:56 -04:00
Joey Hess
ea90722aba
comment
2015-04-03 11:24:50 -04:00
Joey Hess
1ab04a861b
ascii-progress
2015-04-03 11:22:01 -04:00
Joey Hess
9e8b53644b
forgot to add this comment
2015-03-31 15:47:27 -04:00
Joey Hess
42bbed7ce5
import: --deduplicate and --cleanduplicates now output the keys corresponding to duplicated files they process.
2015-03-31 15:36:02 -04:00
Joey Hess
9e25cbde20
importfeed: Avoid downloading a redundant item from a feed whose guid has been downloaded before, even when the url has changed.
...
To support this, always store itemid in metadata; before this was only done
when annex.genmetadata was set.
2015-03-31 13:30:13 -04:00
Joey Hess
86b66758c2
todo
2015-03-31 12:12:21 -04:00
CandyAngel
933e689ca2
2015-03-30 15:41:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnm19dBCRphmtjXfopm_NpvnRwz-qIJ2Tw
3be0425fc2
Added a comment
2015-03-28 07:51:09 +00:00
CandyAngel
83da901845
Added a comment
2015-03-28 01:59:52 +00:00
Joey Hess
28d334afd2
comment & close
2015-03-27 16:52:01 -04:00
Joey Hess
cedca095b9
promote forum request to todo item so it is not lost
2015-03-27 16:38:51 -04:00
CandyAngel
b9fe4af3b8
Fixed formatting
2015-03-27 12:06:20 +00:00
CandyAngel
768ee2e2fe
2015-03-27 12:03:47 +00:00
Joey Hess
97929c3405
clean up nearline issues, such redundant bug filing!
2015-03-26 12:06:14 -04:00
Joey Hess
e1b8853174
improve import duplicate docs
2015-03-26 11:44:20 -04:00
anarcat
0165cc53a8
answer the question
2015-03-24 13:50:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmOoUUh3p6rVO8X3rQ2_Mj0-VL1EyUKEHs
f5e23fd0f1
2015-03-24 03:29:02 +00:00
Xyem
f225e50586
Added a comment
2015-03-20 10:51:59 +00:00
Joey Hess
b76c853761
done
2015-03-18 11:37:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmSedKB9mVUCUcxmY5snWkfFVvTSnmiNKo
bec5256530
Added a comment
2015-03-18 12:14:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
b1f5ff38c0
2015-03-18 04:46:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
31df928e1a
Added a comment
2015-03-18 04:43:22 +00:00
anarcat
c80694002b
Added a comment: link missing
2015-03-17 21:15:24 +00:00
Joey Hess
0d7ef96c38
filed bug on haskell aws to support this
2015-03-16 13:53:52 -04:00
http://hendry.iki.fi/
f418ccc6d7
2015-03-12 04:28:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkWHj0RxNMfuwvFzo2d-V6vBKOYwW_Fnfk
6d3fd2f4f9
2015-03-07 03:31:45 +00:00
https://id.koumbit.net/anarcat
062a0a9ca2
Added a comment: similar to a forum question
2015-03-07 02:05:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl699qPx-vl_R9tRPPU9THiNKWk75hbLRw
0a0a8f29cf
2015-03-06 05:13:23 +00:00
Rasmus
d2881f6bd0
Added a comment
2015-03-04 14:35:19 +00:00
Joey Hess
9a126d18fd
comment
2015-03-04 10:29:25 -04:00
rasmus
880f5a839f
2015-03-04 00:32:13 +00:00
Joey Hess
b4fbeca215
applied patch
2015-03-02 13:12:24 -04:00
Eric
8771726dbb
2015-03-02 05:21:12 +00:00
https://id.koumbit.net/anarcat
f49bb3c914
Added a comment
2015-02-26 23:53:32 +00:00
https://id.koumbit.net/anarcat
14e0fb78fd
Added a comment
2015-02-26 23:52:52 +00:00
Joey Hess
d0ad84dc7e
response
2015-02-25 14:08:17 -04:00
anarcat
3546612a6a
server-level daemon idea
2015-02-18 22:03:05 +00:00
https://id.koumbit.net/anarcat
f86f4fd551
hopefully i nailed the title better here :)
2015-02-17 00:46:24 +00:00
https://id.koumbit.net/anarcat
bd269e7eb5
Added a comment: sigh... nevermind
2015-02-15 05:52:03 +00:00
https://id.koumbit.net/anarcat
528e3323c5
Added a comment
2015-02-15 05:46:01 +00:00
https://id.koumbit.net/anarcat
71b8caa66a
2015-02-15 05:40:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnT7et8wPkEerW4yk_dJ2kgNijKvgzVm9Q
bc47777789
2015-02-13 23:39:17 +00:00
https://id.koumbit.net/anarcat
bdf0f84d42
Added a comment: git bug indeed
2015-02-11 18:14:34 +00:00
Joey Hess
f72159e26b
Merge branch 'master' of ssh://git-annex.branchable.com
2015-02-11 13:34:40 -04:00
Joey Hess
f5b830e07c
sync, assistant: Include repository name in head branch commit message.
...
Note that while the assistant detects changes made to remote names, I left
the commit message fixed rather than calculating it after every commit. It
doesn't seem worth the CPU to do the latter.
2015-02-11 13:34:05 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo
37d4e81355
Added a comment: did I wrote this suggestion
2015-02-11 17:25:52 +00:00
https://id.koumbit.net/anarcat
277f8adbd6
2015-02-11 15:01:38 +00:00
rasmus
dab400264e
Added a comment
2015-02-10 18:33:20 +00:00
Karl
79e5830c46
Added a comment: Symbolic links are not supported by Windows applications
2015-02-06 22:27:27 +00:00
Joey Hess
eed0931ace
comment
2015-02-04 16:07:54 -04:00
Joey Hess
41d462001d
move to todo
2015-02-04 15:53:19 -04:00
Joey Hess
9a93de3d36
move to todo
2015-02-04 15:47:36 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkHTRzRZoBFEDl9XcTfVveW8yO7CTKMg-o
7721b8a6cb
Added a comment: use your own cp
2015-02-04 14:16:14 +00:00
Joey Hess
4fcf65cda3
devblog
2015-01-13 18:36:17 -04:00
Joey Hess
ead09207ca
close old todo; new style chunking fixed this
2015-01-13 18:19:07 -04:00
Joey Hess
534c29deae
implemented old Richih wishlist about remote/uuid info
...
* info: Can now display info about a given uuid.
* Added to remote/uuid info: Count of the number of keys present
on the remote, and their size. This is rather expensive to calculate,
so comes last and --fast will disable it.
* Git remote info now includes the date of the last sync with the remote.
2015-01-13 18:13:14 -04:00
Joey Hess
c0722eaad1
update
2015-01-13 16:40:51 -04:00
Joey Hess
efaffa78b2
close per comment
2015-01-13 16:39:10 -04:00
Joey Hess
d53e29f75f
there are now at least 3 ways to do this; explain and close
2015-01-13 16:38:19 -04:00
Joey Hess
318666a2a9
show how to do what I think was wanted here
2015-01-13 16:29:45 -04:00
Joey Hess
d23dced718
close; all special remotes that can reasonably support chunking now do
2015-01-13 16:16:02 -04:00
Joey Hess
97d8e4ef16
close
2015-01-13 16:08:49 -04:00
Joey Hess
601c47ca04
close
2015-01-13 16:06:48 -04:00
Joey Hess
78ded0a655
close
2015-01-13 16:05:50 -04:00
Joey Hess
d09a198ec0
update
2015-01-06 18:02:56 -04:00
Joey Hess
d27c1b4688
close
2015-01-05 16:51:05 -04:00
Joey Hess
59826e3e86
local rsync special remote fixed on windows
2014-12-30 14:24:00 -04:00
Joey Hess
aba3e11776
sync: Now supports remote groups, the same way git remote update does.
2014-12-29 13:42:58 -04:00
Joey Hess
f7333d29ae
add
2014-12-28 20:53:17 -04:00
https://launchpad.net/~krastanov-stefan
6281cd30e6
Added a comment: Status of this issue
2014-12-27 15:18:42 +00:00
https://launchpad.net/~krastanov-stefan
e3cd1a35d6
removed
2014-12-27 15:18:22 +00:00
https://launchpad.net/~krastanov-stefan
3c4cb9d79a
Added a comment: Status of this issue
2014-12-27 15:07:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
9dffd440cc
Added a comment
2014-12-23 16:52:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
bce7f024fd
Added a comment: even less verbose
2014-12-23 16:50:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
f021584ad4
Added a comment: spinning wheel
2014-12-22 20:33:45 +00:00
Joey Hess
4bc53ef27d
add todo item for pull request
2014-12-22 12:31:58 -04:00
Joey Hess
778012cf40
Merge branch 'master' of ssh://git-annex.branchable.com
2014-12-18 14:52:04 -04:00
Joey Hess
10b796041b
design document
2014-12-18 14:51:18 -04:00
CandyAngel
c05e71c144
2014-12-18 16:49:46 +00:00
anarcat
768c155860
2014-12-17 20:09:17 +00:00
Joey Hess
8f965a001e
update
2014-12-17 14:47:23 -04:00
https://id.koumbit.net/anarcat
d65006a581
first implementation of the easier stuff :)
2014-12-12 17:57:50 +00:00
Joey Hess
30bf112185
Urls can now be claimed by remotes. This will allow creating, for example, a external special remote that handles magnet: and *.torrent urls.
2014-12-08 19:15:07 -04:00
Joey Hess
ee27298b91
implement CLAIMURL for external special remote
2014-12-08 13:57:13 -04:00
Joey Hess
cb6e16947d
add stub claimUrl
2014-12-08 13:40:15 -04:00
Joey Hess
8093008ef4
External special remote protocol now includes commands for setting and getting the urls associated with a key.
2014-12-08 13:32:46 -04:00
Joey Hess
689acbca99
expand design, enough detail to start implementation
2014-12-08 13:14:31 -04:00
Joey Hess
f8397a7dc5
comment
2014-12-05 13:49:17 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
bf84014bce
Added a comment: allow multiple urls
2014-12-04 21:59:25 +00:00
Joey Hess
7974685972
design
2014-12-04 14:56:51 -04:00
Joey Hess
911ba8d972
Merge branch 's3-aws'
2014-12-03 14:10:52 -04:00
Joey Hess
271aceb52e
comment
2014-12-01 18:28:54 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm_YXzEdPHzbSGVwtmTR7g1BqDtTnIBB5s
5619062588
Added a comment: User doesn't have to be logged in
2014-11-26 11:29:10 +00:00
http://joeyh.name/
5b81db216d
Added a comment
2014-11-25 21:28:56 +00:00
Joey Hess
6ecd3ff421
diffdriver: New git-annex command, to make git external diff drivers work with annexed files.
...
Closes https://github.com/datalad/datalad/issues/18
2014-11-24 16:14:06 -04:00
Joey Hess
ffac19a29c
Merge branch 'undo'
2014-11-14 14:55:35 -04:00
Joey Hess
13260ccc3a
undo command
...
This commit was sponsored by Andrew Cant.
2014-11-14 14:41:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnRFOsnEk8AJg1mXlq3mJDdt1YdYepozE8
bee51c5f51
Added a comment: Other loop strategy?
2014-11-13 21:42:57 +00:00
Joey Hess
864086a956
proxy: for all your direct mode repository munging needs
...
This allows bypassing the direct mode guard in a safe way to do all sorts
of things including git revert, git mv, git checkout ...
This commit was sponsored by the WikiMedia Foundation.
2014-11-12 15:51:46 -04:00
Joey Hess
3dea8f0533
more design work
2014-11-12 14:07:30 -04:00
Joey Hess
12267089f0
more design work
2014-11-12 13:57:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnKT33H9qVVGJOybP00Zq2NZmNAyB65mic
917fa638c5
Added a comment
2014-11-12 07:58:08 +00:00
Joey Hess
7e558371ab
comment
2014-11-10 13:16:07 -04:00
https://id.koumbit.net/anarcat
1a185c20b7
2014-11-10 11:42:38 +00:00
Joey Hess
ca68beaa64
add todo item so I don't forget; it will only come into effect when this branch is merged
2014-11-04 17:18:20 -04:00
Joey Hess
46180eab4d
todo item
2014-11-03 13:06:26 -04:00
Joey Hess
8a66df7848
comment
2014-11-03 12:48:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlUGPPMvAP5Hu0NyNqeRMPC4pANeJNHZ0o
1b6b8a0633
Added a comment: why worry about modifications ?
2014-11-02 17:46:57 +00:00
http://svario.it/gioele
7447ef29fb
new wish "--dry-run option for all commands"
2014-11-01 16:40:56 +00:00
Joey Hess
1970563dd9
comment and associated todo
2014-10-31 16:39:19 -04:00
anarcat
4af58cd446
Added a comment
2014-10-30 15:15:57 +00:00
Joey Hess
f1d7a591fd
thoughts
2014-10-29 16:37:42 -04:00
Joey Hess
7f5b5b460d
this TODO item is obsolete; S3 supports chunking and there's a different bug to support S3 multipart uploads
2014-10-28 14:43:43 -04:00
Joey Hess
17b66fb4ca
move to todo
2014-10-21 16:08:53 -04:00
Joey Hess
466da75ea2
comment
2014-10-21 12:37:29 -04:00
https://id.koumbit.net/anarcat
9209b8e426
Added a comment
2014-10-20 20:04:09 +00:00
https://id.koumbit.net/anarcat
745bfc1a87
try to more exhaustively describe the problems here
2014-10-20 20:03:08 +00:00
https://id.koumbit.net/anarcat
734da045f5
fork off [[todo/read-only_removable_drives/]]
2014-10-20 19:33:39 +00:00
Joey Hess
1e59df083d
Use haskell setenv library to clean up several ugly workarounds for inability to manipulate the environment on windows.
...
Didn't know that this library existed!
This includes making git-annex not re-exec itself on start on windows, and
making the test suite on Windows run tests without forking.
2014-10-15 20:33:52 -04:00
Joey Hess
65280d91e7
discovered how to setenv on windows
2014-10-15 20:03:29 -04:00
Joey Hess
db9121ecee
vicfg: Deleting configurations now resets to the default, where before it has no effect.
...
Added a Default instance for TrustLevel, and was able to use that to clear
up several other parts of the code too.
This commit was sponsored by Stephan Schulz
2014-10-14 14:15:07 -04:00
Bram
2d8520136e
Added a comment: Diff of unlocked file
2014-10-14 10:11:04 +00:00
Joey Hess
5bcbb5af45
add
2014-10-12 19:23:59 -04:00
Joey Hess
34668d7e30
already done
2014-10-12 13:34:43 -04:00
reisub
25e7243cbd
2014-10-09 20:37:23 +00:00
anarcat
cbd77fe4fa
Added a comment: maybe this should be split up, here are the issues i know about
2014-10-06 16:14:36 +00:00
http://joeyh.name/
6dac26c32f
Added a comment
2014-10-06 16:10:02 +00:00
http://joeyh.name/
cc5de5855a
Added a comment
2014-10-06 16:06:52 +00:00
http://joeyh.name/
af161deb1f
Added a comment
2014-10-06 16:03:04 +00:00
https://id.koumbit.net/anarcat
dbb38c290a
dupe?
2014-10-06 02:36:35 +00:00
https://id.koumbit.net/anarcat
b82d2b65ea
Added a comment: this also affects ssh remotes
2014-10-05 15:26:52 +00:00
http://joeyh.name/
fc23efec88
2014-09-25 16:07:08 +00:00
Joey Hess
286021cebc
Merge branch 'master' of ssh://git-annex.branchable.com
2014-09-10 15:15:26 -04:00
Joey Hess
fc2ccdc1c7
respond
2014-09-10 14:25:03 -04:00
Joey Hess
385073e0de
close
2014-09-10 14:23:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkQOUUx4LVAk6EnstSLvdv7gZc0NsRlHXw
c2892ddb6f
Added a comment: windows port volunteer tester
2014-09-08 15:39:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
e9714263ee
2014-08-29 09:29:40 +00:00
Ganwell
b58f790c0e
2014-08-26 23:15:38 +00:00
Joey Hess
01eda08b32
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-12 16:42:49 -04:00
http://joeyh.name/
eac61dacd1
Added a comment
2014-08-12 19:51:38 +00:00
Joey Hess
8ad5376640
close
2014-08-12 15:50:03 -04:00
http://joeyh.name/
57fb728b62
Added a comment
2014-08-12 18:58:49 +00:00
zardoz
5e2dd2ea86
Added a comment
2014-08-02 14:29:26 +00:00
gernot
0b078b2d37
2014-08-01 17:57:44 +00:00
Xyem
4e9e700548
Added a comment
2014-08-01 09:05:45 +00:00
http://joeyh.name/
64db37a974
Added a comment: interesting idea
2014-07-30 15:03:46 +00:00
Xyem
bb0ddec05d
2014-07-29 15:38:40 +00:00
http://svario.it/gioele
ff9131c93a
new wish: add repository name to commit messages
2014-07-29 15:29:30 +00:00
Xyem
d0ea0a0479
2014-07-24 12:31:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlScsufvQF7s8TVTwPd-h_QiP5Hn_i-hrs
168b338d54
Added a comment: good point
2014-07-21 19:22:30 +00:00
http://joeyh.name/
12ae4ee4ff
Added a comment
2014-07-21 18:40:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlScsufvQF7s8TVTwPd-h_QiP5Hn_i-hrs
9082d4f18f
Added a comment
2014-07-21 18:37:20 +00:00
http://joeyh.name/
22f2040816
Added a comment
2014-07-21 17:28:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkt8DjG40gowj_ETchFLDS_Z216tr7p1xw
a2839c34eb
2014-07-21 02:42:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlScsufvQF7s8TVTwPd-h_QiP5Hn_i-hrs
3de6e4b44a
2014-07-17 15:31:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlScsufvQF7s8TVTwPd-h_QiP5Hn_i-hrs
34ffbd990b
2014-07-17 15:30:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlScsufvQF7s8TVTwPd-h_QiP5Hn_i-hrs
31a4e44941
2014-07-17 15:29:59 +00:00
Joey Hess
019ed359e6
Merge branch 'master' of ssh://git-annex.branchable.com
2014-07-15 17:35:58 -04:00
http://joeyh.name/
3372106e9f
Added a comment
2014-07-15 19:13:06 +00:00
http://joeyh.name/
f0eed81357
Added a comment
2014-07-15 19:01:24 +00:00
Joey Hess
925e1db85b
retitle
2014-07-15 14:59:50 -04:00
http://joeyh.name/
6cf1b3eb15
Added a comment
2014-07-15 18:53:47 +00:00
Joey Hess
4e44bda4cc
Merge branch 'master' of ssh://git-annex.branchable.com
2014-07-15 14:28:21 -04:00
Joey Hess
522a0922b8
sync: Fix git sync with local git remotes even when they don't have an annex.uuid set.
...
Catch an exception when ensureInitialized is run in a non-initted
repository. In this case, just read the git config, so that the Git.Repo
object is not LocalUnknown, which is what is used to represent remotes
on eg, drives that are not connected.
The assistant already got this right, and like with the assistant, this
causes an implicit git-annex init of the local remote on the second sync,
once the git-annex branch has been pushed to it.
See this comment for more analysis:
http://git-annex.branchable.com/todo/Recovering_from_a_bad_sync/#comment-64e469a2c1969829ee149cbb41b1c138
This commit was sponsored by jscit.
2014-07-15 14:27:43 -04:00
http://joeyh.name/
82eca051f5
Added a comment
2014-07-15 18:23:50 +00:00
http://svario.it/gioele
65ea8409ec
Added a comment
2014-07-15 06:54:40 +00:00
http://joeyh.name/
15c4a21c81
Added a comment
2014-07-14 18:38:58 +00:00
http://joeyh.name/
3bf484a7dc
Added a comment
2014-07-14 18:30:38 +00:00
http://joeyh.name/
309f180130
Added a comment
2014-07-14 18:27:43 +00:00
http://ypid.wordpress.com/
53210e3220
Added a comment: gitignore
2014-07-12 17:59:42 +00:00
http://svario.it/gioele
df53f96063
new feature: do not import new files
2014-07-12 14:18:59 +00:00
http://svario.it/gioele
4059b9aefe
New topic "Recovering from a bad sync"
2014-07-12 09:00:19 +00:00
Joey Hess
398ad93afa
Merge branch 'master' of ssh://git-annex.branchable.com
2014-07-11 17:00:50 -04:00
Joey Hess
cb66ca3a76
resolvemerge: New plumbing command that runs the automatic merge conflict resolver.
2014-07-11 16:45:18 -04:00
http://joeyh.name/
e69d37a0ae
Added a comment
2014-07-11 20:17:06 +00:00
zardoz
4f0ca08ba5
Added a comment
2014-07-11 11:54:26 +00:00
zardoz
089a23b291
Added a comment
2014-07-11 11:46:08 +00:00
Joey Hess
9d71903c2f
migrate: Avoid re-checksumming when migrating from hashE to hash backend.
2014-07-10 17:06:04 -04:00
Joey Hess
564de5e508
Merge branch 'master' of ssh://git-annex.branchable.com
2014-07-10 16:28:13 -04:00
Joey Hess
b66b33c87f
promote comment to todo
2014-07-10 16:27:12 -04:00
http://joeyh.name/
29d2b5bf22
Added a comment
2014-07-10 19:54:30 +00:00
http://joeyh.name/
98a051eab8
Added a comment
2014-07-10 19:37:38 +00:00
Joey Hess
f0fc2568d7
move to todo
2014-07-10 15:18:12 -04:00
http://olivier.mehani.name/
a3e7a98445
Added a comment
2014-07-09 01:09:33 +00:00
zardoz
1b3c94b82d
2014-07-08 13:16:10 +00:00
zardoz
32a0403542
Added a comment
2014-07-07 12:48:07 +00:00
zardoz
fddbec98f5
2014-07-07 12:06:01 +00:00
cehteh
f964f40be7
2014-06-27 07:35:11 +00:00
Joey Hess
9fb8038166
Windows: Assistant now logs to daemon.log.
...
Yes, this means that git annex webapp on windows execs git-annex, which
execs itself to set env, and the execs itself again to redirect logs.
This is disgusting. This is Windows(TM).
2014-06-17 19:27:54 -04:00
Joey Hess
3b914da9bc
update
2014-06-17 14:33:47 -04:00
Joey Hess
611cd84bb2
Merge branch 'master' of ssh://git-annex.branchable.com
2014-06-17 14:31:09 -04:00
Joey Hess
5977e161f3
close
2014-06-17 14:07:16 -04:00
http://joeyh.name/
32c7fdc0f2
Added a comment
2014-06-17 17:18:34 +00:00
http://joeyh.name/
e027801e6e
Added a comment
2014-06-17 17:10:28 +00:00
http://joeyh.name/
914ed75599
Added a comment
2014-06-17 16:56:32 +00:00
http://joeyh.name/
5f3f9601c9
Added a comment
2014-06-17 16:52:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA
ec14987706
Added a comment
2014-06-17 00:01:35 +00:00
http://joeyh.name/
4a4238a373
Added a comment
2014-06-16 23:48:03 +00:00