diff options
author | James Denholm <nod.helm@gmail.com> | 2014-05-06 22:41:45 +1000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-06 12:20:31 -0700 |
commit | 3330311c91124ff0f42996b02335d45bf7c75a31 (patch) | |
tree | f1a3b8794067a0d663c8fcb09eb1df38f985c500 /contrib/subtree/Makefile | |
parent | Git 2.0-rc2 (diff) | |
download | tgif-3330311c91124ff0f42996b02335d45bf7c75a31.tar.xz |
contrib/subtree/Makefile: scrap unused $(gitdir)
In 7ff8463dba0d74fc07a766bed457ae7afcc902b5, the references to gitdir
were removed but the assignment itself wasn't. Hence, drop the gitdir
assignment.
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: James Denholm <nod.helm@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/subtree/Makefile')
-rw-r--r-- | contrib/subtree/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile index 4030a16898..87797edeb3 100644 --- a/contrib/subtree/Makefile +++ b/contrib/subtree/Makefile @@ -4,7 +4,6 @@ prefix ?= /usr/local mandir ?= $(prefix)/share/man libexecdir ?= $(prefix)/libexec/git-core -gitdir ?= $(shell git --exec-path) man1dir ?= $(mandir)/man1 gitver ?= $(word 3,$(shell git --version)) |