This page aggregates together stuff having to do with Joey from elsewhere on the net.
Commit by joeyh on no-s3 :: re8a39f768fe4 / (26 files in 14 dirs):
Merge branch 'ghc7.0' into no-s3
Conflicts:
Remote/S3.hs Commit by joeyh on master :: ref013506cb8c / (4 files in 4 dirs):
addurl: Added a --file option Can be used to specify what file the url is added to. This can be used to override the default filename that is used when adding an url, which is based on the url. Or, when the file already exists, the url is recorded as another location of the file.
Commit by joeyh :: r67226 manual/en/appendix/preseed.xml:
clarify wording
Commit by joeyh :: r4390c75 debhelper/ (2 files in 2 dirs):
dh_auto_install: Set AM_UPDATE_INFO_DIR=no to avoid automake generating an info dir file. Closes: #634741
Commit by joeyh on debian-stable :: rb169522b8af8 /doc/news/ (2 files):
add news item for git-annex 3.20120123~bpo60+1
Commit by joeyh on debian-stable :: r908b4947ab84 /debian/changelog:
releasing version 3.20120123~bpo60+1
Commit by joeyh on debian-stable :: rc52492ed6a5a /debian/control:
remove arch limitiations needed for test suite
Commit by joeyh on debian-stable :: r1211d19dbfa3 / (39 files in 14 dirs):
Merge commit '3.20120123' into debian-stable
Conflicts:
Annex.hs
Remote/S3.hs
git-annex.cabal
“etckeeperのつかいかた(インストール、サブコマンド追加) « Coding Suicidal” http://t.co/LPFw5Qol
Commit by joeyh on master :: r995bf51e1016 /debian/changelog:
correction
Commit by joeyh on master :: r57a747d0819d / (Remote/S3.hs debian/changelog):
S3: Fix irrefutable pattern failure when accessing encrypted S3 credentials.
@ turns out an archive team member wrote the git annex. :)
開発サーバにetckeeperを初めて導入してみた。なかなか便利
Commit by joeyh :: r18405 /data/CVE/list:
automatic update
Commit by joeyh on master :: rb51d7de60856 / (17 files in 6 dirs):
Merge branch 'ghc7.4'
Commit by joeyh on master :: r2dcce5a8bb1f /doc/ (2 files in 2 dirs):
merged ghc 7.4 support into master
Commit by joeyh on master :: rb9b72d22a903 /Remote/S3.hs:
refactor Wow, triple monadic lift!
Commit by joeyh on master :: r44b115e0b11b / (16 files in 8 dirs):
Merge branch 'master' into ghc7.4
Conflicts:
Utility/Misc.hs Commit by joeyh on master :: rd8fb97806c43 / (12 files in 4 dirs):
support all filename encodings with ghc 7.4 Under ghc 7.4, this seems to be able to handle all filename encodings again. Including filename encodings that do not match the LANG setting. I think this will not work with earlier versions of ghc, it uses some ghc internals. Turns out that ghc 7.4 has a special filesystem encoding that it uses when reading/writing filenames (as FilePaths). This encoding is documented to allow "arbitrary undecodable bytes to be round-tripped through it". So, to get FilePaths from eg, git ls-files, set the Handle that is reading from git to use this encoding. Then things basically just work. However, I have not found a way to make Text read using this encoding. Text really does assume unicode. So I had to switch back to using String when reading/writing data to git. Which is a pity, because it's some percent slower, but at least it works. Note that stdout and stderr also have to be set to this encoding, or printing out filenames that contain undecodable bytes causes a crash. IMHO this is a misfeature in ghc, that the user can pass you a filename, which you can readFile, etc, but that default, putStr of filename may cause a crash! Git.CheckAttr gave me special trouble, because the filenames I got back from git, after feeding them in, had further encoding breakage. Rather than try to deal with that, I just zip up the input filenames with the attributes. Which must be returned in the same order queried for this to work. Also of note is an apparent GHC bug I worked around in Git.CheckAttr. It used to forkProcess and feed git from the child process. Unfortunatly, after this forkProcess, accessing the `files` variable from the parent returns []. Not the value that was passed into the function. This screams of a bad bug, that's clobbering a variable, but for now I just avoid forkProcess there to work around it. That forkProcess was itself only added because of a ghc bug, #624389. I've confirmed that the test case for that bug doesn't reproduce it with ghc 7.4. So that's ok, except for the new ghc bug I have not isolated and reported. Why does this simple bit of code magnet the ghc bugs? :) Also, the symlink touching code is currently broken, when used on utf-8 filenames in a non-utf-8 locale, or probably on any filename containing undecodable bytes, and I temporarily commented it out.
Commit by joeyh on master :: rfb78107f85ff /Messages.hs:
add a check for not utf-8 console
Commit by joeyh on master :: ra81297065dd2 /Command/Status.hs:
use "known" instead of "visible" I think it's clearer, also it's the same length as "local" :)
Commit by joeyh on master :: ra6c4b107716c /doc/news/Presentation_at_FOSDEM.mdwn:
add news item
Commit by joeyh on master :: rf995a7bea390 /doc/todo/recommend_libtext-markdown-discount_instead_of_depending.mdwn:
response
RT @wookiebpl: GIT and big files in repo http://t.co/7MmxVHZF - GIT is most amazing VCS in the world!
GIT and big files in repo http://t.co/7MmxVHZF - GIT is most amazing VCS in the world!
@ashley_ikiwiki ergonomic products http://t.co/lHeAzSj6
seriously, git-annex could be a solution to manage my spare external drives. so let's read this manual
@archiveteam irc chan pointed me at http://t.co/eKB2D8Ph - i just fired and lost 30G of music :| remember: learn first then use!
Commit by joeyh on master :: r1b6c1895784d /IkiWiki/Plugin/git.pm:
fix display of page name in recentchanges after a revert When the wiki is in a subdir of the git repo, a web revert would show in recentchanges as eg, doc/index, instead of just index. This happened because decode_git_file caches a $prefix that is dependant on the $git_dir setting, and the revert code runs with a different $git_dir, which polluted the $prefix for later. Fix this by adding a with_git_dir that juggles the variables properly.
Commit by joeyh on master :: rc29a088dd8a2 /doc/index.mdwn:
testing This reverts commit 26dbe8ba9a397d5d59af789c7ef3576ebdcf2db8
Commit by joeyh on master :: r26dbe8ba9a39 /doc/index.mdwn:
testing
Commit by joeyh on master :: r742579e1096c /doc/index.mdwn:
Merge branch 'master' of ssh://git.ikiwiki.info
Commit by joeyh on master :: rb2af77da3437 /doc/index.mdwn:
Revert spam
My local banks don't do that, actually. My local credit union does. #BankIsA4LetterWord
Surprised that my local bank sorts & rolls loose change, for free. 5 blocks away there is a Coinstar machine that does it for 10%
RT @Hackage: git-annex 3.20120123, added by JoeyHess: manage files with git, without checking their contents into git http://t.co/QxXxlLWL
@Velmont Thanks, I was trying to make the #git-annex talk interesting. If you have any problems, just join #vcs-home on http://t.co/nbawdEYu
RT @avsm At the git-annex lightning talk, the most awesomely useful haskell project ever
RT @yoz Don't understand git-annex yet, but it has the tangy aroma of "revolutionary, once people grok it"
RT @enigmeta: Git-annex – the perfect tool for nerdy movie hoarders: http://t.co/HgTIrdWY
@textfiles @avsm No! Well, not entirely! This walkthrough's really good: http://t.co/sWDKEFTJ And you know you want to learn it anyway.
@textfiles I suspect git-annex may be useful to you. Also note that it has an Internet Archive backend module.
Don't understand git-annex yet, but it has the tangy aroma of "revolutionary, once people grok it" http://t.co/dzzRM3gV (via @avsm)
RT @avsm: At the git-annex lightning talk, the most awesomely useful haskell project ever; http://t.co/B6lOnmdw
RT @aradici_ debhelper is one of the most beautiful UNIX tools ever conceived by humanity.
Very interesting talk on git-annex, thanks to @richardhartmann. Have to try that now ! #fosdem
Git-annex – the perfect tool for nerdy movie hoarders: http://t.co/HgTIrdWY
At the #git-annex talk. Looks very nice. Especially using 1 minute to give us a few actual, concrete use cases. More ppl should. #fosdem
At the git-annex lightning talk, the most awesomely useful haskell project ever; http://t.co/B6lOnmdw
Now in git-annex lightning talk. #fosdem
In the lightning talks room, the next hour has: mail2trac; Home Automation with Open Remote; git-annex!
@BeeJayEtzel @mayor_of_3rdST @Joey_Hess if you want to play the squares tonight. twenty bucks, little man.
List of feeds:
- music: last checked Wednesday afternoon, February 8th, 2012 (10909 posts)
- commits: last checked Wednesday afternoon, February 8th, 2012 (12817 posts)
- commits2: last checked Wednesday afternoon, February 8th, 2012 (106 posts)
- identi.ca posts: last checked Wednesday afternoon, February 8th, 2012 (959 posts)
- identi.ca replies: last checked Wednesday afternoon, February 8th, 2012 (368 posts)
- twitter mentions: last checked Wednesday afternoon, February 8th, 2012 (1353 posts)
- books: last checked Wednesday afternoon, February 8th, 2012 (1947 posts; 3 new)
- google: Cannot detect feed type (930 posts)
