about summary refs log tree commit diff
path: root/git
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-01-10 15:18:18 +0100
committerLars Hjemli <hjemli@gmail.com>2009-01-10 15:18:18 +0100
commitc63aaff2adb83e5015841921fab233c2fe2e3b0a (patch)
treeeeb62508fa174015533a3798f496eaa2ee8e580a /git
parentui-tree.c: do not add blank line when displaying blobs (diff)
downloadcgit-pink-c63aaff2adb83e5015841921fab233c2fe2e3b0a.tar.gz
cgit-pink-c63aaff2adb83e5015841921fab233c2fe2e3b0a.zip
Makefile: avoid libcurl when building git
We don't need support for fetching/pushing in libgit.a, hence we don't need
to link with libcurl.

Noticed-by: Robin Redeker <elmex@ta-sa.org>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
8a6aeaacf60d5e9fcd&follow=1'>Remove Lua supportJune McEnroe 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe