aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: fetch git tarballs from http://hjemli.net/git/git/•••The git tarballs are currently not available from kernel.org, so for now the makefile will download autogenerated tarballs from cgit. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2012-01-031-1/+1
* CGIT 0.9.0.2•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2011-07-211-1/+1
* CGIT 0.9.0.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2011-06-131-1/+1
* CGIT 0.9•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2011-03-051-1/+1
* Merge branch 'stable'Lars Hjemli2011-03-051-2/+2
|\
| * CGIT 0.8.3.5•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2011-03-051-1/+1
| * Makefile: Make `make get-git` work under OpenBSD.•••OpenBSD tar(1) defaults to read from "/dev/rst0" when not specifying an filename and thus fails to extract the Git sourcecode when not passing stdin as input file descriptor explicitly. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lukas Fleischer2011-02-191-1/+1
* | Merge branch 'lh/improve-range-search'•••* lh/improve-range-search: html.c: use '+' to escape spaces in urls ui-log.c: improve handling of range-search argument Add vector utility functions Lars Hjemli2011-02-191-0/+1
|\ \
| * | Add vector utility functions•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-11-101-0/+1
* | | Use GIT-1.7.4•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2011-02-191-1/+1
* | | Merge branch 'tz/make-improvements'Lars Hjemli2010-11-101-7/+57
|\ \ \ | |/ / |/| |
| * | Install filter scripts•••The syntax-highlighting.sh script is quite useful without any changes. Installing it by default makes it easier to use and package. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Todd Zullinger2010-09-191-0/+4
| * | Add Makefile targets to install/uninstall docs•••Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Todd Zullinger2010-09-191-1/+38
| * | Generalize doc generation•••This borrows from the git Documentation/Makefile. The goal is to make it easier to add new man pages and other documentation as well as to prevent make from re-generating the documentation needlessly. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Todd Zullinger2010-09-191-7/+16
* | | Makefile: avoid spurious rebuilds of git sources due to `sudo make`•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-11-101-0/+2
* | | Makefile: add -MP option•••Work around errors `make` gives when header files are removed without the Makefile being updated. Signed-off-by: Lynn Lin <Lynn.Lin@emc.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-11-071-1/+1
* | | Merge branch 'stable'•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-09-271-1/+1
|\ \ \ | |/ / |/| / | |/
| * CGIT 0.8.3.4•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-09-271-1/+1
| * Use GIT-1.7.3•••This fixes http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2542. Noticed-by: Silvio Cesare <silvio.cesare@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-09-271-2/+2
* | Merge branch 'ml/bugfix'Lars Hjemli2010-09-191-0/+8
|\ \
| * | fix errors in printf-style format strings•••There were many places where the arguments to a printf-like function did not match the format string. Mostly, these were a missing 'l' flag, but there were three exceptions: - In ui-stats.c, a size_t argument must be printed. C99 has the "%zu" flag for this purpose, but not all compilers support this. Therefore, we mimic what git does - use a NO_C99_FORMAT Makefile variable. - In ui-stats.c, cgit_print_error() was called with a pointer instead of a character. - In ui-log.c, the "columns" argument was never used. Signed-off-by: Mark Lodato <lodatom@gmail.com> Mark Lodato2010-09-041-0/+8
* | | Use GIT-1.7.3•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-09-191-1/+1
|/ /
* | Use GIT-1.7.2.2•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-08-221-2/+2
* | Merge branch 'stable'Lars Hjemli2010-08-031-1/+1
|\|
| * CGIT 0.8.3.3•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-08-031-1/+1
* | Makefile: do not include dependency-file on `make clean`•••When envoking clean target, make should not perform the dependency file generation triggered by include. Lynn Lin2010-07-221-1/+3
* | Merge branch 'stable'Lars Hjemli2010-06-191-1/+1
|\|
| * CGIT 0.8.3.2•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-06-191-1/+1
* | Use GIT-1.7.0•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2010-02-271-1/+1
* | Merge branch 'stable'Lars Hjemli2009-12-121-1/+1
|\|
| * CGIT 0.8.3.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-12-121-1/+1
* | Merge branch 'ro/ssdiff'Lars Hjemli2009-12-081-0/+1
|\ \
| * | First version of side-by-side diff.•••This constitutes the first prototype of a side-by-side diff. It is not possible to switch between unidiff and side-by-side diff at all at this stage. Signed-off-by: Ragnar Ouchterlony <ragnar@lysator.liu.se> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Ragnar Ouchterlony2009-09-161-0/+1
| |/
* / Add NO_OPENSSL option•••Linking with OpenSSL is not always desirable. Add NO_OPENSSL option to use SHA-1 code bundled with Git. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Mikhail Gusarov2009-11-071-3/+12
|/
* CGIT 0.8.3•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-09-131-1/+1
* Merge branch 'stable'Lars Hjemli2009-09-131-1/+1
|\
| * CGIT 0.8.2.2•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-09-131-1/+1
* | Use GIT-1.6.4.3•••Signed-off-by: Lars Hjemli <larsh@slackbox.hjemli.net> Lars Hjemli2009-09-131-1/+1
* | Use GIT-1.6.3.4•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-08-161-1/+1
* | Merge branch 'stable'Lars Hjemli2009-03-151-1/+1
|\|
| * CGIT 0.8.2.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-03-151-1/+1
* | Fix doc-related glitches in Makefile and .gitignore•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-03-151-1/+1
* | Makefile: add doc-related targets•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-02-121-2/+17
|/
* CGIT 0.8.2•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-02-011-1/+1
* Use GIT-1.6.1.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-02-011-1/+1
* Merge branch 'stable'Lars Hjemli2009-01-271-1/+1
|\
| * CGIT 0.8.1.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-01-271-1/+1
* | Merge branch 'lh/stats'•••Conflicts: cgit.c cgit.css cgit.h ui-tree.c Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-01-271-0/+1
|\ \
| * | Add a 'stats' page to each repo•••This new page, which is disabled by default, can be used to print some statistics about the number of commits per period in the repository, where period can be either weeks, months, quarters or years. The function can be activated globally by setting 'enable-stats=1' in cgitrc and disabled for individual repos by setting 'repo.enable-stats=0'. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-12-061-0/+1
* | | Merge branch 'stable'Lars Hjemli2009-01-121-6/+9
|\ \ \ | | |/ | |/|