Joey Hess
e8827c29c6
Make field readonly, not disabled
...
Working on Windows horriblness all day sure did nice things to my mood,
didn't it?
2013-06-18 17:08:37 -04:00
Joey Hess
6ad6301cbd
Merge branch 'master' of ssh://git-annex.branchable.com
2013-06-18 17:04:17 -04:00
Joey Hess
f651b87bbd
revert broken change that prevented saving changes to local repo
...
People who get annoyed at not being able to edit "here" can send me a
patch, I don't have time for this nonsense.
2013-06-18 17:02:58 -04:00
Joey Hess
9775fad542
close
2013-06-18 17:01:47 -04:00
http://joeyh.name/
62e5a87e31
Added a comment
2013-06-18 21:01:03 +00:00
Joey Hess
6133811308
Merge branch 'master' of ssh://git-annex.branchable.com
2013-06-18 16:52:44 -04:00
Joey Hess
36ef25553b
blog for the day
2013-06-18 16:45:55 -04:00
Joey Hess
bab49ac7c6
few final bits for fully working test suite on windows
2013-06-18 16:37:54 -04:00
Joey Hess
8b3427c52e
Windows: The test suite now passes on Windows (a few broken parts are disabled).
...
Better to have a working test suite that doesn't test a few things
than no working test suite.
Most of the disabled stuff is because for some reason "git annex sync"
doesn't work when run inside the test suite. Looks like PATH problems.
The directory and rsync special remotes seem broken on Windows, or
maybe the tests are. Pretty sure the hook special remote test is broken.
2013-06-18 16:16:25 -04:00
Joey Hess
bf72c2c7fe
make dead output consistent with other trust setting commands
2013-06-18 15:41:19 -04:00
Joey Hess
72ab02ca48
avoid failure creating inode sentinal file
...
Test suite on windows failed running git annex init in a bare clone of an
annexed repo. The annex directory didn't exist when it tried to write the
inode sentinal file.
2013-06-18 15:38:17 -04:00
Joey Hess
55f971de3c
disable a test that windows git doesn't support
2013-06-18 15:21:13 -04:00
Joey Hess
4e28e84baf
more slash fixes
2013-06-18 15:15:00 -04:00
Joey Hess
4e2fab90d5
avoid newline translation when writing to git hash-object
...
They're like mushrooms, just keep popping up.
2013-06-18 15:08:51 -04:00
Joey Hess
02c51266ec
missed another hash-object call, disable filtering there too
2013-06-18 14:48:15 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmUcCZeEK9HKV40JrcHMXAXpPKQPERt7iM
8e3c25cfcb
2013-06-18 18:25:29 +00:00
Joey Hess
8063d68b02
couple path separator fixes
2013-06-18 14:08:35 -04:00
Joey Hess
a1f8771d2b
avoid filtering object being hashed
...
This avoids newline conversion being done on it in Windows.
2013-06-18 13:42:16 -04:00
Joey Hess
6ac3d33445
allow test temp dir removal to fail (working around some problem on Windows)
2013-06-18 13:41:33 -04:00
Joey Hess
8830360829
fix regression test on windows
2013-06-18 13:08:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
326663d60c
Added a comment
2013-06-18 09:58:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
31c3d2c43a
2013-06-18 09:11:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
eb32acc19b
2013-06-18 09:00:41 +00:00
Richard Hartmann
333cb8e79b
Typo and broken link
2013-06-18 08:22:33 +02:00
Joey Hess
a28c874f5d
Merge branch 'master' of ssh://git-annex.branchable.com
2013-06-17 22:19:23 -04:00
Joey Hess
3d13e2a305
add cygattr-1.dll to windows installer
...
Needed by cygwin cp
2013-06-17 22:15:56 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
bda5a9a8e3
Added a comment
2013-06-18 02:14:01 +00:00
Joey Hess
1312cffad0
Revert "Windows: Ssh connection caching is now supported."
...
Yeah, that didn't actually work. Got error messages like it couldn't read
from the control socket, so probably ssh doesn't really support that on
Windows, at least the cygwin ssh build I'm using.
2013-06-17 22:13:28 -04:00
http://vjt.myopenid.com/
a8858d90b5
Added a comment: drop "content removed from annex" history
2013-06-18 02:12:01 +00:00
Joey Hess
07a17f58b7
Windows: Ssh connection caching is now supported.
...
Turns out the socket stuff just works on windows.
2013-06-17 22:05:49 -04:00
Joey Hess
724272e6b3
Merge branch 'master' of ssh://git-annex.branchable.com
2013-06-17 21:44:50 -04:00
Joey Hess
bcb5613c46
blog for the day
2013-06-17 21:44:21 -04:00
http://joeyh.name/
3b5f8e81c3
Added a comment
2013-06-18 01:38:05 +00:00
Joey Hess
64f8819ae4
fix build
2013-06-17 21:30:52 -04:00
Joey Hess
287fb00163
make withQuietOutput work on Windows
2013-06-17 21:26:06 -04:00
Joey Hess
9ef09587dc
fsck: Avoid getting confused by Windows path separators
2013-06-17 21:18:43 -04:00
Joey Hess
d80a0f62a4
avoid lazy read of file contents
...
On Windows, that means the file could still be open when later code wants
to delete it, which fails. Since we're only reading 8k anyway, just read
it, strictly. However, avoid reading the whole file strictly, so no
getContentsStrict here.
2013-06-17 21:12:09 -04:00
Joey Hess
0265badefb
Merge branch 'master' of ssh://git-annex.branchable.com
2013-06-17 20:52:44 -04:00
Joey Hess
98be446d02
remove workaround for old bug that was only in one release
...
It's causing some problem on windows, see
http://git-annex.branchable.com/bugs/windows_port_-_repo_can__39__t_pull_newly_added_files_/#comment-45df9748bba687d95e3c96b3877ea925
And only affected WORM backend, and for one release well over a year ago,
so could well be bitrotted.
2013-06-17 20:51:36 -04:00
Joey Hess
b7674b464b
typo in comment
2013-06-17 20:45:04 -04:00
Joey Hess
fa1c1e0f65
annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this.
2013-06-17 20:41:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
62da94ff3e
Added a comment
2013-06-18 00:25:54 +00:00
http://joeyh.name/
7130a34f59
Added a comment
2013-06-18 00:09:58 +00:00
http://joeyh.name/
237a5a2e75
Added a comment
2013-06-17 23:53:24 +00:00
tomas
a854189463
2013-06-17 20:33:24 +00:00
tomas
e6fbf862c2
Added a comment
2013-06-17 20:17:30 +00:00
Joey Hess
9200e9a5f9
update standards-version
2013-06-17 13:59:17 -04:00
http://joeyh.name/
b879e5c601
Added a comment
2013-06-17 17:34:04 +00:00
Joey Hess
9062bae935
Merge branch 'master' of ssh://git-annex.branchable.com
2013-06-17 12:37:22 -04:00
Joey Hess
2844e7175e
status: No longer shows dead repositories.
...
This is because people continually whine about it. Seemingly not aware
that data generally cannot be deleted from git anyway.
2013-06-17 12:35:33 -04:00