summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Added a commentGravatar antymat2012-02-14
|
* layoutGravatar Joey Hess2012-02-14
|
* typoGravatar Joey Hess2012-02-14
|
* add video tag with RichiH's talkGravatar Joey Hess2012-02-14
|
* addGravatar Joey Hess2012-02-14
|
* fix memory leak when staging the journalGravatar Joey Hess2012-02-14
| | | | | | The list of files had to be retained until the end so it could be deleted. Also, a list of update-index lines was generated and only then fed into it. Now everything streams in constant space.
* Added a commentGravatar http://joey.kitenet.net/2012-02-14
|
* spellingGravatar antymat2012-02-14
|
* (no commit message)Gravatar antymat2012-02-14
|
* Fixed a memory leak due to excessive strictness when committing journal files.Gravatar Joey Hess2012-02-14
| | | | | | When hashing the files, the entire list of shas was read strictly. That was entirely unnecessary, since there's a cleanup action run after they're consumed.
* don't close yetGravatar Joey Hess2012-02-14
|
* add, and immediately close bug. useful documentation thoughGravatar Joey Hess2012-02-14
|
* doc updateGravatar Joey Hess2012-02-10
|
* Added a commentGravatar http://joey.kitenet.net/2012-02-09
|
* Added a commentGravatar http://peter-simons.myopenid.com/2012-02-09
|
* How to expire old versions of files that have been edited?Gravatar http://peter-simons.myopenid.com/2012-02-09
|
* addurl: Added a --file optionGravatar Joey Hess2012-02-08
| | | | | | | 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.
* merged ghc 7.4 support into masterGravatar Joey Hess2012-02-07
|
* Merge branch 'master' into ghc7.4Gravatar Joey Hess2012-02-07
|\
| * add a bug templateGravatar Joey Hess2012-02-06
| |
* | add a bug templateGravatar Joey Hess2012-02-06
| |
* | add news itemGravatar Joey Hess2012-02-06
| |
* | add a tip about using git's assume-unchanged feature to optimize large treesGravatar Joey Hess2012-02-06
| |
* | list of git branchesGravatar Joey Hess2012-02-06
| |
| * already doneGravatar Joey Hess2012-02-06
| |
| * (no commit message)Gravatar http://jefferai.org/2012-02-07
| |
* | note 7.4 neededGravatar Joey Hess2012-02-04
| |
| * add news itemGravatar Joey Hess2012-02-04
|/
* update; ghc7.4 branch fixes this pretty well nowGravatar Joey Hess2012-02-03
|
* updateGravatar Joey Hess2012-02-02
|
* update; newghc-edges branchGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-02
|
* update; unix-compat gets some of the wayGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-01
|
* spent 3 hours on this bug; developed two incomplete fixesGravatar Joey Hess2012-02-01
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-29
|
* reopenGravatar Joey Hess2012-01-28
| | | | | People seem to want to post comments here with vague details about a new bug, rather than opening a new bug report.
* fixedGravatar Joey Hess2012-01-28
|
* Added a commentGravatar http://joey.kitenet.net/2012-01-28
|
* Added a commentGravatar http://joey.kitenet.net/2012-01-28
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-28
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-28
|
* Added a commentGravatar http://joey.kitenet.net/2012-01-27
|
* old version?Gravatar Joey Hess2012-01-27
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-27
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-26
|
* addGravatar Joey Hess2012-01-25
|
* closeGravatar Joey Hess2012-01-24
|
* remove Utility.Conditional and use IfElseGravatar Joey Hess2012-01-24
| | | | | | | This drops the >>! and >>? with the nice low fixity. IfElse does have undocumented >>=>>! and >>=>>? operators, but I deem that too fishy. Anyway, using whenM and unlessM is easier; I sometimes mixed the operators up.