about summary refs log tree commit diff
path: root/.mailmap
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2015-02-09 07:25:00 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-02-09 11:51:14 +0100
commitb66b16ed026c6f57ad8ae892c821d835113e7fb2 (patch)
tree604193d1a658df7e3ebec743f5210dae86c4f2e9 /.mailmap
parentgit: update for v2.3.0 (diff)
downloadcgit-pink-b66b16ed026c6f57ad8ae892c821d835113e7fb2.tar.gz
cgit-pink-b66b16ed026c6f57ad8ae892c821d835113e7fb2.zip
ui-clone.c: Fix path check
The starts_with() check was broken in two ways: For one thing, the
parameters were passed in the wrong order, for another thing,
starts_with() returns 1 if the string starts with the prefix (not 0).

Note that this bug existed since commit 02a545e (Add support for cloning
over http, 2008-08-06) but only pops in in corner cases.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions
-v flagJune McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe 2019-09-08Set title User-AgentJune McEnroe 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe