Commit Graph

5 Commits

Author SHA1 Message Date
Rick Olson
e2c7d0d186 merge master 2015-05-28 11:52:06 -06:00
rubyist
ebc81aedb9 Run update-index as a single background process
Reorganize the transfer queue to provide a channel to watch for object
OIDs as they finish. This can be used in the `get` command to feed a
goroutine that will copy the file to the working directory and inform
the update-index process about it as the transfers finish. This leads to
a greatly reduced amount of time spent updating the index after a get.
2015-05-27 15:52:28 -04:00
rubyist
565928c872 Update some documentation 2015-05-26 09:56:43 -04:00
rubyist
22d3f4e6d6 Merge branch 'master' into multitransfer
Conflicts:
	lfs/pointer_smudge.go
	lfs/upload_queue.go
2015-05-21 13:47:52 -04:00
rubyist
a3bb997567 Pull common queue code into a TransferQueue, reduce duplicated code 2015-05-21 12:36:49 -04:00