1
0

git: update for git 2.0

prefixcmp() and suffixcmp() have been remove, functionality is now
provided by starts_with() and ends_with(). Retrurn values have been
changed, so instead of just renaming we have to fix logic.
Everything else looks just fine.
Este cometimento está contido em:
Christian Hesse
2014-05-29 17:35:46 +02:00
cometido por Jason A. Donenfeld
ascendente b431282c91
cometimento 79c985e13c
12 ficheiros modificados com 41 adições e 37 eliminações

Ver ficheiro

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