about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Expand)AuthorAge
* git: update to v2.17.1Christian Hesse2018-06-27
* Makefile: drive asciidoc directly for HTML outputJohn Keeping2018-06-16
* doc: use consistent id's when generating html filesTodd Zullinger2018-02-21
* git: update to v2.16.0Christian Hesse2018-01-19
* git: update to v2.15.1Christian Hesse2017-12-06
* git: update to v2.14Jeff Smith2017-08-10
* git: update to v2.13.4Christian Hesse2017-08-10
* git: update to v2.11.0Christian Hesse2016-11-30
* Bump version.Jason A. Donenfeld2016-11-23
* git: update to v2.10.2Christian Hesse2016-11-06
* git: update to v2.10.1Christian Hesse2016-10-04
* Makefile: remove extra spaceJason A. Donenfeld2016-10-01
* git: update to v2.10.0Christian Hesse2016-09-04
* git: update to v2.9.1Christian Hesse2016-07-12
* git: update to v2.9.0Christian Hesse2016-06-17
* Bump version.Jason A. Donenfeld2016-06-07
* git: update to v2.8.3Christian Hesse2016-05-20
* git: update to v2.8.2Christian Hesse2016-05-12
* git: update to v2.7.2Christian Hesse2016-02-23
* git: update to v2.7.1Christian Hesse2016-02-08
* Bump versionJason A. Donenfeld2016-01-14
* git: update to v2.7.0Christian Hesse2016-01-13
* Makefile: fix MAKEFLAGS tests with multiple flagsJohn Keeping2015-10-09
* git: update to v2.6.1Christian Hesse2015-10-06
* Makefile: make "git/config.mak.uname" inclusion optionalJohn Keeping2015-08-13
* Makefile: include Git's config.mak.unameJohn Keeping2015-08-13
* git: update to v2.5.0Christian Hesse2015-08-12
* git: update to v2.4.1Christian Hesse2015-05-14
* git: update to v2.3.3Christian Hesse2015-03-14
* Bump versionJason A. Donenfeld2015-03-13
* Makefile: add a target to run CGit through sparseJohn Keeping2015-03-09
* git: update to v2.3.2Christian Hesse2015-03-07
* Bump versionJason A. Donenfeld2015-03-05
* git: update to v2.3.1Christian Hesse2015-03-03
* Bump verisonJason A. Donenfeld2015-02-15
* git: update for v2.3.0Christian Hesse2015-02-08
* git: update to v2.2.2Christian Hesse2015-01-13
* Revert "git: use xz compressed archive for download"Jason A. Donenfeld2014-12-24
* git: use xz compressed archive for downloadChristian Hesse2014-12-23
* git: update to v2.2.1Christian Hesse2014-12-23
* git: update to v2.0.4John Keeping2014-08-07
* git: update to v2.0.3John Keeping2014-07-28
* Bump version.Jason A. Donenfeld2014-06-30
* git: update to 2.0.1Christian Hesse2014-06-28
* git: update for git 2.0Christian Hesse2014-06-28
* git: update to 1.9.2Christian Hesse2014-04-12
* Makefile: use more reliable git tarball mirrorJason A. Donenfeld2014-03-20
* git: update to 1.9.1Christian Hesse2014-03-20
* Bump version.Jason A. Donenfeld2014-02-28
* git: Update to 1.9.0Lukas Fleischer2014-02-21
ed seven different delimiters for snapshot formats, while the documentation has always been clear about spaces being the only valid delimiter: The value is a space-separated list of zero or more of the values "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip". Supporting the undocumented delimiters makes the code unnecessarily complex. Remove them. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer This is a preparation for replacing all prefix checks with either strip_prefix() or starts_with() when Git 1.8.6 is released. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-09README: Fix dependenciesLukas Fleischer * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08README: Spelling and formatting fixesLukas Fleischer * Several small spelling and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts