Commit graph

2596 commits

Author SHA1 Message Date
Joey Hess
7979526043 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-20 19:42:29 -04:00
Joey Hess
6f526518eb fixed nasty data loss bug
I wanted to try to guard against it in Command.Add too, but it's a case of
garbage in, garbage out. Once Command.Add has been told it's dealing with a
dummy symlink, it goes and deletes it, and even though the object it
thinks it points to is not present in the annex, it's Command.Add is still
doing the right thing to go ahead and add the broken symlink. So the two
fixes I was able to put in will have to do.
2013-07-20 19:37:12 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm_cen0223TLcWCTPwCPecCQC5JxGnPO04
9d95ea70f0 Added a comment 2013-07-20 23:26:23 +00:00
http://joeyh.name/
875d4f0489 Added a comment 2013-07-20 23:26:09 +00:00
http://joeyh.name/
9424461cbe Added a comment 2013-07-20 23:20:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm_cen0223TLcWCTPwCPecCQC5JxGnPO04
09245d06ae 2013-07-20 23:12:50 +00:00
http://joeyh.name/
50b35c3e29 Added a comment 2013-07-20 23:07:17 +00:00
http://joeyh.name/
3e061cac2e Added a comment 2013-07-20 23:00:59 +00:00
http://joeyh.name/
8f8d1c4d4e Added a comment 2013-07-20 22:43:27 +00:00
http://joeyh.name/
fb15dc3e7c Added a comment 2013-07-20 22:31:02 +00:00
Joey Hess
9fc1448947 webapp: Differentiate between creating a new S3/Glacier/WebDav remote, and initializing an existing remote. When creating a new remote, avoid conflicts with other existing (or deleted) remotes with the same name. 2013-07-20 18:15:16 -04:00
andy
a505e8d477 Added a comment 2013-07-20 21:34:08 +00:00
Joey Hess
e344da5ea2 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-20 16:31:31 -04:00
Joey Hess
87169628aa close dup 2013-07-20 15:57:28 -04:00
http://joeyh.name/
46254d4ec5 Added a comment 2013-07-20 19:57:05 +00:00
http://joeyh.name/
9e29b9dd13 Added a comment 2013-07-20 19:54:59 +00:00
Joey Hess
6cc5b5d604 changelog for 8b644e74fa now that I understand it better 2013-07-20 14:34:35 -04:00
http://joeyh.name/
5bafc30c5c Added a comment 2013-07-20 17:39:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
6da323c0e1 Added a comment 2013-07-19 19:00:23 +00:00
http://edheil.wordpress.com/
4456fe1fc8 2013-07-19 16:18:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY
e2451fec18 2013-07-19 11:25:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
860817fccf Added a comment 2013-07-19 06:57:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
0e11ef4dea Added a comment 2013-07-19 06:14:05 +00:00
andy
fd77265b4a Added a comment: Further testing 2013-07-19 06:02:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnL3017qvB_nM39eIp8oHdeVfken9LMtqo
96d7755db5 2013-07-18 22:23:12 +00:00
http://joeyh.name/
235af6874f Added a comment 2013-07-18 19:46:12 +00:00
http://joeyh.name/
ea88da1f22 Added a comment 2013-07-18 19:37:33 +00:00
http://joeyh.name/
ee0c67ad29 Added a comment 2013-07-18 19:29:02 +00:00
http://joeyh.name/
21ab2533b6 Added a comment 2013-07-18 19:27:41 +00:00
Joey Hess
d2f40d3d76 Fix checking when content is present in a non-bare repository accessed via http.
I thought at first this was a Windows specific problem, but it's not;
this affects checking any non-bare repository exported via http. Which is
a potentially important use case!

The actual bug was the case where Right False was returned by the first url
short-curcuited later checks. But the whole method used felt like code
I'd no longer write, and the use of undefined was particularly disgusting.
So I rewrote it.

Also added an action display.

