summary refs log tree commit diff
path: root/bin/man3
diff options
context:
space:
mode:
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
gsubject'>ui-patch: whitespace changes in the patch generation codeTomas Carnecky Add a space between the committer name and email, and remove superfluous spaces in the date header. This makes cgit-generated patches match the output from git-format-patch almost exactly, at least as far as the email headers go. Signed-off-by: Tomas Carnecky <tom@dbservice.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-12-26Use GIT-1.6.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-12-26shared.c: future-proof usage of git diff-structuresLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-12-06tests/setup.sh: allow testsuite to fail properly with POSIX standard shellsLars Hjemli The "((expr))" construct is not implemented by e.g. dash, so this commit replaces the construct with a more portable one. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-12-06tests/t0010-validate-html.sh: skip tests if 'tidy' is not available