about summary refs log tree commit diff
path: root/AUTHORS
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-02-09 12:27:44 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-02-09 12:29:57 +0100
commit6e498de213aeebf63523ff0f298c2ae6393f9c0f (patch)
tree689122afcac6b3e1ffa83837f4eb6dd96641d1e5 /AUTHORS
parentui-clone.c: Fix path check (diff)
downloadcgit-pink-6e498de213aeebf63523ff0f298c2ae6393f9c0f.tar.gz
cgit-pink-6e498de213aeebf63523ff0f298c2ae6393f9c0f.zip
ui-clone.c: Fix off-by-one error in pack path
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
71&follow=1'>git: 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