about summary refs log tree commit diff
path: root/git (follow)
Commit message (Expand)AuthorAge
* git: update to v2.18.0Christian Hesse2018-06-27
* git: update to v2.17.1Christian Hesse2018-06-27
* 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
* git: update to v2.10.2 againJohn Keeping2016-11-24
* 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
* 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
* 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
* git: update to v2.7.0Christian Hesse2016-01-13
* git: update to v2.6.1Christian Hesse2015-10-06
* 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
* git: update to v2.3.2Christian Hesse2015-03-07
* git: update to v2.3.1Christian Hesse2015-03-03
* git: update for v2.3.0Christian Hesse2015-02-08
* git: update to v2.2.2Christian Hesse2015-01-13
* 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
* 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
* git: update to 1.9.1Christian Hesse2014-03-20
* git: Update to 1.9.0Lukas Fleischer2014-02-21
* git: update to 1.8.5Christian Hesse2014-01-08
* git: update to 1.8.4John Keeping2013-08-26
* git: update to 1.8.3John Keeping2013-05-25
* git: update to 1.8.2.2John Keeping2013-04-27
* Update git to v1.8.2.1John Keeping2013-04-08
* Update git to v1.7.12.4John Keeping2013-03-02
* Update git to v1.7.9.7John Keeping2013-03-02
* Update git to v1.7.8.6John Keeping2013-03-02
* Update git to v1.7.7.7John Keeping2013-03-02
* Update git to v1.7.6.5John Keeping2013-03-02
* Update git to v1.7.5.4John Keeping2013-03-02
* Use GIT-1.7.4Lars Hjemli2011-02-19
* Use GIT-1.7.3Lars Hjemli2010-09-19
* Use GIT-1.7.2.2Lars Hjemli2010-08-22
* Use GIT-1.7.0Lars Hjemli2010-02-27
ot file name. This results in broken snapshot links for tags that start with an upper case "V". Avoid this by prepending a "V" as a fallback. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer Note that we cannot use skip_all here since some tests have already been executed when ZIP tests are reached. Use test prerequisites to skip everything using unzip(1) if the binary is not available instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer "-i" isn't part of the POSIX standard and doesn't work on several platforms such as OpenBSD. Use a temporary file instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. This feature was requested by Konstantin Ryabitsev for use on kernel.org. Proposed-by: Konstantin Ryabitsev <mricon@kernel.org> 2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer