summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools/git/symlinks-in-bin.patch
Commit message (Collapse)AuthorAge
* git: Properly use symlinks instead of hard linksEelco Dolstra2013-04-22
Git's Makefile has a NO_INSTALL_HARDLINKS flag to produce symlinks instead of hard links. However, it still produces hard links between $out/bin and $out/libexec, hence the patch. Also, update Git to 1.8.2.1.