Merge branch 'jc/install-no-hardlinks'
commit499e7b31509cfbb59dcb2a046f8e2fd1a3e73d6f
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 May 2012 17:49:18 +0000 (10 10:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 May 2012 17:49:18 +0000 (10 10:49 -0700)
tree90232eb37aefaab2ae3e10a48f8cbc1ae0d551fb
parentd41355fc3126c73d7fd57d0194fa17dab8f4fc21
parent70de5e65e8c947626ab9aa2aeb790fd969951bc2
Merge branch 'jc/install-no-hardlinks'

Your build platform may support hardlinks but you may prefer not to use
them, e.g. when installing to DESTDIR to make a tarball and untarring on
a filesystem that has poor support for hardlinks.

The Makefile in git-gui project may need to learn to honor the same
setting; it unconditionally creates git-citool by hardlinking git-gui.

* jc/install-no-hardlinks:
  Makefile: NO_INSTALL_HARDLINKS
Makefile