summary refs log tree commit diff
path: root/_irbrc
blob: 008e97cf46e4d2f50260d3459768dee7d334a381 (plain) (blame)
1
2
$:.unshift 'lib'
$: << '.'
href='/cgit-pink/log/filters/syntax-highlighting.sh?h=1.4.1&id=79c985e13c10b498c3ea62f4607c2e2a460c3b10&showmsg=1&follow=1'>syntax-highlighting.sh (unfollow)
Commit message (Collapse)Author
2014-04-17remove trailing whitespaces from source filesChristian Hesse
2014-04-12git: update to 1.9.2Christian Hesse
Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required.
2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice
For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'"
2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld
2014-03-20git: update to 1.9.1Christian Hesse