This commit was sponsored by Eric Hanchrow. Thanks!
2013-07-18 14:20:57 -04:00
http://joeyh.name/
740f87eeab Added a comment 2013-07-17 19:33:43 +00:00
Joey Hess
1fe486813f Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-17 15:33:03 -04:00
http://joeyh.name/
2521a9fe26 Added a comment 2013-07-17 19:12:50 +00:00
Joey Hess
40f310fe0b close; unreproducible 2013-07-17 14:59:55 -04:00
http://joeyh.name/
47826e4ef8 Added a comment 2013-07-17 18:54:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
a2d57ddb00 Added a comment: can't reproduce this anymore 2013-07-17 17:04:05 +00:00
http://svario.it/gioele
93922c15e6 new bug: Should try again when network fails (esp. DNS) 2013-07-17 16:07:06 +00:00
Joey Hess
8805c12a90 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-16 19:08:31 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
cdd5be64e6 Added a comment: git annex fsck 2013-07-16 22:22:26 +00:00
http://siancu.myopenid.com/
30319cb6dd Added a comment 2013-07-16 19:52:28 +00:00
Joey Hess
e788ba8e38 fix example in man page 2013-07-16 15:35:15 -04:00
http://joeyh.name/
8bd48c5c5c Added a comment 2013-07-16 19:30:55 +00:00
http://joeyh.name/
e9d2a34364 Added a comment 2013-07-16 19:08:49 +00:00
Joey Hess
81a9e9ab80 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-16 15:03:39 -04:00
Joey Hess
1d7d3ac325 uninit: Preserve .git/annex/objects at the end, if it still has content, so that old versions of files and deleted files are not deleted. Print a message with some suggested actions. 2013-07-16 15:00:25 -04:00
http://joeyh.name/
1a55c015f2 Added a comment 2013-07-16 18:29:38 +00:00
Joey Hess
57830554c0 moreinfo 2013-07-16 14:28:29 -04:00
http://joeyh.name/
798c06f60e Added a comment 2013-07-16 18:21:18 +00:00
http://joeyh.name/
7dba58f694 Added a comment 2013-07-16 18:16:52 +00:00
Joey Hess
01fb134cce Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-16 14:09:42 -04:00
Joey Hess
c31bead1f4 elide some nuls to make lines not excessively long 2013-07-16 14:08:57 -04:00
http://joeyh.name/
c8358e0833 Added a comment 2013-07-16 18:03:40 +00:00
http://joeyh.name/
58b190411e Added a comment 2013-07-16 17:48:54 +00:00
http://joeyh.name/
f5e39ccd94 Added a comment 2013-07-16 17:42:42 +00:00
http://joeyh.name/
28bf9e94ba Added a comment 2013-07-16 17:33:23 +00:00
Joey Hess
58d39b872c fixed 2013-07-16 11:34:57 -04:00
http://siancu.myopenid.com/
ea866bfef9 Added a comment 2013-07-16 07:18:35 +00:00
http://bigasterisk.com/
72e446487c Added a comment: debug log 2013-07-16 04:02:40 +00:00
http://bigasterisk.com/
51c9686a1a removed 2013-07-16 03:55:20 +00:00
http://bigasterisk.com/
5b29991361 Added a comment: don't see errors 2013-07-16 03:46:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
f52e2bc61b 2013-07-16 03:30:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
3e544a9fdf 2013-07-16 03:26:47 +00:00
http://qwc.myopenid.com/
1ba2c6ad5d 2013-07-15 20:40:23 +00:00
http://joeyh.name/
d9fc32a9b6 Added a comment 2013-07-15 20:12:04 +00:00
http://siancu.myopenid.com/
6e34fa7ff8 Added a comment: I could help with this 2013-07-15 19:29:26 +00:00
http://siancu.myopenid.com/
07e13b704c 2013-07-15 19:21:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
140728511f 2013-07-15 17:48:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
1e3f1937e3 2013-07-15 17:36:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
a4602796db 2013-07-15 17:34:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlZvtBCVyJw4O71OPsdwGpVh6iJ1W-xaPc
19265363c0 2013-07-15 13:58:47 +00:00
Matt
90abc397c5 Added a comment: Correct syntax 2013-07-15 08:46:51 +00:00
Matt
9991531b89 2013-07-15 00:34:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkxl76M-3zKZXFbFf6NY6c6y-78CSKGyJw
0547e77efc 2013-07-14 17:40:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkxl76M-3zKZXFbFf6NY6c6y-78CSKGyJw
ab8b7e7292 2013-07-14 17:39:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
a6587c067c Added a comment: Some things working 2013-07-14 10:06:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
b64614c87b 2013-07-14 09:57:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
10f6d23763 2013-07-14 08:38:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
419af773b3 Added a comment 2013-07-13 15:05:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8BAEUyzYhORZmMuocRTk4M-3IumDm5VU
4ca259a30b 2013-07-12 11:26:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8BAEUyzYhORZmMuocRTk4M-3IumDm5VU
b78386f637 2013-07-12 11:25:04 +00:00
https://launchpad.net/~eythian
90a087d658 Added a comment 2013-07-12 10:43:23 +00:00
https://launchpad.net/~eythian
9e65eecf38 Added a comment 2013-07-12 10:14:16 +00:00
andy
8061f4e7e0 Add version where add succeeded 2013-07-12 09:47:16 +00:00
andy
302f8f9f8b Report bug 2013-07-12 09:42:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ea65f8844a Added a comment 2013-07-11 20:18:45 +00:00
http://yarikoptic.myopenid.com/
d6d6635091 2013-07-11 20:17:48 +00:00
http://joeyh.name/
ae4b1f9152 Added a comment 2013-07-11 16:16:03 +00:00
Joey Hess
c936384164 fix: Preserve the original mtime of fixed symlinks. 2013-07-11 11:39:42 -04:00
http://joeyh.name/
7ac39fdb15 Added a comment 2013-07-11 15:26:53 +00:00
https://launchpad.net/~eythian
d5f58fd38d Added a comment 2013-07-11 12:44:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ab497f606e 2013-07-11 11:44:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
f4b530839e 2013-07-11 11:44:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
fab21eb589 2013-07-11 11:41:03 +00:00
Joey Hess
dba1e29949 webapp: Better display of added files. 2013-07-10 15:37:40 -04:00
http://joeyh.name/
11160d6d3b Added a comment 2013-07-10 16:31:40 +00:00
http://bigasterisk.com/
9691ea18a8 2013-07-10 07:11:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkeyfC88gIU4fsEqqkvhzVlSKDUxbtZaTE
edccca7653 Added a comment 2013-07-10 01:41:24 +00:00
http://cweiske.de/
6a21492492 2013-07-09 21:51:36 +00:00
http://joeyh.name/
73127a515a Added a comment 2013-07-09 18:03:13 +00:00
Joey Hess
b3db88252c Make --numcopies override annex.numcopies set in .gitattributes. 2013-07-09 12:05:56 -04:00