Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
contrib/subtree/Makefile: scrap unused $(gitdir)
author
James Denholm
<nod.helm@gmail.com>
Tue, 6 May 2014 12:41:45 +0000
(22:41 +1000)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 6 May 2014 19:20:31 +0000
(12:20 -0700)
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>
contrib/subtree/Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
b4f86a4
)
diff --git
a/contrib/subtree/Makefile
b/contrib/subtree/Makefile
index 4030a168986d29bdbb2cd982a2e819ce009580f6..87797edeb30309533ddb3ed2ce6bbfdb1d12fe18 100644
(file)
--- 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))