notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/cgit/Makefile

Number of commits found: 84

Thursday, 1 Feb 2024
20:00 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/cgit: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 5904e433a44c9efa1705482edf55c7f1fd30d036 commit hash: 5904e433a44c9efa1705482edf55c7f1fd30d036 commit hash: 5904e433a44c9efa1705482edf55c7f1fd30d036 commit hash: 5904e433a44c9efa1705482edf55c7f1fd30d036 5904e433
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Tuesday, 9 May 2023
09:13 Yasuhiro Kimura (yasu) search for other commits by this committer
devel/cgit: Fix fetch

yasu@rolling-vm-freebsd2[1018]% pwd
/usr/ports/devel/cgit
yasu@rolling-vm-freebsd2[1019]% make fetch
===>  License GPLv2 accepted by the user
===>   cgit-1.2.3 depends on file: /usr/local/sbin/pkg - found
=> cgit-1.2.3.tar.xz doesn't seem to exist in /net/freebsd/ports/distfiles/.
=> Attempting to fetch http://git.zx2c4.com/cgit/snapshot/cgit-1.2.3.tar.xz
fetch: http://git.zx2c4.com/cgit/snapshot/cgit-1.2.3.tar.xz: size unknown
fetch: http://git.zx2c4.com/cgit/snapshot/cgit-1.2.3.tar.xz: size of remote file
is not known
cgit-1.2.3.tar.xz                                       88 kB  353 kBps    00s
=> git-2.25.1.tar.xz doesn't seem to exist in /net/freebsd/ports/distfiles/.
===> /!\ Error /!\
     The :git group used for git-2.25.1.tar.xz is missing
     from MASTER_SITES. Check for typos, or errors.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/cgit
yasu@rolling-vm-freebsd2[1020]%

Approved by:	portmgr blanket (just fix it)
MFH:		2023Q2
commit hash: 762f0c8d53d9faa2bd25cfc633220c7be752a536 commit hash: 762f0c8d53d9faa2bd25cfc633220c7be752a536 commit hash: 762f0c8d53d9faa2bd25cfc633220c7be752a536 commit hash: 762f0c8d53d9faa2bd25cfc633220c7be752a536 762f0c8
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 25 Nov 2020
10:17 linimon search for other commits by this committer
Add compiler:c++11-lang to USES to fix build on GCC-based systems:

  cc1plus: error: unrecognized command line option "-std=c++11"

Reported by:	lwhsu
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:556279 
Friday, 1 May 2020
07:12 tcberner search for other commits by this committer
devel/cgit: update to 1.2.3

PR:		246053
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	Marko Turk <mt@markoturk.info> (maintainer)
Original commitRevision:533520 
Tuesday, 21 Jan 2020
01:37 meta search for other commits by this committer
devel/cgit: Update to 1.1.2

Use MASTER_SITE_KERNEL_ORG & MASTER_SITE_SUBDIR for
https://www.kernel.org/pub/software/scm/git/.

PR:		243348
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
Sponsored by:	HAW International
Original commitRevision:523699 
Thursday, 14 Mar 2019
20:02 zi search for other commits by this committer
- Shebang fix for cgit filters
- Bump PORTREVISION

PR:		236420
Submitted by:	Frank van den Boom <frank@am-knie.de>
Approved by:	Marko Turk <mt@markoturk.info> (maintainer)
Original commitRevision:495730 
Thursday, 30 Aug 2018
04:05 danfe search for other commits by this committer
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
Original commitRevision:478429 
Sunday, 12 Aug 2018
17:09 riggs search for other commits by this committer
Update to upstream release 1.2.1 (Fixes CVE-2018-14912)

PR:		230361
Submitted by:	yasu@utahime.org
Approved by:	mt@markoturk.info (maintainer)
Security:	CVE-2018-14912
Original commitRevision:477003 
Tuesday, 17 Jul 2018
20:14 pi search for other commits by this committer
devel/cgit: update 1.1 -> 1.2

- among other things, update to git 2.18

PR:		229841
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	Marko Turk <mt@markoturk.info> (maintainer)
Relnotes:	https://lists.zx2c4.com/pipermail/cgit/2018-July/004160.html
Original commitRevision:474827 
Friday, 6 Jul 2018
11:53 miwi search for other commits by this committer
- Update included git to 2.17.1

