git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* is there a "symlink" option for cloning a repo in a separate filesystem?
@ 2017-09-23  8:22 Robert P. J. Day
  2017-09-23 11:32 ` Torsten Bögershausen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert P. J. Day @ 2017-09-23  8:22 UTC (permalink / raw)
  To: Git Mailing list


  reading "man git-clone", and i understand the mechanics of the local
protocol, so that if i run:

  $ git clone /path/to/repo

then "files under .git/objects/ directory are hardlinked to save space
when possible."

  but if the repo is in a separate filesystem, or on an NFS mount,
hardlinks clearly won't work, so what happens then? does it default
all the way back to regular copies? is there no intermediate symlink
feature that would still work? (i suspect i am far from the first
person to wonder this.)

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-24  0:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-23  8:22 is there a "symlink" option for cloning a repo in a separate filesystem? Robert P. J. Day
2017-09-23 11:32 ` Torsten Bögershausen
2017-09-23 18:55 ` brian m. carlson
2017-09-24  0:12 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).