Commit graph

12586 commits

Author SHA1 Message Date
stp
d873483be6 2014-02-17 15:49:10 +00:00
stp
ee37c0b79a 2014-02-17 15:38:36 +00:00
https://renaud.casenave.fr/
8f1e02f2a8 Added a comment 2014-02-17 13:15:24 +00:00
Helmut Grohne
008b4ca27e comment on descriptive git-annex commit messages 2014-02-17 08:45:43 +01:00
https://www.google.com/accounts/o8/id?id=AItOawn3rK4VDzxyhmrIc18z7F5OuXvEbUsgUac
a7441a3d69 Added a comment: no more issue 2014-02-17 04:25:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn3rK4VDzxyhmrIc18z7F5OuXvEbUsgUac
fb56b4ecfb Added a comment: Progress, but still issues 2014-02-17 04:09:23 +00:00
Joey Hess
c54792e367 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-16 17:43:21 -04:00
Joey Hess
2825f2e41d devblog 2014-02-16 17:39:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
a28dda7e04 Added a comment: No working ubuntu package 2014-02-16 20:50:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3HGoDpnOPob5jOjvIootmkve1-nCpRiI
9f87e333c8 Added a comment: Declare path on first line of bashrc? 2014-02-15 18:36:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn3rK4VDzxyhmrIc18z7F5OuXvEbUsgUac
43516a8753 2014-02-15 16:56:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlVsvZpOtQ_ukVysPjQxJEBlKCM5lsgPkk
dcbb0bfc9e Added a comment: nice 2014-02-15 09:51:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY
4ae5b698d0 2014-02-15 04:53:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY
93192062d0 2014-02-15 04:52:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn3rK4VDzxyhmrIc18z7F5OuXvEbUsgUac
91bde28ab5 Added a comment: build issue with brew technique on Darwin Kernel Version 13.0.0 2014-02-15 02:17:17 +00:00
Joey Hess
9b71f0f047 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-14 17:02:52 -04:00
Joey Hess
6f09c0442d devblog 2014-02-14 17:02:14 -04:00
Joey Hess
fd09798e40 windows webapp: fix rsync.net support 2014-02-14 15:47:54 -04:00
https://openid.stackexchange.com/user/3f8a1927-744c-4409-8425-48fb3c86672f
6800c63461 Added a comment 2014-02-14 19:16:03 +00:00
Joey Hess
8613f226b3 reorg 2014-02-14 14:39:54 -04:00
Joey Hess
37cb65a99f remote ssh server testing and working on windows 2014-02-14 14:27:11 -04:00
Joey Hess
01b07a9ca6 update 2014-02-14 14:06:51 -04:00
Joey Hess
626829a061 forgot to close 2014-02-14 14:04:01 -04:00
Joey Hess
d007d1ac0c windows: hack to ensure HOME is always set 2014-02-14 14:03:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
529604c643 Added a comment: Still problems 2014-02-14 11:30:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
9e065a3c23 Not yet fixed
This reverts commit 1c6dc0521f
2014-02-14 09:04:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
c2f38dbb86 Added a comment: Not fixed 2014-02-14 09:03:30 +00:00
Joey Hess
ddaaf3e230
devblog 2014-02-13 17:06:10 -04:00
Joey Hess
c60f0b57d2 windows: Fix daemon pid file locking.
Well, as much as it can be fixed on windows. Not atomic; not entirely
guarded against the wrong process having the pid file locked.
2014-02-13 17:02:28 -04:00
Joey Hess
f11f7520b5 windows: Fix process termination code.
The ctrl-c hack used before didn't actually seem to work.

No haskell libraries expose TerminateProcess. I tried just calling it via
FFI, but got segfaults, probably to do with the wacky process handle not
being managed correctly. Moving it all into one C function worked.

