Commit Graph

12 Commits

Author SHA1 Message Date
Steve Streeting
cf3fe607b8 "smudge with skip" test would fail if GIT_LFS_TEST_DIR was not set
It was erroneously succeeding when that was set because the test was
incorrect, should have been checking the env did NOT include GIT_LFS_SKIP_SMUDGE
after unsetting. However any LFS env setting would false-positive and
therefore work in Travis.
2015-10-01 15:10:56 -07:00
Rick Olson
f58db7f793 return a NotAPointerError if it has an empty version 2015-09-25 15:46:24 -06:00
Rick Olson
4e7bc74874 Better handling for tiny files below the blob size threshold that contain 'git-lfs' 2015-09-25 15:39:02 -06:00
Rick Olson
7a5e296973 update vars 2015-09-25 10:43:06 -06:00
Rick Olson
8cd51c0086 rename the options to SKIP_SMUDGE and --skip-smudge 2015-09-23 13:43:04 -06:00
Rick Olson
bc025a8ced better tests 2015-09-23 13:30:10 -06:00
Rick Olson
f8715e5efc teach init about --smudge-passthrough 2015-09-23 12:20:30 -06:00
Rick Olson
5729eac0be teach smudge to skip lfs activities with GIT_LFS_SMUDGE_PASSTHROUGH=1 2015-09-23 11:37:32 -06:00
Steve Streeting
bf8bade4cf Don't download on smudge if file is filtered by include/exclude config 2015-08-10 17:00:10 +01:00
Rick Olson
202ae122d4 update the shebang lines to use bash 2015-07-29 20:37:31 -06:00
Rick Olson
e2b2716853 == is bash only, use = for string comparisons 2015-05-26 16:15:52 -06:00
Rick Olson
645dc9a881 port smudge tests 2015-05-26 15:29:58 -06:00