Joey Hess
66e806ce2e
Merge branch 'master' of ssh://git-annex.branchable.com
2014-04-17 16:27:18 -04:00
http://joeyh.name/
9071111036
Added a comment
2014-04-17 20:15:08 +00:00
Joey Hess
6028d34e49
Merge branch 'master' of ssh://git-annex.branchable.com
2014-04-17 16:12:08 -04:00
http://joeyh.name/
e1bee255ac
Added a comment
2014-04-17 20:11:59 +00:00
Joey Hess
6a0ba7a2ad
modify so the script can be run with existing annexed files to extract their metadata
2014-04-17 16:10:20 -04:00
http://joeyh.name/
503bac2243
Added a comment
2014-04-17 20:00:22 +00:00
Joey Hess
f7446a903a
close; this is git running out of memory, not git-annex, so I'll assume it's git's bug
2014-04-17 15:58:25 -04:00
http://joeyh.name/
f86812f2d7
Added a comment
2014-04-17 19:47:54 +00:00
http://joeyh.name/
dc76d9d7f6
Added a comment
2014-04-17 19:44:55 +00:00
http://joeyh.name/
076c5e1ea3
Added a comment
2014-04-17 19:39:42 +00:00
http://joeyh.name/
b0451af261
Added a comment
2014-04-17 19:31:31 +00:00
http://joeyh.name/
2699034ca0
Added a comment
2014-04-17 19:29:00 +00:00
http://joeyh.name/
81ff9307f4
Added a comment
2014-04-17 18:32:41 +00:00
Joey Hess
f00cb21037
Bring back rsync -p, but only when git-annex is running on a non-crippled file system. This is a better approach to fix #700282 while not unncessarily losing file permissions on non-crippled systems.
2014-04-17 14:31:42 -04:00
Joey Hess
797af48f24
Merge branch 'master' of ssh://git-annex.branchable.com
2014-04-17 14:31:08 -04:00
Joey Hess
584ab89ea2
drop --from: When local repository is untrusted, its copy of a file does not count.
2014-04-17 13:31:39 -04:00
http://joeyh.name/
4c8a31576b
Added a comment
2014-04-17 17:25:30 +00:00
http://id.clacke.se/
66f44f634e
Added a comment
2014-04-17 14:04:33 +00:00
http://schnouki.net/
ed46fe11a5
Added a comment
2014-04-17 12:16:41 +00:00
http://schnouki.net/
ba84ca7661
2014-04-17 11:50:35 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
107dc6bde4
2014-04-17 11:42:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkC0W3ZQERUaTkHoks6k68Tsp1tz510nGo
b950425207
Added a comment: remotedaemon in pre-built tarballs
2014-04-17 07:40:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
c170ecf0eb
2014-04-16 21:48:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
838ffcfe4a
2014-04-16 21:28:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
5977b361c2
2014-04-16 21:24:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
2ed947897b
2014-04-16 21:20:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmH9ARM62C6zcEpzh2muCs4wq-GkLRntgQ
7f2ef57601
Added a comment: raspbian
2014-04-16 10:59:11 +00:00
Mesar Hameed
65dbce65dd
fix typo
2014-04-16 10:59:00 +02:00
Mesar Hameed
698ef8ed26
fix typos.
2014-04-16 10:41:07 +02:00
Joey Hess
ca1eb5f505
Merge branch 'master' of ssh://git-annex.branchable.com
2014-04-15 20:14:23 -04:00
Joey Hess
915d038bec
reinit: New command that can initialize a new reposotory using the configuration of a previously known repository. Useful if a repository got deleted and you want to clone it back the way it was.
2014-04-15 20:13:35 -04:00
78.49.117.156
4365d1faf1
poll vote (My phone (or MP3 player))
2014-04-16 00:13:19 +00:00
Joey Hess
162565d928
info: Allow use in a repository where annex.uuid is not set.
2014-04-15 19:42:49 -04:00
annexuser
b1b15575d9
Added a comment: Altering AWS credentials
2014-04-15 21:59:43 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
484f30b3aa
2014-04-15 21:29:19 +00:00
Joey Hess
e8832f3371
Merge branch 'master' of ssh://git-annex.branchable.com
2014-04-15 14:32:11 -04:00
divB
c400a2ed50
Added a comment
2014-04-15 18:23:13 +00:00
Joey Hess
03ce5cd8d2
found a way to make uninit always fast
...
To do so, I slightly changed the behavior of unannex. Now in fast mode, it
only makes a hard link when the annexed file's link count is 1. This avoids
unannexing 2 files with the same content in fast mode from hard linking
them together. (One will end up hard linked to the annex, which the docs
warn about.)
With that change, uninit can simply always run unannex in fast mode. Since
.git/annex/objects is being blown away anyway, there's no worry in this
case about a hard link pointing into it causing an annexed object to be
modified.
2014-04-15 14:23:08 -04:00
Joey Hess
97210abe71
Merge branch 'master' of ssh://git-annex.branchable.com
2014-04-15 14:13:15 -04:00
Joey Hess
49005d5c28
document uninit --fast and also why it's not the default
2014-04-15 14:12:42 -04:00
Xyem
8c5d8c768c
Added a comment
2014-04-15 14:25:06 +00:00
https://id.koumbit.net/anarcat
9c8c08cc10
Added a comment: great job on that plugin!
2014-04-15 04:47:18 +00:00
divB
746739afda
2014-04-15 01:35:28 +00:00
Joey Hess
2d19a8e62f
Merge branch 'master' of ssh://git-annex.branchable.com
2014-04-14 21:26:44 -04:00
Joey Hess
124cf9e2ae
devblog
2014-04-14 21:26:22 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqL3QbH6hrzf4XT-OW5IcMj6zSrMWl2dg
8b30839a25
Added a comment
2014-04-14 22:45:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmvzzyDA8uXFz8yokeCrepbh8PwWe_WrjE
b12202f853
2014-04-14 21:52:38 +00:00
Joey Hess
b70cd37a6f
it's landed! merge remotecontrol into master
2014-04-14 14:22:44 -04:00
Joey Hess
55102467ac
fix RESUME
2014-04-14 14:20:10 -04:00
Joey Hess
b82582caf1
improve desc
2014-04-14 14:14:54 -04:00