git-lfs/fs
Taylor Blau df3fcefdf1 fs/fs.go: strings.HasPrefix typo
existsAlternate supposes a valid alternate string, and sanitizes it. One
case of this is unquoting a quoted string using strconv.Unquote, which
we trigger if and only if the string begins with a double-quote
character, ".

This function was extracted from a similar-looking function that ignores
comments (i.e., those strings beginning with '#'), so a typo was made
here.

This patch fixes that.
2018-07-16 13:32:54 -05:00
..
cleanup.go lfs: remove LocalMediaPath() 2017-10-25 11:31:15 -06:00
fs_test.go add unittests 2018-06-27 00:57:05 +02:00
fs.go fs/fs.go: strings.HasPrefix typo 2018-07-16 13:32:54 -05:00