Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkq11bTnmln5O-k-utYZYK8N9TzG3T1THk | 2011-12-10 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik | 2011-12-10 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik | 2011-12-09 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | (no commit message) | ioaoue | 2011-12-07 |
| | |||
* | coverage merged | Joey Hess | 2011-12-06 |
| | |||
* | Merge remote-tracking branch 'smcv/coverage' | Joey Hess | 2011-12-06 |
|\ | |||
| * | Add test coverage analysis (make coverage) | Simon McVittie | 2011-11-09 |
| | | |||
* | | done | Joey Hess | 2011-12-06 |
| | | |||
* | | Add path and path_natural sort orders | Simon McVittie | 2011-12-06 |
| | | | | | | | | | | | | These correspond to title and title_natural, but compare the entire path: a < a/b < a/z < ab < b. (cherry picked from commit 903a5a314f1f5d833dbc208ce128f24195b40e4b) | ||
* | | Add path and path_natural sort orders | Simon McVittie | 2011-12-06 |
| | | | | | | | | (cherry picked from commit 272e0b2f17c33c625b494b07f581da400066a216) | ||
* | | better pagespec for sitemap, using page(*) to only show pages and not other | Joey Hess | 2011-12-06 |
| | | | | | | | | files | ||
* | | clena up the sitemap | Joey Hess | 2011-12-06 |
| | | |||
* | | typo | Joey Hess | 2011-12-05 |
| | | |||
* | | Merge branch 'master' of ssh://git.ikiwiki.info | Joey Hess | 2011-12-05 |
|\ \ | |||
| * | | a different alternative | http://kerravonsen.dreamwidth.org/ | 2011-12-04 |
| | | | |||
| * | | consider alternatives? | http://kerravonsen.dreamwidth.org/ | 2011-12-04 |
| | | | |||
| * | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik | 2011-12-04 |
| | | | |||
| * | | Added a comment | http://smcv.pseudorandom.co.uk/ | 2011-12-04 |
| | | | |||
| * | | (no commit message) | http://hendry.iki.fi/ | 2011-12-04 |
| | | | |||
| * | | suggest sundown | http://hendry.iki.fi/ | 2011-12-04 |
| | | | |||
| * | | add wishlist tag to hopefully get the attention of Joey | http://hendry.iki.fi/ | 2011-12-04 |
| | | | |||
| * | | (no commit message) | http://hendry.iki.fi/ | 2011-12-04 |
| | | | |||
* | | | Consume all stdin when rcs_receive short-circuits, to avoid git SIPIPE race. | Joey Hess | 2011-12-05 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had a weird problem where, after moving to a new, faster server, "git push" would sometimes fail like this: Unpacking objects: 100% (3/3), done. fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly What turned out to be going on was that git-receive-pack was dying due to an uncaught SIGPIPE. The SIGPIPE occurred when it tried to write to the pre-receive hook's stdin. The pre-receive hook, in this case, was able to do all the checks it needed to do without the input, and so did exit(0) without consuming it. Apparently that causes a race. Most of the time, git forks the hook, writes output to the hook, and then the hook runs, ignores it, and exits. But sometimes, on our new faster server, git forked the hook, and it ran, and exited, before git got around to writing to it, resulting in the SIGPIPE. write(7, "c9f98c67d70a1cfeba382ec27d87644a"..., 100) = -1 EPIPE (Broken pipe) --- SIGPIPE (Broken pipe) @ 0 (0) --- I think git should ignore SIGPIPE when writing to hooks. Otherwise, hooks may have to go out of their way to consume all input, and as I've seen, the races when they fail to do this can lurk undiscovered. I have written to the git mailing list about this. As a workaround, consume all stdin before exiting. | ||
* | | Added a comment | http://kerravonsen.dreamwidth.org/ | 2011-12-03 |
| | | |||
* | | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik | 2011-12-03 |
| | | |||
* | | removed | https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0 | 2011-12-03 |
| | | |||
* | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0 | 2011-12-03 |
| | | |||
* | | removed | https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0 | 2011-12-03 |
| | | |||
* | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0 | 2011-12-03 |
| | | |||
* | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0 | 2011-12-03 |
| | | |||
* | | removed | https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0 | 2011-12-03 |
| | | |||
* | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0 | 2011-12-03 |
| | | |||
* | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0 | 2011-12-03 |
| | | |||
* | | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnam4a8RtFwaWkKOX2BkA5I7cpGHcFw8E0 | 2011-12-03 |
| | | |||
* | | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlkQOG_UxmAVOjXBQJLpiBmBWXEiTL9PYw | 2011-12-02 |
| | |