This was hell. The EvilLinker hack was just final icing on the cake.
We all know what the cake was made of.
2014-02-13 15:53:10 -04:00
Joey Hess
84083ecdd3 Windows: Crazy hack to make file manager not start hidden underneath web browser window
I can't even..
2014-02-13 13:16:28 -04:00
Joey Hess
36e66997c6 Windows: Fix startAssistant to not wait for ever for a non-daemonizing process
Seemed to fix several problems.
2014-02-13 13:05:07 -04:00
Joey Hess
8952ccec1b windows: fix fsck --incremental to not crash
Although it is still not incremental.
2014-02-13 12:40:10 -04:00
Joey Hess
1c6dc0521f
close 2014-02-13 11:55:10 -04:00
Joey Hess
4675d45f8f Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-13 11:39:59 -04:00
Joey Hess
7a0b485c4d
reference branch 2014-02-13 11:39:03 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM
2e6a8742a4 2014-02-13 14:03:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
0b3e64b285 Added a comment: further information 2014-02-13 13:33:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
e450abae4e 2014-02-13 13:29:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
3e6b9fb161 2014-02-13 13:11:18 +00:00
ganwell
e85698d8fb 2014-02-13 12:15:30 +00:00
ganwell
a7cfe574be 2014-02-13 12:00:25 +00:00
Joey Hess
2075cdeb59
limiting files based on metadata
Note that there is currently no caching, so
	--metadata foo=bar --metadata tag=blah
will currently read the log 2x per file.
2014-02-13 02:24:30 -04:00
Joey Hess
0e9a72b356
metacata command can now operate on many files at once 2014-02-13 01:49:38 -04:00
Joey Hess
d4236e4766 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-12 22:53:15 -04:00
Joey Hess
739084b831
devblog 2014-02-12 22:52:30 -04:00
http://lj.rossia.org/users/imz/
06b00b8bfa link markup 2014-02-13 01:47:32 +00:00
Joey Hess
9f7e76130e add metadata command to get/set metadata
Adds metadata log, and command.

Note that unsetting field values seems to currently be broken.
And in general this has had all of 2 minutes worth of testing.

This commit was sponsored by Julien Lefrique.
2014-02-12 21:30:33 -04:00
Joey Hess
1b79d18a40 data types and serialization for metadata
A very haskell commit! Just data types, instances to serialize the metadata
to a nice format, and QuickCheck tests.

