This commit is contained in:
parent
96d9639683
commit
136d307d12
1 changed files with 7 additions and 0 deletions
7
doc/todo/wishlist:_use_hardlinks_for_local_clones.mdwn
Normal file
7
doc/todo/wishlist:_use_hardlinks_for_local_clones.mdwn
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
as far as I know, if you `git clone` locally a git-annex enabled repository, it will not have all the files available. you would need to use `git annex get` and all files would be copied over, wasting a significant amount of space.
|
||||||
|
|
||||||
|
`git-clone` has this `--local` flags which hardlinks objects in `.git/objects`, but also, maybe more interestingly, has a `--shared` option to simply tell git to look in another repo for objects. it seems to me git-annex could leverage those functionalities to avoid file duplication when using local repositories.
|
||||||
|
|
||||||
|
this would be especially useful for [ikiwiki](http://ikiwiki.info/forum/ikiwiki_and_big_files).
|
||||||
|
|
||||||
|
Thanks! --[[anarcat]]
|
Loading…
Add table
Add a link
Reference in a new issue