This is slightly more involved than just bumping the version number
because it pulls in a change to convert the commit buffer to a slab,
removing the "buffer" field from "struct commit".  All sites that access
"commit->buffer" have been changed to use the new functions provided for
this purpose.

Signed-off-by: John Keeping <john@keeping.me.uk>
Этот коммит содержится в:
John Keeping
2014-07-27 11:56:19 +01:00
коммит произвёл Jason A. Donenfeld
родитель 93d8ef8f1d
Коммит 865afe0eb1
6 изменённых файлов: 8 добавлений и 10 удалений

Просмотреть файл

@@ -14,7 +14,7 @@ htmldir = $(docdir)
pdfdir = $(docdir)
mandir = $(prefix)/share/man
SHA1_HEADER = <openssl/sha.h>
GIT_VER = 2.0.1
GIT_VER = 2.0.3
GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz
INSTALL = install
COPYTREE = cp -r