PR:		227536
Original commitRevision:474007 
Sunday, 15 Apr 2018
17:04 adamw search for other commits by this committer
Add an option (defaulting to on) to build and install the cgitrc(5)
manpage.

Submitter becomes maintainer.

PR:		227304
Submitted by:	Marko Turk
Original commitRevision:467401 
Friday, 23 Mar 2018
17:16 adamw search for other commits by this committer
Update included git to 2.16.3
Original commitRevision:465387 
Tuesday, 20 Feb 2018
12:54 adamw search for other commits by this committer
Update included git to 2.16.2
Original commitRevision:462393 
Tuesday, 23 Jan 2018
01:11 adamw search for other commits by this committer
cgit: Update included git to 2.16.1

Also, add test depends and fix up some more shebangs.
Original commitRevision:459720 
Thursday, 30 Nov 2017
02:21 adamw search for other commits by this committer
Update included git to 2.15.1
Original commitRevision:455160 
Wednesday, 1 Nov 2017
12:44 adamw search for other commits by this committer
Update included git to 2.15.0
Original commitRevision:453283 
Monday, 23 Oct 2017
12:24 adamw search for other commits by this committer
Update included git to 2.14.3
Original commitRevision:452703 
Tuesday, 10 Oct 2017
01:20 adamw search for other commits by this committer
Update included git to 2.14.2
Original commitRevision:451650 
Friday, 11 Aug 2017
16:23 adamw search for other commits by this committer
Update included git to 2.14.1
Original commitRevision:447774 
Thursday, 3 Aug 2017
14:43 adamw search for other commits by this committer
Update included git to 2.13.4.
Original commitRevision:447215 
Saturday, 15 Jul 2017
14:40 adamw search for other commits by this committer
Update included git to 2.13.3.
Original commitRevision:445876 
Wednesday, 28 Jun 2017
12:17 adamw search for other commits by this committer
Update included git to 2.13.2.
Original commitRevision:444570 
Friday, 9 Jun 2017
16:46 adamw search for other commits by this committer
Add the SHA1 checksum patch from devel/git
Original commitRevision:443020 
15:10 adamw search for other commits by this committer
Update included git to 2.13.1.
Original commitRevision:443008 
Wednesday, 10 May 2017
18:33 adamw search for other commits by this committer
Update included git to 2.13.0.
Original commitRevision:440582 
Wednesday, 22 Mar 2017
01:39 adamw search for other commits by this committer
Update included git to 2.12.1 and bump PORTREVISION.
Original commitRevision:436672 
Friday, 10 Feb 2017
00:12 adamw search for other commits by this committer
Update included git to 2.11.1.
Original commitRevision:433778 
Wednesday, 30 Nov 2016
20:49 adamw search for other commits by this committer
Update included git to 2.11.0 (and bump PORTREVISION for it). Also,
enable verbose build, use OPTIONS helpers, and update the suggested
Apache config block.
Original commitRevision:427459 
Wednesday, 23 Nov 2016
23:10 adamw search for other commits by this committer
Update to cgit 1.1, and update the included git to 2.10.2. While here,
simplify the plist and the pkg-message by assuming that the project
isn't going to change its name. Also, tweak the COMMENT and pkg-descr.

And lastly, take maintainership. Many thanks to Kevin for all his work
in looking after this port for nearly three-and-a-half years!

PR:		214791
Approved by:	outgoing maintainer (Kevin Zheng)
Original commitRevision:426983 
Saturday, 10 Sep 2016
14:55 marino search for other commits by this committer
devel/cgit: Sed in flags for USES=ssl (supports ports SSL)

Passing through CFLAGS and LDFLAGS definitions doesn't work

Approved by:	SSL blanket
Original commitRevision:421698 
Monday, 18 Jul 2016
17:03 adamw search for other commits by this committer
Update cgit to 1.0, and the included git to 2.9.2.

PR:		211200
Approved by:	maintainer (Kevin Zheng)
Original commitRevision:418717 
Wednesday, 20 Jan 2016
23:42 junovitch search for other commits by this committer
devel/cgit: update 0.11.2 -> 0.12

Changes:	http://lists.zx2c4.com/pipermail/cgit/2016-January/002817.html

