]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/install-no-hardlinks'
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 May 2012 17:49:18 +0000 (10:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 May 2012 17:49:18 +0000 (10:49 -0700)
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

1  2 
Makefile

diff --cc Makefile
Simple merge