Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-29 | fix display of error msg | Joey Hess | |
2008-10-29 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-28 | Bug report re shortcuts during preview | Jason Blevins | |
2008-10-28 | better entry points | neale | |
2008-10-28 | (no commit message) | neale | |
2008-10-28 | oops, attribution | neale | |
2008-10-28 | How I accomplished this and where I'd like to take it | neale | |
2008-10-28 | Fortran Wiki | Jason Blevins | |
2008-10-28 | update | Joey Hess | |
2008-10-27 | Note unimplemented features | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Notes about untrusted push in monotone | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Redirect username (for git commits) to user page | Jason Blevins | |
2008-10-27 | Response re sha1_commit | Jason Blevins | |
2008-10-27 | Notes and more linkage | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Note sourcecode plugin doesn't pollute drop-down menu | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Note change in src-highlight plugin | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Updated patch | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | responses | Joey Hess | |
2008-10-27 | git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit. | Joey Hess | |
2008-10-27 | Thoughts | Jason Blevins | |
2008-10-27 | Fix escaping | Jason Blevins | |
2008-10-27 | Patch for substitution of sha1 in diffurl | Jason Blevins | |
2008-10-26 | (no commit message) | bremner | |
2008-10-26 | another thought | Joey Hess | |
2008-10-26 | further thoughts | Joey Hess | |
2008-10-26 | organizing and pulling together syntax highlighting info | Joey Hess | |
2008-10-26 | editdiff already exists | Joey Hess | |
2008-10-26 | do no-op post_commit test in wrapper | Joey Hess | |
This speeds up web commits by 1/4th of a second or so, since perl does not have to start up for the post commit hook. perl's locking is completly FuBar, since it's impossible to tell what perl flock() really does, and thus difficult to write code in other languages that interoperates with perl's locking. (Let alone interoperating with existing fcntl locking from perl...) In this particular case, I think I was able to find a way to avoid the insanity, mostly. The C code does a true flock(2), and if perl is using an incompatable lock method that does not use the same locking primative at the kernel level, then the C code's test will fail, and it will go ahead and run the perl code. Then the perl code's test will test the right thing. On Debian, at least lately, perl's flock() does a true flock(2), so the optimisation does work. | |||
2008-10-26 | move untrusted committer test into the wrapper | Joey Hess | |
This saves around 1/4th second per trusted commit since ikiwiki doesn't need to start up. | |||
2008-10-25 | fix typo. | https://brian.may.myopenid.com// | |
2008-10-25 | add my name | https://brian.may.myopenid.com// | |
2008-10-25 | Replace weirdness section with link to Debian bug report. | https://brian.may.myopenid.com// | |
2008-10-25 | minor change | https://brian.may.myopenid.com// | |
2008-10-25 | add link to Debian bug report. | https://brian.may.myopenid.com// | |
2008-10-25 | improve formatting | https://brian.may.myopenid.com// | |
2008-10-25 | solution? | https://brian.may.myopenid.com// | |
2008-10-25 | attach patch for http/https proxy support | https://brian.may.myopenid.com// | |
2008-10-25 | (no commit message) | http://xma.myopenid.com/ | |
2008-10-24 | response | Jason Blevins | |
2008-10-24 | other DVCS may be able to support anon push | Joey Hess | |
2008-10-24 | mention twitter feed | Joey Hess | |
2008-10-24 | idea | Joey Hess | |
2008-10-24 | Git wizards required to make new anonymous push feature useful for me | intrigeri | |
2008-10-24 | I was answered | intrigeri | |
2008-10-24 | Fix typo | Jason Blevins | |
2008-10-24 | note about spoofing | Joey Hess | |
2008-10-24 | Test anon Git push | Jason Blevins | |
2008-10-24 | links | Joey Hess | |
2008-10-24 | wording | Joey Hess | |
2008-10-24 | announce anonymous git push support | Joey Hess | |