Commit graph

8876 commits

Author SHA1 Message Date
http://joeyh.name/
e35656f942 Added a comment 2013-08-03 20:15:18 +00:00
http://joeyh.name/
59fcb2eaa2 2013-08-03 20:09:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqaNwDQ367zpW6cIRviLz6zJZZFODgoEI
023e12ca93 2013-08-03 19:19:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqaNwDQ367zpW6cIRviLz6zJZZFODgoEI
2f081411fa 2013-08-03 18:54:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqaNwDQ367zpW6cIRviLz6zJZZFODgoEI
fa233fe3e4 2013-08-03 18:45:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlzlNQbf6wBgv9j6-UqfpXcQyAYMF8S3t4
426e6741ea 2013-08-03 11:47:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlzlNQbf6wBgv9j6-UqfpXcQyAYMF8S3t4
436c0afff6 2013-08-03 11:45:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlzlNQbf6wBgv9j6-UqfpXcQyAYMF8S3t4
24674f7767 2013-08-03 11:44:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlXEIT2PEAuHuInLP4UYVzWE0lceMYd2lA
3d25893744 Added a comment: Installation on tonidoplug 2013-08-03 07:19:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
91bd062b91 Added a comment 2013-08-03 07:12:44 +00:00
Joey Hess
17f05d6572 blog for the day 2013-08-02 20:38:57 -04:00
Joey Hess
b191d5c595 gitignore support for the assistant and watcher
Requires git 1.8.4 or newer. When it's installed, a background
git check-ignore process is run, and used to efficiently check ignores
whenever a new file is added.

Thanks to Adam Spiers, for getting the necessary support into git for this.

A complication is what to do about files that are gitignored but have
been checked into git anyway. git commands assume the ignore has been
overridden in this case, and not need any more overriding to commit a
changed version.

However, for the assistant to do the same, it would have to run git ls-files
to check if the ignored file is in git. This is somewhat expensive. Or it
could use the running git-cat-file process to query the file that way,
but that requires transferring the whole file content over a pipe, so it
can be quite expensive too, for files that are not git-annex
symlinks.

Now imagine if the user knows that a file or directory tree will be getting
frequent changes, and doesn't want the assistant to sync it, so gitignores
it. The assistant could overload the system with repeated ls-files checks!

So, I've decided that the assistant will not automatically commit changes
to files that are gitignored. This is a tradeoff. Hopefully it won't be a
problem to adjust .gitignore settings to not ignore files you want the
assistant to autocommit, or to manually git annex add files that are listed
in .gitignore.

(This could be revisited if git-annex gets access to an interface to check
the content of the index w/o forking a git command. This could be libgit2,
or perhaps a separate git cat-file --batch-check process, so it wouldn't
need to ship over the whole file content.)

