https://www.google.com/accounts/o8/id?id=AItOawmCzVCPjgg_Un_114P8iiSwExms0G2csCA
028c90d115
Added a comment: solved
2013-10-18 21:00:41 +00:00
Joey Hess
eeb4182cb2
update some patches for new versions
2013-10-18 16:19:22 -04:00
Joey Hess
d915328b36
devblog
2013-10-18 15:59:58 -04:00
Joey Hess
edbf177628
fix lsTreeFiles to use --full-tree
...
This makes it show the full tree, not just the current directory,
and enables --full-name, which yields TopFilePaths.
2013-10-18 15:50:26 -04:00
Joey Hess
88c172bbee
update
2013-10-18 15:27:20 -04:00
Joey Hess
f5709e7fca
update
2013-10-18 15:26:19 -04:00
Joey Hess
6bbbe6fa5d
update
2013-10-18 15:20:44 -04:00
Joey Hess
30ca7805d6
update
2013-10-18 15:11:17 -04:00
Joey Hess
50684ea7bf
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-18 14:04:13 -04:00
Joey Hess
c027dcf9f4
detailed design for git repository repair
2013-10-18 14:00:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U
962682b335
Added a comment
2013-10-18 15:59:00 +00:00
Joey Hess
4722dcc92b
cleanup
2013-10-18 11:24:41 -04:00
107.1.64.82
7530307a84
poll vote (/sdcard/annex)
2013-10-18 15:22:26 +00:00
80.81.0.171
4ac6d1b3d7
poll vote (/sdcard/annex)
2013-10-18 12:25:56 +00:00
http://schnouki.net/
e75022d6fc
Added a comment
2013-10-18 08:36:51 +00:00
http://alan.petitepomme.net/
a68c2a33be
Added a comment: dbus support?
2013-10-18 08:24:13 +00:00
Joey Hess
36ebf86469
add python, needed for ghc fingerprinting
2013-10-17 22:39:56 -04:00
Joey Hess
5a2182b84a
devblog
2013-10-17 20:07:31 -04:00
Joey Hess
1c998d340b
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-17 20:01:01 -04:00
Joey Hess
c979e0ea62
fix
2013-10-17 19:51:16 -04:00
Joey Hess
c116383b5d
fix
2013-10-17 19:49:44 -04:00
Joey Hess
81c4259a0d
fix
2013-10-17 19:41:00 -04:00
Joey Hess
16243b9972
missing import
2013-10-17 19:39:22 -04:00
Joey Hess
e93206e294
Windows: Deal with strange msysgit 1.8.4 behavior of not understanding DOS formatted paths for --git-dir and --work-tree.
2013-10-17 19:35:57 -04:00
Joey Hess
342d508e00
avoid trying to link with XMPP on Windows
...
It doesn't work, in a most puzzling way, which just wasted me hours, even
if XMPP libs are installed. Webapp too.
2013-10-17 18:56:28 -04:00
Joey Hess
ad86926f09
Revert "avoid hsc files on Windows"
...
This reverts commit 158ba9d332
.
My windows build environment was broken; reverted to backup.
2013-10-17 17:53:50 -04:00
http://joeyh.name/
a21b8ec346
removed
2013-10-17 21:49:46 +00:00
http://joeyh.name/
92a3b8b2a7
Added a comment
2013-10-17 21:49:10 +00:00
http://joeyh.name/
66dd077fd5
Added a comment
2013-10-17 21:21:30 +00:00
orb
4e1e3b0f4f
Added a comment
2013-10-17 21:12:10 +00:00
Joey Hess
bf11eac772
typo
2013-10-17 17:02:24 -04:00
Joey Hess
ad1470ff92
typo
2013-10-17 16:57:19 -04:00
Joey Hess
158ba9d332
avoid hsc files on Windows
...
This used to work, but now hsc2hs is failing with a usage message.
Since I have not changed my windows build environment at all, it must be
some change due to a change in the cabal file. Perhaps too make flags are
causing it to hit a windows command line length limit?
Anyway, these hsc files did nothing on Windows, so can be omitted and not
built to work around yet another epic windows weirdness.
2013-10-17 16:35:14 -04:00
Joey Hess
c02bc07ce0
avoid even trying to use nice on windows
2013-10-17 16:29:49 -04:00
Joey Hess
b6794f174e
note on nice
2013-10-17 16:13:33 -04:00
Joey Hess
aff125ddab
try working around windows xargs problem
2013-10-17 15:56:56 -04:00
Joey Hess
b7ab2c2ecb
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-17 15:15:17 -04:00
Joey Hess
19816bca41
update for DiffTree type change (which fixes assistant in subdir confusion bug)
2013-10-17 15:11:21 -04:00
Joey Hess
c7b8c776a8
update for DiffTree type change
...
Experimentally, using the raw TopFilePath was right here.
2013-10-17 15:01:23 -04:00
Joey Hess
7206dcb376
update for DiffTree change
...
This actually fixes a bug; if pre-commit was run in a subdir, it would pass
relative files when updating the associated file maps, and so the maps
wouldn't update.
I don't think this bug happened in practice, due to the way pre-commit is
called by the hook. It happened to chdir to the top of the work tree.
2013-10-17 14:52:12 -04:00
Joey Hess
7a9daefea2
update for LsTree type change
...
in the config monitor, we want files relative to the top of the working directory
2013-10-17 14:51:39 -04:00
Joey Hess
d785432f78
use TopFilePath for DiffTree and LsTree
2013-10-17 14:51:19 -04:00
Joey Hess
f40ed91276
update
2013-10-17 14:17:48 -04:00
Joey Hess
4188ad9d7e
repro recipe
2013-10-17 13:48:49 -04:00
Joey Hess
2ddcba7a15
sync: fix crash on first sync when no branch exists yet
2013-10-17 13:34:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg
6cd4e78718
Added a comment
2013-10-17 16:04:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
af647b9cfc
Added a comment
2013-10-16 22:47:46 +00:00
Joey Hess
4401df1e57
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-16 16:58:53 -04:00
Joey Hess
117124c670
mini-devblog
2013-10-16 16:54:29 -04:00
Joey Hess
c868b00569
moreinfo
2013-10-16 16:46:23 -04:00