PR:		206417
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Security:	CVE-2016-1899
Security:	CVE-2016-1900
Security:	CVE-2016-1901
Security:	https://vuxml.FreeBSD.org/freebsd/62c0dbbd-bfce-11e5-b5fe-002590263bf5.html
MFH:		2016Q1
Original commitRevision:406816 
Monday, 7 Dec 2015
04:29 adamw search for other commits by this committer
Add NO_R_TO_GCC_LINKER=1 to MAKE_ARGS, which tells the bundled git to
use -Wl,-rpath=/path/ instead of -R/path/. This occurs when USE_OPENSSL_PORT=yes
is defined in /etc/make.conf, exposed by the changes in r403176.
Original commitRevision:403177 
03:58 adamw search for other commits by this committer
cgit will link against libcrypto in ${LOCALBASE} if it exists, so
add USE_OPENSSL to acknowledge the dependency.

PR:		204995
Approved by:	Kevin Zheng (maintainer)
Original commitRevision:403176 
Sunday, 17 May 2015
09:13 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:386589 
Monday, 16 Mar 2015
19:15 pawel search for other commits by this committer
Update to version 0.11.2

PR:		198609
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Original commitRevision:381434 
Wednesday, 25 Feb 2015
04:49 ohauer search for other commits by this committer
- update to 0.11.0
- use s/tar:bzip2/tar:xz/

PR:		198003
Submitted by:	ohauer
Approved by:	maintainer (Kevin Zheng)
MFH:		2015Q1
Original commitRevision:379872 
Friday, 4 Jul 2014
02:05 danilo search for other commits by this committer
- Update from 0.10.1 to 0.10.2

PR:		ports/191546
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Original commitRevision:360506 
Friday, 21 Mar 2014
20:22 pawel search for other commits by this committer
- Update to version 0.10.1 [1]
- Strip cgi binary
- Switch to PORTDOCS

PR:		ports/187211 [1]
Submitted by:	maintainer
Original commitRevision:348743 
Sunday, 27 Oct 2013
20:39 wg search for other commits by this committer
devel/cgit: allow staging

- Allow staging [1] (based on)
- Add DOCS option
- Remove useless options.mk

PR:		ports/183369
Submitted by:	Kevin Zheng <kevinz5000 gmail.com> (maintainer)
Original commitRevision:331804 
Monday, 23 Sep 2013
21:36 madpilot search for other commits by this committer
- Add explicit ICONV_LIB [1]
- While here, convert to USES gmake

Submitted by:	marino [1]
Approved by:	portmgr (bapt)
Original commitRevision:328059 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Wednesday, 4 Sep 2013
18:06 madpilot search for other commits by this committer
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Original commitRevision:326307 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Sunday, 16 Jun 2013
23:14 antoine search for other commits by this committer
- Fix build WITHOUT_NLS, NO_GETTEXT must be passed to make
- Fix plist with pkg_install
- Pass maintainership to reporter

PR:		ports/179599
Reported by:	Kevin Zheng
Original commitRevision:321081 
Monday, 3 Jun 2013
10:49 bapt search for other commits by this committer
Make bundle git respect CFLAGS/LDFLAGS
Alway build the bundle git without gettext
fix plist
sort plist

PR:		ports/179257
Submitted by:	John Marino <draco@marino.st>
Original commitRevision:319767 
10:20 bapt search for other commits by this committer
Drop maintainership I don't use it anymore
Original commitRevision:319765 
Wednesday, 29 May 2013
10:23 bapt search for other commits by this committer
With the new plist it is better :)
While here fix the shebang of some scripts
Original commitRevision:319364 
10:06 bapt search for other commits by this committer
Update to 0.9.2
Update bundle git to 1.8.2.3
mark as job safe
Original commitRevision:319363 
Saturday, 27 Apr 2013
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Thursday, 7 Mar 2013
11:21 bapt search for other commits by this committer
Update bundled git to 1.7.4.4, which at the same time fixes the bad checksum
problem

PR:		ports/176707
Submitted by:	John Marino <draco@marino.st>, miwi, bdrewery
Original commitRevision:313575 
Thursday, 21 Feb 2013
09:30 bapt search for other commits by this committer
- update to 0.9.1
- update master site for both cgit and bundled git
- update www
Original commitRevision:312715 
Thursday, 14 Feb 2013
09:42 gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
Original commitRevision:312209 
Monday, 31 Dec 2012
11:51 bapt search for other commits by this committer
Trim header
Convert to optionsng
remove useless LICENSE_FILE
Original commitRevision:309721 
Saturday, 28 Apr 2012
22:51 bapt search for other commits by this committer
- Fix build avoiding collision of archive.h from git and the one from libarchive
  when libarchive is installed from ports