This commit was sponsored by Francois Marier. Thanks!
2013-08-02 20:37:03 -04:00
Joey Hess
1452ac38aa release notes 2013-08-02 13:41:28 -04:00
Joey Hess
61a327cf93 add news item for git-annex 4.20130802 2013-08-02 13:39:43 -04:00
Joey Hess
022c3910e9 Merge branch 'master' of ssh://git-annex.branchable.com 2013-08-02 11:36:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
f946fd31c9 Added a comment: re: git annex get failed -- debug 2013-08-02 15:28:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
c6d7b05a48 Added a comment: re: git annex get failed 2013-08-02 15:02:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
1ddb25cadb Added a comment: git annex get failed 2013-08-02 14:29:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
7a566a332f 2013-08-02 13:41:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
60ecabd8ba Added a comment 2013-08-02 07:21:50 +00:00
Richard Hartmann
24cd572a7c Sometimes, I dislike MarkDown 2013-08-02 09:02:45 +02:00
Richard Hartmann
4bd5b920c7 Fix indentation 2013-08-02 08:59:30 +02:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
e98d1d6ac1 Added a comment 2013-08-02 06:57:13 +00:00
http://joeyh.name/
c88bbc47ce Added a comment 2013-08-01 23:51:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg
0bb455dcae Added a comment: checkpresent again 2013-08-01 23:18:38 +00:00
Joey Hess
e6123b0187 reorder 2013-08-01 17:57:53 -04:00
Joey Hess
bb74db6ef0 blog for the day 2013-08-01 17:33:04 -04:00
Joey Hess
4e6f498cb8 update 2013-08-01 15:25:47 -04:00
http://joeyh.name/
ebef73985e Added a comment 2013-08-01 17:10:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln4uCaqZRd5_nRQ-iLcJyGctIdw8ebUiM
4f7bfbb2ec Added a comment: Thanks 2013-08-01 17:03:23 +00:00
http://joeyh.name/
53b77590d7 Added a comment 2013-08-01 16:58:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln4uCaqZRd5_nRQ-iLcJyGctIdw8ebUiM
5a0e741a44 Added a comment: Just put multiple source files 2013-08-01 16:29:07 +00:00
http://joeyh.name/
aa337f990c Added a comment 2013-08-01 16:06:42 +00:00
http://joeyh.name/
7e06571454 Added a comment 2013-08-01 16:05:10 +00:00
Joey Hess
904f776a2f Merge branch 'master' of ssh://git-annex.branchable.com 2013-08-01 12:03:48 -04:00
Joey Hess
03c76b5a30 improve importfeed --force; try to match existing files to avoid unncessary duplication 2013-08-01 11:57:05 -04:00
ckeen
4973b8c9db Added a comment: --force reload all URLs 2013-08-01 09:47:35 +00:00
https://launchpad.net/~mikapflueger
b640a5941b Added a comment: Thank you so much! 2013-08-01 01:13:53 +00:00
Richard Hartmann
0afe0273cb Typo 2013-08-01 01:16:27 +02:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
febb7a8299 2013-07-31 22:39:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln4uCaqZRd5_nRQ-iLcJyGctIdw8ebUiM
d40343f7a5 2013-07-31 22:19:22 +00:00
Joey Hess
12e269482f Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-31 16:48:41 -04:00
Joey Hess
88b1a3e54e close 2013-07-31 16:48:35 -04:00
Joey Hess
3a1e458e0a blog for the day 2013-07-31 16:47:30 -04:00
http://joeyh.name/
166128760d Added a comment 2013-07-31 20:42:10 +00:00
http://joeyh.name/
890bf1a750 Added a comment 2013-07-31 20:03:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU
9545d3420c Added a comment: Horns? 2013-07-31 19:53:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU
209a0ca0fa removed 2013-07-31 19:53:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU
3cce0d51e6 Added a comment: Horns? 2013-07-31 19:52:42 +00:00
http://joeyh.name/
fea51d053c Added a comment 2013-07-31 17:42:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg
17bc95cb2f Added a comment 2013-07-31 17:34:50 +00:00
http://joeyh.name/
5824b13546 Added a comment: workaround 2013-07-31 17:19:01 +00:00
http://joeyh.name/
2ae68bc9e2 Added a comment: finally! 2013-07-31 16:47:39 +00:00
Joey Hess
78abed22ae Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-31 12:32:32 -04:00
Joey Hess
5af1190ef1 make edits that a commenter apparently didn't realize they could make. this is a wiki.. 2013-07-31 12:31:30 -04:00
http://joeyh.name/
f9c8ee9bc8 Added a comment 2013-07-31 16:25:55 +00:00
http://joeyh.name/
5323d49494 Added a comment 2013-07-31 16:25:35 +00:00
Joey Hess
0f445cf093 typo 2013-07-31 12:22:50 -04:00
http://joeyh.name/
767b16224c Added a comment: use the force 2013-07-31 16:20:40 +00:00
Joey Hess
a849c6eca1 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-31 12:19:55 -04:00
Joey Hess
42ca8aaa61 importfeed --force: re-download urls that have been seen before 2013-07-31 12:19:00 -04:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
488f1fc50a Added a comment 2013-07-31 15:15:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
94c23aaf25 Added a comment 2013-07-31 14:17:19 +00:00
Remy
6d372d5e31 Added a comment 2013-07-31 13:55:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg
1f152414ef Added a comment: checkpresent success and failure 2013-07-31 13:06:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE
a2d6953d90 2013-07-31 12:46:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE
da509d339e Added a comment: Please be more specific about what information goes into the key 2013-07-31 11:55:09 +00:00
ckeen
7abdbfb56c Added a comment: Force a reload of a feed? 2013-07-31 10:35:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpSOjMH7Iaz56v6Pr9KCFSpbvMXvg-y9o
3b652ea047 Added a comment 2013-07-31 10:29:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY
60a85347c2 2013-07-31 10:09:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY
2f4872e496 Added a comment: seems to work 2013-07-31 09:37:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknruiCHUcOh2mmpkh7OFJ4iNfAOOamRVs
8d977ed697 Added a comment 2013-07-31 05:34:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
efdf1c53b8 2013-07-31 04:39:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
5ac4bae331 Added a comment: /storage/sdcard1/.git/annex/daemon.log 2013-07-30 23:11:29 +00:00
http://joeyh.name/
d994f6270c Added a comment 2013-07-30 21:29:50 +00:00
http://joeyh.name/
3bc7051210 Added a comment 2013-07-30 21:25:32 +00:00
http://www.joachim-breitner.de/
0a2bcdc167 Added a comment: Great stuff! 2013-07-30 21:21:58 +00:00
http://www.joachim-breitner.de/
1df9731405 fixed typo 2013-07-30 21:17:11 +00:00
Joey Hess
6cf2d1edbf Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-30 17:14:19 -04:00
http://joeyh.name/
af7caeb27d Added a comment 2013-07-30 21:12:54 +00:00
Joey Hess
19adb2a7cf blog for the day 2013-07-30 17:06:18 -04:00
Joey Hess
147a9f8882 Improve test suite on Windows; now tests git annex sync. 2013-07-30 17:03:32 -04:00
http://mebus.pip.verisignlabs.com/
5dab99129f Added a comment 2013-07-30 20:41:07 +00:00
cehteh
c6d7af19a8 Added a comment 2013-07-30 20:29:15 +00:00
http://joeyh.name/
1787d1c883 Added a comment 2013-07-30 20:24:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnw1nskuzEP9crBqxTa6d1R24mnTfA-j1A
a72eff29d2 2013-07-30 20:15:40 +00:00
http://joeyh.name/
03017896b7 Added a comment: fixed 2013-07-30 20:11:19 +00:00
Joey Hess
0545c960a7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-30 16:08:43 -04:00
Joey Hess
7b0970b340 Fix inverted logic in last release's fix for data loss bug, that caused git-annex sync on FAT or other crippled filesystems to add symlink standin files to the annex. 2013-07-30 16:08:09 -04:00
http://joeyh.name/
5474f655ee Added a comment 2013-07-30 20:07:09 +00:00
http://joeyh.name/
fc781a8650 Added a comment 2013-07-30 19:55:04 +00:00
http://joeyh.name/
3c8a804df7 Added a comment: re: workaround 2013-07-30 19:17:11 +00:00
Joey Hess
a8475e18c9 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-30 15:15:48 -04:00
http://joeyh.name/
1b0914d380 Added a comment 2013-07-30 19:14:26 +00:00
Joey Hess
f55dc1b64f OSX: Make git-annex-webapp run in the background, so that the app icon can be clicked on the open a new webapp when the assistant is already running. 2013-07-30 15:04:31 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
d4a6ea3c26 Added a comment: log file 2013-07-30 19:03:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
ede12f3456 Added a comment 2013-07-30 19:01:32 +00:00
http://joeyh.name/
c562377ce5 Added a comment 2013-07-30 19:00:44 +00:00
http://joeyh.name/
a9a385ae70 Added a comment 2013-07-30 18:56:00 +00:00
http://joeyh.name/
647fc7ef7c Added a comment 2013-07-30 18:51:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl-BU4KfFktO2-bqaFmlArHta0Oy7zJrCs
e3390d795d Added a comment 2013-07-30 18:44:00 +00:00
http://joeyh.name/
1995e8a8a0 Added a comment 2013-07-30 18:42:32 +00:00
Joey Hess
66b470c03d close 2013-07-30 14:40:16 -04:00
http://joeyh.name/
a04ac0e73d Added a comment 2013-07-30 18:39:58 +00:00
Joey Hess
9f77e68a4e close 2013-07-30 14:38:25 -04:00
http://joeyh.name/
aa32a83a9f Added a comment 2013-07-30 18:20:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
3dd3e1c403 2013-07-30 18:20:08 +00:00
Joey Hess
6ac595f8b5 update test suite for dropunused behavior change 2013-07-30 14:17:09 -04:00
http://joeyh.name/
ca66fa4f12 Added a comment 2013-07-30 18:16:07 +00:00
http://joeyh.name/
eed88590d5 Added a comment 2013-07-30 18:08:38 +00:00
Joey Hess
9dc75ea559 typo 2013-07-30 14:07:22 -04:00
http://joeyh.name/
87c1b8bb1c Added a comment 2013-07-30 18:06:05 +00:00
Joey Hess
4a75d75d92 clean up Android comment-as-bug-report mess 2013-07-30 13:54:03 -04:00
http://joeyh.name/
75817cda8e Added a comment 2013-07-30 17:45:27 +00:00
http://joeyh.name/
e621bc07be Added a comment 2013-07-30 17:40:04 +00:00
http://joeyh.name/
e9c48cf7c0 Added a comment 2013-07-30 17:31:53 +00:00
http://joeyh.name/
e91438b281 Added a comment 2013-07-30 17:18:15 +00:00
http://joeyh.name/
569c82ccaa Added a comment 2013-07-30 17:16:07 +00:00
http://joeyh.name/
052daee188 Added a comment 2013-07-30 16:59:51 +00:00
Joey Hess
0c1373c190 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-30 12:40:49 -04:00
Joey Hess
895bfeee73 remove redundant screenshot and update 2013-07-30 12:38:51 -04:00
Antoine Beaupré
e59a8c64bd document explicitely how to install the haskell platform on Debian 2013-07-30 18:17:25 +02:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b07559e3c4 2013-07-30 15:03:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
9c1d340617 Added a comment 2013-07-30 15:02:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b84f1c1a3c 2013-07-30 15:01:38 +00:00
ckeen
b98170fc20 Added a comment: Maybe related to this bug? 2013-07-30 14:50:36 +00:00
ckeen
48388f66cc Added a comment: Filename too long 2013-07-30 14:39:44 +00:00
Johannes
e19607db17 Added a comment 2013-07-30 11:34:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
61ee988c3e 2013-07-30 10:32:10 +00:00
http://mebus.myopenid.com/
ecf4ba88a7 Added a comment: RPM of version 4.2 2013-07-30 01:09:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
3d265ae028 Added a comment 2013-07-29 23:49:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
1d1a87e442 2013-07-29 23:47:00 +00:00
Jonathan
2b6ec63043 Added a comment: link busybox: Read-only file system 2013-07-29 20:08:12 +00:00
https://launchpad.net/~subito
2c3a28e30f Added a comment: Same here for SSH remotes 2013-07-29 19:05:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmG4rlD9k1ezNkYZ8jDbITrycUmHV-P8Qs
43895f9ca0 Added a comment: Synced vs. unsynced 2013-07-29 18:07:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl-BU4KfFktO2-bqaFmlArHta0Oy7zJrCs
a6d39a612b Added a comment: Thanks! 2013-07-29 14:44:43 +00:00
http://arthur.lutz.im/
f41d640f3c bug report 2013-07-29 13:06:56 +00:00
Richard Hartmann
c5c78e3b78 Merge branch 'master' of git://git-annex.branchable.com 2013-07-29 14:09:27 +02:00
Richard Hartmann
acfc5d32e2 downloading_podcasts.mdwn: Centralized podcatching 2013-07-29 14:08:53 +02:00
Richard Hartmann
6e68b412ec downloading_podcasts.mdwn: Fix typo 2013-07-29 14:08:32 +02:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
2ed2e2d662 Added a comment: .git/annex/webapp.html 2013-07-29 12:08:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
74b5207d2e Added a comment: Watcher crashed in Android on /storage/sdcard1 - bug? 2013-07-29 11:50:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY
8afeb0e86d Added a comment: Having trouble reproducing 2013-07-29 11:14:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw
cf6103961a 2013-07-29 11:07:47 +00:00
https://lorrin.myopenid.com/
1647361bc8 Added a comment: Still seeing this 2013-07-29 07:44:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknruiCHUcOh2mmpkh7OFJ4iNfAOOamRVs
0797f16248 2013-07-29 01:52:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn5RcmefXjrl1vmbHIiOWQyXGXVKxlm3rg
596cba852b 2013-07-29 00:53:13 +00:00
Joey Hess
fdb6593b90 blog for the day 2013-07-28 18:35:07 -04:00
Joey Hess
9d07b3127d expand 2013-07-28 18:01:12 -04:00
Joey Hess
6d8e19c6bb typo 2013-07-28 17:00:23 -04:00
Joey Hess
6b97e3c259 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-28 16:58:26 -04:00
Joey Hess
7e66d260ea importfeed: git-annex becomes a podcatcher in 150 LOC 2013-07-28 16:55:42 -04:00
marvin
17eabeebf2 Added a comment: Comfirm 2013-07-28 19:42:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlZvtBCVyJw4O71OPsdwGpVh6iJ1W-xaPc
b7052e7796 2013-07-28 18:50:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlZvtBCVyJw4O71OPsdwGpVh6iJ1W-xaPc
4f7c578995 2013-07-28 18:49:16 +00:00
justjohn
e63353111d Added a comment: Broken on 4.3 on Nexus 7 2013-07-28 16:14:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
4a18b249d3 Added a comment: Yes it does 2013-07-28 12:04:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
91769a8e33 Added a comment 2013-07-28 11:46:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
2030da1478 Added a comment: Not completely... 2013-07-28 11:44:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
b4937d1a62 Added a comment 2013-07-28 11:21:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmg8DSRA425Aik2clIuge8Jj-s7VJltsBI
6c3442efcf Added a comment 2013-07-28 06:05:48 +00:00
http://bigasterisk.com/
01956caf8e Added a comment 2013-07-28 05:36:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmg8DSRA425Aik2clIuge8Jj-s7VJltsBI
9eab4ba229 2013-07-28 05:36:29 +00:00
http://edheil.wordpress.com/
a54c11c40d Added a comment 2013-07-28 05:29:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlutNrg7ajiNAfi5gqJfD8crv0aimZa27k
52d8335699 Added a comment: Now I'm really confused 8-/ 2013-07-28 05:26:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl-BU4KfFktO2-bqaFmlArHta0Oy7zJrCs
254c181590 2013-07-28 05:14:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFsVANDSwNHzCWk-iP2_nXnfYKPJWziE
355be0701a Added a comment 2013-07-28 03:26:23 +00:00
EvanDeaubl
c9e6736aef Added a comment 2013-07-28 02:40:28 +00:00
Joey Hess
55bd5a81ad Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-27 20:56:19 -04:00
Joey Hess
750fe0cbf2 update 2013-07-27 20:55:50 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnljkMF1zhScDfvJYMhXXubnar_DakLoas
ef51bdb54f Added a comment: broken under 4.3? 2013-07-28 00:36:51 +00:00
Joey Hess
ea0dd46331 merge 2013-07-27 20:29:23 -04:00
http://joeyh.name/
b37d859efb Added a comment 2013-07-28 00:27:28 +00:00
http://joeyh.name/
54e18f99fb Added a comment 2013-07-28 00:23:08 +00:00
http://joeyh.name/
3956b252cb Added a comment 2013-07-28 00:21:39 +00:00
http://joeyh.name/
eade253046 Added a comment 2013-07-28 00:11:38 +00:00
http://joeyh.name/
466aeaf183 Added a comment 2013-07-28 00:09:45 +00:00
Joey Hess
94edbd5f6e title 2013-07-27 20:07:49 -04:00
http://joeyh.name/
e61b6ca2ea Added a comment 2013-07-28 00:06:53 +00:00
http://joeyh.name/
7f67bfcb34 Added a comment 2013-07-27 23:51:38 +00:00
Joey Hess
3611de5864 blog for the day 2013-07-27 19:07:37 -04:00
Joey Hess
9b042412b6 close 2013-07-27 19:07:24 -04:00
http://joeyh.name/
f1f1307882 Added a comment 2013-07-27 23:06:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkiAsTXFXZbLE8iyy6yDtvz4MPFbzsk3c0
59b73ce3cc Added a comment 2013-07-27 23:02:19 +00:00
http://joeyh.name/
2c06584971 Added a comment 2013-07-27 22:52:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkiAsTXFXZbLE8iyy6yDtvz4MPFbzsk3c0
5ebfdb95c0 Added a comment 2013-07-27 22:47:14 +00:00
http://joeyh.name/
aa9f84c748 Added a comment 2013-07-27 22:40:58 +00:00
http://joeyh.name/
117fe44f08 Added a comment 2013-07-27 22:39:12 +00:00
http://joeyh.name/
53da297221 Added a comment 2013-07-27 22:30:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkiAsTXFXZbLE8iyy6yDtvz4MPFbzsk3c0
5dfe5eb55e Added a comment 2013-07-27 22:14:12 +00:00
http://joeyh.name/
17c19e2930 Added a comment 2013-07-27 22:13:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkiAsTXFXZbLE8iyy6yDtvz4MPFbzsk3c0
32baeb7f10 2013-07-27 22:11:58 +00:00
http://joeyh.name/
389467fa0d Added a comment: I can't reproduce this problem, but I see several people have reported it. 2013-07-27 22:11:16 +00:00
Joey Hess
97beb92f2a merge 2013-07-27 18:08:33 -04:00
Joey Hess
a23dca1b31 I meant to close this before 2013-07-27 18:03:29 -04:00
Joey Hess
30b9984188 moreinfo 2013-07-27 18:02:19 -04:00
Joey Hess
d6c75dc7d4 title 2013-07-27 18:01:06 -04:00
http://joeyh.name/
681520e761 Added a comment 2013-07-27 21:53:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhGq_ii5HaDkp9nx2m9qIMe-xxI4HV5wo
3f6957d1ec Added a comment 2013-07-27 21:53:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhGq_ii5HaDkp9nx2m9qIMe-xxI4HV5wo
c42494dc90 Added a comment 2013-07-27 21:51:11 +00:00