commit | 70de5e65e8c947626ab9aa2aeb790fd969951bc2 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed May 02 15:12:10 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri May 04 10:24:13 2012 -0700 |
tree | 5e7d8e22977d77c5b648f970319379e621a41aa5 | |
parent | d0f1ea6003d97e63110fa7d50bb07f546a909b6e [diff] |
Makefile: NO_INSTALL_HARDLINKS Your filesystem may support hardlinks, but you may choose not to use them when installing git-foo builtins and favor symblic links or copies for whatever reason. The installation procedure of git-gui/ directory is not touched with this patch and git-citool still ends up being a hardlink to git-gui, but it needs to be addressed separately. Signed-off-by: Junio C Hamano <gitster@pobox.com>