aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* git: update to v2.11.0•••Update to git version v2.11.0. Function write_archive() dropped argument (int setup_prefix). Christian Hesse2016-11-301-1/+1
* Bump version.Jason A. Donenfeld2016-11-231-1/+1
* git: update to v2.10.2•••Update to git version v2.10.2, no changes required. Christian Hesse2016-11-061-1/+1
* git: update to v2.10.1•••Update to git version v2.10.1, no changes required. Christian Hesse2016-10-041-1/+1
* Makefile: remove extra space•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2016-10-011-1/+1
* git: update to v2.10.0•••Upstream continues to replace unsigned char *sha1 with struct object_id old_oid. This makes the required changes. The git lib has its own main function now. Rename our main function to cmd_main, it is called from main then. Christian Hesse2016-09-041-1/+1
* git: update to v2.9.1•••Update to git version v2.9.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2016-07-121-1/+1
* git: update to v2.9.0•••Update to git version v2.9.0, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2016-06-171-1/+1
* Bump version.•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2016-06-071-1/+1
* git: update to v2.8.3•••Update to git version v2.8.3, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2016-05-201-1/+1
* git: update to v2.8.2•••Update to git version v2.8.2. * Upstream commit 1a0c8dfd89475d6bb09ddee8c019cf0ae5b3bdc2 (strbuf: give strbuf_getline() to the "most text friendly" variant) changed API. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2016-05-121-1/+1
* git: update to v2.7.2•••Update to git version v2.7.2, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2016-02-231-1/+1
* git: update to v2.7.1•••Update to git version v2.7.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2016-02-081-1/+1
* Bump versionJason A. Donenfeld2016-01-141-1/+1
* git: update to v2.7.0•••Update to git version v2.7.0. * Upstream commit ed1c9977cb1b63e4270ad8bdf967a2d02580aa08 (Remove get_object_hash.) changed API: Convert all instances of get_object_hash to use an appropriate reference to the hash member of the oid member of struct object. This provides no functional change, as it is essentially a macro substitution. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2016-01-131-1/+1
* Makefile: fix MAKEFLAGS tests with multiple flags•••findstring is defined as $(findstring FIND,IN) so if multiple flags are set these tests do the wrong thing unless $(MAKEFLAGS) is the second argument. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2015-10-091-1/+1
* git: update to v2.6.1•••Update to git version v2.6.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-10-061-1/+1
* Makefile: make "git/config.mak.uname" inclusion optional•••If we haven't got a "git" directory, it should still be possible to run "make get-git", so we cannot include this file unconditionally. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2015-08-131-1/+1
* Makefile: include Git's config.mak.uname•••This pulls in the correct value of $(INSTALL) on a wide variety of systems. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2015-08-131-0/+1
* git: update to v2.5.0•••Update to git version v2.5.0. * Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch 'bc/object-id') changed API: for_each_ref() callback functions were taught to name the objects not with "unsigned char sha1[20]" but with "struct object_id". * Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make get_pathname() call sites return const char *) Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-08-121-1/+1
* git: update to v2.4.1•••Update to git version v2.4.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-05-141-1/+1
* git: update to v2.3.3•••Update to git version v2.3.3, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-03-141-1/+1
* Bump versionJason A. Donenfeld2015-03-131-1/+1
* Makefile: add a target to run CGit through sparse•••Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2015-03-091-0/+3
* git: update to v2.3.2•••Update to git version v2.3.2, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-03-071-1/+1
* Bump versionJason A. Donenfeld2015-03-051-1/+1
* git: update to v2.3.1•••Update to git version v2.3.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-03-031-1/+1
* Bump verisonJason A. Donenfeld2015-02-151-1/+1
* git: update for v2.3.0•••* sort_string_list(): rename to string_list_sort() (upstream commit 3383e199) * update read_tree_recursive callback to pass strbuf as base (upstream commit 6a0b0b6d) Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-02-081-1/+1
* git: update to v2.2.2•••Update to git version v2.2.2, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2015-01-131-1/+1
* Revert "git: use xz compressed archive for download"•••This reverts commit a87c9d8a9779eab0499efd3c44e090a28c7d1cdf. We want to make OpenBSD people happy. Jason A. Donenfeld2014-12-241-2/+2
* git: use xz compressed archive for downloadChristian Hesse2014-12-231-2/+2
* git: update to v2.2.1•••Update to git version v2.2.1, including API changes. Signed-off-by: Christian Hesse <mail@eworm.de> Christian Hesse2014-12-231-1/+1
* git: update to v2.0.4•••No CGit changes required. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2014-08-071-1/+1
* git: update to v2.0.3•••This is slightly more involved than just bumping the version number because it pulls in a change to convert the commit buffer to a slab, removing the "buffer" field from "struct commit". All sites that access "commit->buffer" have been changed to use the new functions provided for this purpose. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2014-07-281-1/+1
* Bump version.Jason A. Donenfeld2014-06-301-1/+1
* git: update to 2.0.1•••Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Christian Hesse2014-06-281-1/+1
* git: update for git 2.0•••prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. Christian Hesse2014-06-281-1/+1
* git: update to 1.9.2•••Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Christian Hesse2014-04-121-1/+1
* Makefile: use more reliable git tarball mirrorJason A. Donenfeld2014-03-201-1/+1
* git: update to 1.9.1•••Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Christian Hesse2014-03-201-1/+1
* Bump version.Jason A. Donenfeld2014-02-281-1/+1
* git: Update to 1.9.0•••No code changes required, just bump the submodule and Makefile versions. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> Lukas Fleischer2014-02-211-1/+1
* cache: use sendfile() instead of a pair of read() + write()•••sendfile() does the same job and avoids to copy the content into userland and back. One has to define NO_SENDFILE in case the OS (kernel / libc) does not supported. It is disabled by default on non-linux environemnts. According to the glibc, sendfile64() was added in Linux 2.4 (so it has been there for a while) but after browsing over the mapage of FreeBSD's I noticed that the prototype is little different. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Sebastian Andrzej Siewior2014-01-191-0/+1
* makefile: bump version•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2014-01-171-1/+1
* git: update to 1.8.5•••Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> Christian Hesse2014-01-081-1/+1
* git: update to 1.8.4•••No code changes required, just bump the submodule and makefile versions. Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-08-261-1/+1
* Makefile: Change default prefix to "/usr/local"•••Locally installed packages are usually installed to /usr/local. Packagers can use `make prefix=/usr` to get back the old behavior. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> Lukas Fleischer2013-08-121-1/+1
* robots.txt: disallow access to snapshots•••My dmesg is filled with the oom killer bringing down processes while the Bingbot downloads every snapshot for every commit of the Linux kernel in tar.xz format. Sure, I should be running with memory limits, and now I'm using cgroups, but a more general solution is to prevent crawlers from wasting resources like that in the first place. Suggested-by: Natanael Copa <ncopa@alpinelinux.org> Suggested-by: Julius Plenz <plenz@cis.fu-berlin.de> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2013-08-121-0/+1
* Add favicon•••This adds a favicon to cgit. It is not enabled by default, though. The file contains two icons, 16x16 and 32x32 pixels, optimized for size. Christian Hesse2013-05-311-0/+2