This commit was sponsored by Andreas Leha.
2014-02-12 17:57:32 -04:00
http://joeyh.name/
5a6a778dd8 Added a comment 2014-02-12 16:27:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
4494c5fc03 Added a comment: Same problem here 2014-02-12 13:17:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9pq1WH6MWeExXHVQVEsniT3DdFv4AB8
35e110f3a3 Added a comment: fix confirmed 2014-02-12 12:05:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
fa3089c275 This reverts commit 3afc1c57c8 2014-02-12 11:31:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
3afc1c57c8 removed 2014-02-12 11:29:20 +00:00
http://joeyh.name/
13d44a32ce removed 2014-02-11 21:40:27 +00:00
http://joeyh.name/
9668a29a80 Added a comment 2014-02-11 21:39:46 +00:00
http://joeyh.name/
192e6805b3 Added a comment 2014-02-11 21:39:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkNE-H4vEcbcGndxq5daT8qUb7yIf7r1OE
d6dfdca98f Added a comment 2014-02-11 21:05:01 +00:00
Joey Hess
b53ef30433
use map 2014-02-11 16:35:52 -04:00
Joey Hess
b7ffe599e8
unify fields and tags 2014-02-11 16:27:27 -04:00
Joey Hess
faed5d3cc2
devblog 2014-02-11 16:21:42 -04:00
Joey Hess
cf44fc1acb Windows webapp: Can create repos on removable drives. 2014-02-11 16:15:40 -04:00
Joey Hess
029a1c431a
remove windows --git-dir unix style path hack
This is no longer necessary, at least with msysgit 1.8.5.2.msysgit.0.
Its root cause may have been fixed by other recent git path fixes.
It was causing the webapp to fail to make repos on other drives.
2014-02-11 16:12:22 -04:00
Joey Hess
2ed728e7e6
note 2014-02-11 14:16:15 -04:00
Joey Hess
b93ebfa886 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-11 14:08:44 -04:00
Joey Hess
fa24ba2520 plumb creds from webapp to initremote
Avoids abusing setting environment variables, which was always a hack
and won't work on windows.
2014-02-11 14:07:56 -04:00
http://joeyh.name/
b3addf26d9 Added a comment: finished rebuilding everything 2014-02-11 17:48:07 +00:00
Joey Hess
8108efbe9f typo 2014-02-11 11:47:45 -04:00
Joey Hess
94145e8f73
cleanup 2014-02-11 11:40:49 -04:00
Joey Hess
2e5c33883d
correction 2014-02-11 11:40:09 -04:00
Joey Hess
aa06e913e5
every idea that came to me in my sleep. there were rather a lot of them 2014-02-11 11:37:53 -04:00
Joey Hess
5e8dee6cb0 interesting new design just gelled.. almost 2014-02-11 10:48:52 -04:00
http://schnouki.net/
4515fa10aa Added a comment 2014-02-11 13:44:10 +00:00
http://schnouki.net/
4ae8685477 Added a comment 2014-02-11 13:38:54 +00:00
http://schnouki.net/
00d7be3f92 add hubiC special remote 2014-02-11 13:35:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYwE2LrTHAgbco1mEa_y8rGVqX7exIoxc
5932dcfa5f Added a comment: Replace the gitdir by a symbolic link 2014-02-11 08:06:53 +00:00
https://www.rfc1149.net/
fd8a552064 2014-02-11 08:04:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
a5b2dee700 Added a comment 2014-02-11 08:01:48 +00:00
http://joeyh.name/
36b1365701 Added a comment 2014-02-11 01:36:52 +00:00
Joey Hess
408d0e6a45 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-10 21:12:48 -04:00
Joey Hess
94f3718dfe
fix missing SETCONFIG Value 2014-02-10 21:11:48 -04:00
http://joeyh.name/
2eabc54afa Added a comment 2014-02-11 00:48:35 +00:00
rasmus
e99ba05d5b Added a comment: Bug? 2014-02-11 00:36:52 +00:00
http://joeyh.name/
3f4c12f40a Added a comment 2014-02-10 23:25:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9pq1WH6MWeExXHVQVEsniT3DdFv4AB8
d37ba0c5c4 Added a comment: problem still persists 2014-02-10 22:55:33 +00:00
Joey Hess
061a422530
devblog 2014-02-10 18:48:12 -04:00
Joey Hess
66c9cb6e39
tried everything in webapp on windows. add list of TODOs 2014-02-10 18:24:36 -04:00
Joey Hess
da8ca05a02 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-10 15:28:24 -04:00
Joey Hess
54c587b617 telehash security 2014-02-10 14:56:16 -04:00
http://schnouki.net/
1e0a3addea Added a comment 2014-02-10 18:22:56 +00:00
Joey Hess
d99db49659 add news item for git-annex 5.20140210 2014-02-10 14:07:15 -04:00
Joey Hess
490226205d
s/large/annexed/ 2014-02-10 12:26:47 -04:00
Joey Hess
0b9bfb1977
update for direct mode 2014-02-10 12:01:10 -04:00
Joey Hess
4564b3dab9 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-10 11:59:45 -04:00
Joey Hess
7b9e1fbc9c
tweak wording 2014-02-10 11:59:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm4cjowB3PaZP00vEr255d1GdUBikE9Qdg
2d350035f8 Added a comment: clarification about what is moved / stored and where 2014-02-10 12:53:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM
3a61dbe10c 2014-02-09 13:18:54 +00:00
http://joeyh.name/
80b4d5c30a Added a comment 2014-02-09 02:13:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
2049c95d29 Added a comment 2014-02-08 23:25:29 +00:00
Joey Hess
7a605b5623 devblog 2014-02-08 17:27:35 -04:00
http://joeyh.name/
d30537a85d Added a comment 2014-02-08 21:23:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
015258ba92 Added a comment 2014-02-08 21:08:39 +00:00
http://joeyh.name/
5491b47d14 Added a comment 2014-02-08 20:56:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
936809cec2 Added a comment 2014-02-08 20:30:00 +00:00
http://joeyh.name/
d72b5edd8b Added a comment 2014-02-08 20:12:13 +00:00
http://joeyh.name/
da965f3fee Added a comment 2014-02-08 20:03:30 +00:00
http://joeyh.name/
9822c0d787 Added a comment 2014-02-08 19:49:11 +00:00
Joey Hess
aa0484afe9 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 15:47:45 -04:00
Joey Hess
6f5d73dc3b Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 15:46:56 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
7252e4e0de Added a comment 2014-02-08 19:46:49 +00:00
Joey Hess
c95d0cf7a8 Windows: Fix handling of absolute unix-style git repository paths.
Note that on Windows a remote with a path like /home/foo/bar
is interpreted by git as being some screwy relative path (relative to what
exactly seems ill-defined -- it seemed relative to C:\Program Files\Git\ in
my tests!) So no attempt has been made to handle such a path sanely, just not
to crash when encountering it.

