Re: git-core hard link

2007-12-29 Thread Boey Maun Suang
On Sat, December 29, 2007 11:23 pm, jt wrote: > On Dec 29, 2007 11:53 AM, Boey Maun Suang <[EMAIL PROTECTED]> wrote: >> Aren't those all those ${prefix}/bin/git-* files hard links to >> ${prefix}/bin/git already? The Makefile in the git source tarball sure >> looks to me like that's what it's crea

Re: git-core hard link

2007-12-29 Thread Boey Maun Suang
On Sun, December 16, 2007 1:56 am, jt wrote: > Just installed macports and git-core on 10.5 . > I can see that lots of generated bin are just the same file: > > cd /opt/local/bin; > for i in git-*; do diff -qs $i git-tag; done | grep identical | wc > > Some "cp" could be replaced by "ln" in the bui

Re: git-core hard link

2007-12-15 Thread Ryan Schmidt
On Dec 15, 2007, at 08:56, jt wrote: Just installed macports and git-core on 10.5 . I can see that lots of generated bin are just the same file: cd /opt/local/bin; for i in git-*; do diff -qs $i git-tag; done | grep identical | wc Some "cp" could be replaced by "ln" in the build process. You

git-core hard link

2007-12-15 Thread jt
Hello, Just installed macports and git-core on 10.5 . I can see that lots of generated bin are just the same file: cd /opt/local/bin; for i in git-*; do diff -qs $i git-tag; done | grep identical | wc Some "cp" could be replaced by "ln" in the build process. Thanks for the port! -- jt __