about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2012-01-03 16:48:22 +0000
committerLars Hjemli <hjemli@gmail.com>2012-01-03 16:48:22 +0000
commitaa25ff3c8b548077f2793c1162f3610af03e63df (patch)
tree0bf7463ec07bd94115256d99a95c22ce0b9bce2a
parentui-ssdiff.c: set correct diffmode in "control panel" (diff)
parentMakefile: fetch git tarballs from http://hjemli.net/git/git/ (diff)
downloadcgit-magenta-aa25ff3c8b548077f2793c1162f3610af03e63df.tar.xz
Merge branch 'stable'
-rw-r--r--Makefile2
-rw-r--r--cgit.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile

index 30f7575..bfe18c5 100644 --- a/Makefile +++ b/Makefile
@@ -13,7 +13,7 @@ pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> GIT_VER = 1.7.4 -GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 +GIT_URL = http://hjemli.net/git/git/snapshot/git-$(GIT_VER).tar.bz2 INSTALL = install MAN5_TXT = $(wildcard *.5.txt) MAN_TXT = $(MAN5_TXT) diff --git a/cgit.css b/cgit.css
index 55afa94..3734ca7 100644 --- a/cgit.css +++ b/cgit.css
@@ -681,7 +681,7 @@ table.hgraph th { } table.hgraph td { - vertical-align: center; + vertical-align: middle; padding: 2px 2px; } @@ -758,7 +758,7 @@ table.ssdiff td.lineno { } table.ssdiff td.hunk { - color: #black; + color: black; background: #ccf; border-top: solid 1px #aaa; border-bottom: solid 1px #aaa;