Note that "C:\\foo" </> "/home/foo/bar" yields /home/foo/bar even though
that is not absolute! I don't know what to make of all this,
except that I will be very happy when this crock of **** vanishes from
the face of the earth.
2014-02-08 15:39:04 -04:00
http://joeyh.name/
e7e9ab085a Added a comment 2014-02-08 19:28:18 +00:00
Joey Hess
f068f4e579 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 15:27:54 -04:00
Joey Hess
b9e6cb07ad remove dropkey example 2014-02-08 15:25:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
d8762d561a Added a comment 2014-02-08 19:18:17 +00:00
http://joeyh.name/
ab146b9889 Added a comment 2014-02-08 19:17:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
5d95538733 removed 2014-02-08 19:16:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
e0c1f7884b Added a comment 2014-02-08 19:16:24 +00:00
http://joeyh.name/
92fd700f24 Added a comment 2014-02-08 18:31:23 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
6cf53f8dcb Added a comment 2014-02-08 18:30:47 +00:00
http://joeyh.name/
ed17a3b9ef Added a comment 2014-02-08 18:29:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
0f5f71a486 Added a comment 2014-02-08 18:13:33 +00:00
Joey Hess
f9c72b0e15 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 14:11:52 -04:00
Joey Hess
87596285da fixed 2014-02-08 14:11:23 -04:00
http://joeyh.name/
c239b3b963 Added a comment: doubt this has anything to do with spaces 2014-02-08 17:44:45 +00:00
http://joeyh.name/
b0d54d7c62 Added a comment 2014-02-08 17:42:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
fa3450079c Added a comment 2014-02-08 17:23:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
a704fe5bf4 Added a comment 2014-02-08 14:46:10 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
19d679da54 2014-02-08 14:28:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
ce1cf565f2 Added a comment 2014-02-07 22:12:44 +00:00
Joey Hess
6abcbc8951 devblog 2014-02-07 18:08:20 -04:00
Joey Hess
250df4685c avoid broken version of DAV 2014-02-07 17:42:52 -04:00
Joey Hess
10b6ed37ec Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-07 17:27:13 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
3586248b06 Added a comment 2014-02-07 20:57:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
2c10511e5f Added a comment 2014-02-07 19:38:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9pq1WH6MWeExXHVQVEsniT3DdFv4AB8
140894a23f 2014-02-07 19:34:04 +00:00
http://joeyh.name/
8051c29f74 Added a comment 2014-02-07 19:28:00 +00:00
http://joeyh.name/
b5ebdfefd9 Added a comment 2014-02-07 19:21:21 +00:00
Joey Hess
cb8dfe8dd3 update 2014-02-07 15:18:38 -04:00
http://joeyh.name/
38b89a514c Added a comment 2014-02-07 19:14:47 +00:00
http://joeyh.name/
c41df72831 Added a comment 2014-02-07 19:12:10 +00:00
http://joeyh.name/
14f0c381c6 Added a comment 2014-02-07 19:11:01 +00:00
http://joeyh.name/
26694e6c91 Added a comment 2014-02-07 19:07:12 +00:00
http://joeyh.name/
9be71fea87 Added a comment 2014-02-07 19:03:30 +00:00
http://joeyh.name/
2a94ba01fc Added a comment 2014-02-07 18:59:29 +00:00
Joey Hess
3cbaa68be8 Android: Avoid crashing when unable to set file mode for ssh config file due to Android filesystem horribleness. 2014-02-07 14:57:23 -04:00
http://joeyh.name/
0e32d2b72f Added a comment 2014-02-07 18:49:38 +00:00
Joey Hess
60d8e3a534 forwarded 2014-02-07 14:09:33 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
3e8c17c0f3 2014-02-07 17:49:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
994a2c67f5 2014-02-07 12:16:21 +00:00