summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* improve lambdaparens hackGravatar Joey Hess2013-09-22
|
* another fine hackGravatar Joey Hess2013-09-22
|
* didn't need to install cabal hereGravatar Joey Hess2013-09-22
|
* remove unused patches (2000+ lines!)Gravatar Joey Hess2013-09-22
|
* refresh haskell package patches for new android buildGravatar foo2013-09-22
| | | | | | | | | Android build is now almost entirely automated, except for the installation of cross-built libs needed for XMPP. Haskell packages updated to current newest versions. Am not currently pinning the versions, as that didn't work out last time I tried it (must have missed some pins before).
* warning to people who want to do this with encrypted remotesGravatar http://christian.amsuess.com/chrysn2013-09-21
|
* raise this question again, and sign so I can find it again :)Gravatar https://id.koumbit.net/anarcat2013-09-21
|
* what i use git-annex forGravatar https://id.koumbit.net/anarcat2013-09-21
|
* fix wording (sparse checkout -> shallow clone), more details, formattingGravatar http://christian.amsuess.com/chrysn2013-09-21
|
* mention wishlistGravatar https://id.koumbit.net/anarcat2013-09-21
|
* (no commit message)Gravatar https://id.koumbit.net/anarcat2013-09-21
|
* Added a comment: size of repoGravatar https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg002013-09-21
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ2013-09-20
|
* Added a commentGravatar ringprince2013-09-20
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmOsy6nbvPyXLd--qqjPMLnVIzxgZwtKlQ2013-09-20
|
* Added a commentGravatar http://joeyh.name/2013-09-20
|
* Added a commentGravatar http://joeyh.name/2013-09-20
|
* Added a commentGravatar http://joeyh.name/2013-09-20
|
* Added a commentGravatar http://joeyh.name/2013-09-20
|
* release notesGravatar Joey Hess2013-09-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-09-20
|\
| * (no commit message)Gravatar ringprince2013-09-20
| |
* | release4.20130920Gravatar Joey Hess2013-09-20
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-09-20
|\|
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo2013-09-20
| |
* | noteGravatar Joey Hess2013-09-20
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ2013-09-20
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-09-19
|\
* | list --allreposGravatar Joey Hess2013-09-19
| |
| * Added a commentGravatar http://joeyh.name/2013-09-20
|/
* remove possibly confusing mention of git commit -a in sync documentationGravatar Joey Hess2013-09-19
| | | | http://git-annex.branchable.com/forum/git-annex_pre-commit_eats_all_my_4GB_of_ram/#comment-f7523e3779794a03680dbf48a488abc0
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-09-19
|\
* | completely solve catKey memory leakGravatar Joey Hess2013-09-19
| | | | | | | | | | | | | | | | | | | | | | Since 4aaa584eb632a981f5364c844f9293d4cdedaa65 was incomplete, not being able to get the right mode of the file when the index differs from HEAD, this is a final workaround. Only buffering the start of the file in this case avoids leaking memory. This does not prevent git-cat-file being asked to output the whole file, which needs to be consumed, and can be slow. But this only happens in a rare edge case.
| * Added a commentGravatar ringprince2013-09-19
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ2013-09-19
|/
* devblogGravatar Joey Hess2013-09-19
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-09-19
|\
| * Added a commentGravatar http://joeyh.name/2013-09-19
| |
| * Added a commentGravatar http://joeyh.name/2013-09-19
| |
| * Added a commentGravatar http://joeyh.name/2013-09-19
| |
| * Added a commentGravatar http://joeyh.name/2013-09-19
| |
* | more completely solve catKey memory leakGravatar Joey Hess2013-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done using a mode witness, which ensures it's fixed everywhere. Fixing catFileKey was a bear, because git cat-file does not provide a nice way to query for the mode of a file and there is no other efficient way to do it. Oh, for libgit2.. Note that I am looking at tree objects from HEAD, rather than the index. Because I cat-file cannot show a tree object for the index. So this fix is technically incomplete. The only cases where it matters are: 1. A new large file has been directly staged in git, but not committed. 2. A file that was committed to HEAD as a symlink has been staged directly in the index. This could be fixed a lot better using libgit2.
| * Added a commentGravatar ringprince2013-09-19
| |
* | interface to parse git tree objectsGravatar Joey Hess2013-09-19
| |
| * Added a commentGravatar http://joeyh.name/2013-09-19
| |
| * Added a commentGravatar http://joeyh.name/2013-09-19
| |
| * Added a comment: Ed's rightGravatar http://joeyh.name/2013-09-19
| |
| * Added a commentGravatar http://joeyh.name/2013-09-19
| |
| * Added a commentGravatar http://joeyh.name/2013-09-19
|/
* sync, pre-commit, indirect: Avoid unnecessarily catting non-symlink files ↵Gravatar Joey Hess2013-09-19
| | | | from git, which can be so large it runs out of memory.