Reported by:    Andrzej Tobola <ato@iem.pw.edu.pl> (by private mail)
Original commit
Thursday, 22 Mar 2012
07:21 bapt search for other commits by this committer
- update to 0.9.0.3

Feature safe:   yes
Original commit
Sunday, 25 Sep 2011
21:18 bapt search for other commits by this committer
- Fix plist (makeing %%PORTNAME%% substitution working)
- While here display the message at install
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Friday, 22 Jul 2011
05:58 bapt search for other commits by this committer
update to 0.9.0.2
Original commit
Monday, 11 Jul 2011
11:09 bapt search for other commits by this committer
- update to 0.9.0.1
Original commit
Friday, 15 Apr 2011
18:18 bapt search for other commits by this committer
remove the useless dependency on curl

Reported by:    Freddy Dissaux <dsx _at_ bsdsx.fr> (irc)
Original commit
Monday, 4 Apr 2011
09:37 bapt search for other commits by this committer
Add PORTNAME to SUB_LIST

PR:             ports/156119
Submitted by:   Philippe Pepiot <phil _at_ philpep.org>
Original commit
Friday, 11 Mar 2011
09:37 bapt search for other commits by this committer
- install filters in a better place and track them in plist
- bump port revision

Reported by:    pointy hat (pav)
Original commit
Monday, 7 Mar 2011
12:15 bapt search for other commits by this committer
- update to 0.9
- update bundled git to 1.7.4
Original commit
Tuesday, 8 Feb 2011
10:14 bapt search for other commits by this committer
Make sure to link against ${PTHREAD_LIBS}
while here remove MD5 from distinfo

Feature safe:   yes
Original commit
Wednesday, 29 Sep 2010
06:16 bapt search for other commits by this committer
- Update to 0.8.3.4
- Update internal version of git to 1.7.3
Original commit
Wednesday, 11 Aug 2010
08:27 bapt search for other commits by this committer
- Update to 0.8.3.3
- Add license

Approved by:    rene@ (mentor vacation)
Original commit
Thursday, 29 Jul 2010
12:31 bapt search for other commits by this committer
- Take maintainership
- Update to 0.8.3.2
- Update embed git to 1.7.1.2

PR:             ports/148544
Approved by:    flz@ (maintainer), jadawin@ (co-mentor)
Original commit
Thursday, 17 Sep 2009
16:04 flz search for other commits by this committer
Update devel/cgit to 0.8.3.

Feature safe:   yes
Original commit
Tuesday, 2 Jun 2009
16:19 wxs search for other commits by this committer
- Switch to MASTER_SITE_KERNEL_ORG[1]
- Remove BROKEN (fetches fine)
- Portlint

Submitted by:   [1]: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    flz (maintainer)
Original commit
Wednesday, 27 May 2009
19:05 pav search for other commits by this committer
- Mark BROKEN: does not fetch

Reported by:    pointyhat
Original commit
Thursday, 14 May 2009
11:46 flz search for other commits by this committer
Update devel/cgit to 0.8.2.1.
Original commit
Monday, 2 Feb 2009
16:38 flz search for other commits by this committer
- Update devel/cgit to 0.8.2.
- Reintroduce some magic.
Original commit
Friday, 23 Jan 2009
15:43 roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Original commit
Wednesday, 21 Jan 2009
18:35 flz search for other commits by this committer
- Fix checksum.
- Remove some magic.

Reported by:    Matt Sealey
Original commit
Thursday, 16 Oct 2008
15:14 flz search for other commits by this committer
Ok, this time it's correct, I promise. Fix packing list.

Reported by:    QAT (I hate you in secret)
Original commit
14:59 flz search for other commits by this committer
Man, this is becoming embarassing. Remind me not to commit before running
through tinderbox. Add missing build dependency (ftp/curl).

Reported by:    QAT
Original commit
14:49 flz search for other commits by this committer
Fix distinfo for real, using tar.bz2 as tar.gz snapshots seem a bit wonky.
Original commit
12:19 flz search for other commits by this committer
Fix packing list when NOPORTDOCS is defined.
Original commit
11:26 flz search for other commits by this committer
Add cgit 0.8.2, a fast web interface for git written in C.
Original commit

Number of commits found: 84