This commit is contained in:
Joey Hess 2013-08-07 12:26:10 -04:00
parent 986f98462e
commit e35a6f2465

View file

@ -0,0 +1,9 @@
Seems that a fairly common desire in some use cases is to be able to make a
clone of a repository and be able to get files, without updating the
location tracking information. (And without even recording a uuid in the
remote.log.) Use cases include wanting to have temporary
clones without cluttering history, and centralized development where the
developers don't care to know about one-another's systems.
It seems that such an untracked repository would need to automatically
consider itself untrusted. Is that enough to avoid losing data?