1
0
mirror of https://github.com/git/git.git synced 2024-10-20 09:59:05 +02:00
git/contrib/subtree
Jeff King 960160b061 subtree: make "all" default target of Makefile
You should be able to run "make" in contrib/subtree with no
arguments and get the "all" target. This was broken by 8e2a5cc
(contrib/subtree/Makefile: use GIT-VERSION-FILE, 2014-05-06), which
put the rule for GIT-VERSION-FILE higher in the file.

We can fix this by putting an empty "all::" target at the top of the
file, just like our main Makefile does, and document that fact.
That fixes this instance and future-proofs against it happening
again.

Reported-by: Jack Nagel <jacknagel@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-08-18 10:20:36 -07:00
..
t Merge branch 'ep/shell-assign-and-export-vars' 2014-06-06 11:38:51 -07:00
.gitignore
COPYING
git-subtree.sh contrib/subtree: allow adding an annotated tag 2014-05-13 12:33:26 -07:00
git-subtree.txt subtree: fix argument validation in add/pull/push 2014-01-13 14:37:52 -08:00
INSTALL
Makefile subtree: make "all" default target of Makefile 2014-08-18 10:20:36 -07:00
README
todo

Please read git-subtree.txt for documentation.

Please don't contact me using github mail; it's slow, ugly, and worst of
all, redundant. Email me instead at apenwarr@gmail.com and I'll be happy to
help.

Avery