minor typos
This commit is contained in:
parent
f4c49b8f81
commit
e035bc5324
2 changed files with 2 additions and 2 deletions
|
@ -369,7 +369,7 @@ relayReader v hout = loop
|
||||||
putMVar v $ RelayToPeer (L.fromChunks bs)
|
putMVar v $ RelayToPeer (L.fromChunks bs)
|
||||||
loop
|
loop
|
||||||
|
|
||||||
-- Waiit for the first available chunk. Then, without blocking,
|
-- Wait for the first available chunk. Then, without blocking,
|
||||||
-- try to get more chunks, in case a stream of chunks is being
|
-- try to get more chunks, in case a stream of chunks is being
|
||||||
-- written in close succession.
|
-- written in close succession.
|
||||||
--
|
--
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Currently annex.thin needs hard link support to be efficient;
|
Currently annex.thin needs hard link support to be efficient;
|
||||||
it hard links the content from .git/annex/objects into the work tree.
|
it hard links the content from .git/annex/objects into the work tree.
|
||||||
When hard links are not supported, two copie of checked out files exist on
|
When hard links are not supported, two copies of checked out files exist on
|
||||||
disk.
|
disk.
|
||||||
|
|
||||||
Would it be possible to make it work w/o hard links? Note that direct mode
|
Would it be possible to make it work w/o hard links? Note that direct mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue