diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2012-01-03 16:48:22 +0000 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2012-01-03 16:48:22 +0000 | 
| commit | aa25ff3c8b548077f2793c1162f3610af03e63df (patch) | |
| tree | 0bf7463ec07bd94115256d99a95c22ce0b9bce2a /Makefile | |
| parent | ui-ssdiff.c: set correct diffmode in "control panel" (diff) | |
| parent | Makefile: fetch git tarballs from http://hjemli.net/git/git/ (diff) | |
| download | cgit-aa25ff3c8b548077f2793c1162f3610af03e63df.tar.gz cgit-aa25ff3c8b548077f2793c1162f3610af03e63df.tar.bz2 cgit-aa25ff3c8b548077f2793c1162f3610af03e63df.zip | |
Merge branch 'stable'
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) | 
