drive:stash

Last commit made on 2015-08-13
Get this branch:
git clone -b stash https://git.launchpad.net/drive

Branch merges

Branch information

Name:
stash
Repository:
lp:drive

Recent commits

31d74c4... by Emmanuel Odeke <email address hidden>

stash started

663ecf0... by Emmanuel Odeke <email address hidden>

version bump to v0.2.8!

aaf1c9c... by Emmanuel Odeke <email address hidden>

push/pull: only respect Verbose if canPrompt/print

9050e2b... by Emmanuel Odeke <email address hidden>

db: no need to entirely lock DB unless needed

d9cb5c1... by Emmanuel Odeke <email address hidden>

ignore: properly ignore on change resolution

191d5de... by Emmanuel Odeke <email address hidden>

maxProcs: use DRIVE_GOMAXPROCS

a7d7203... by Emmanuel Odeke <email address hidden>

Godeps updated

93c69c3... by Emmanuel Odeke <email address hidden>

pull: cleaned up goroutine rationer + verbose opt

+ Cleaned up the legacy goroutine rationer for pulls.
+ Added a verbose option for showing the current operation.

bae47eb... by Emmanuel Odeke <email address hidden>

sort: perform plain string comparison

The previous use of a collator was causing a lot of out memory
problems for folks on low powered devices. The old collator
actually was using an undefined language locale so seems
unnecessary.

a03f95b... by Emmanuel Odeke <email address hidden>

retryableErrorCheck: err assert to googleapi.Error to get statusCode