]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/install-symlinks'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Apr 2018 23:25:44 +0000 (08:25 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Apr 2018 23:25:44 +0000 (08:25 +0900)
commita26e1f4b59fd6518c1f0d13eaa6b312eca4a9b14
tree3470e968b11b53647dbf8be0aaee630aa253387a
parentcb3e97dae806d66ea1859c48b9936d5bfbac9c09
parentad874608d8c90b16bb7a084f06528be1e0cac30d
Merge branch 'ab/install-symlinks'

The build procedure learned to optionally use symbolic links
(instead of hardlinks and copies) to install "git-foo" for built-in
commands, whose binaries are all identical.

* ab/install-symlinks:
  Makefile: optionally symlink libexec/git-core binaries to bin/git
  Makefile: add a gitexecdir_relative variable
  Makefile: fix broken bindir_relative variable
Makefile