Commit Graph

27 Commits

Author SHA1 Message Date
Rick Olson
e37b695477 rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
rubyist
97edd110e6 GIT_MEDIA_PROGRESS => HAWSER_PROGRESS 2015-01-30 18:44:40 -05:00
rubyist
f13f15a079 .git/media => .git/hawser 2015-01-30 15:04:52 -05:00
Rick Olson
de0b6a8911 update pointer version url with https 2015-01-30 14:23:26 -05:00
rubyist
c118fd4ecc Update version string 2015-01-30 11:56:12 -05:00
rubyist
5ee311fb54 Merge branch 'master' into ascannerdarkly 2014-10-07 13:26:53 -04:00
rubyist
2fd52c36a7 Use an absolute path for GIT_MEDIA_PROGRESS rather than a file:/// URI 2014-10-06 11:40:34 -04:00
rubyist
46841cc996 Stricter parsing of OID in old alpha pointer formats
The old pointer format was pretty loose, this can cause false positives for the
scanner. An example can be found in this repository, docs/man/index.txt will be
considered a git media file. Validing that the line that should be an OID is an
OID should reduce these false positives.
2014-10-04 12:28:12 -04:00
rubyist
56a60292c7 If decoding pointer file errors, pass data to stdout 2014-09-05 12:38:14 -04:00
risk danger olson
4aee116433 Merge pull request #100 from github/progress-callback
Send real stats in the progress callback instead of %
2014-08-18 10:21:20 -06:00
Rick Olson
64b8331917 simplify pointer format 2014-08-14 11:15:22 -06:00
Rick Olson
bdb20ba43c dont send initial line marking 0 bytes 2014-08-14 10:39:35 -06:00
Rick Olson
87b7552a8b require a uri scheme for GIT_MEDIA_PROGRESS
this flexibility will let us change formats potentially
2014-08-14 10:38:25 -06:00
Rick Olson
36fa23dbfd Send real stats in the progress callback instead of %
The format is now:

{event} {index}/{totalFiles} {sentBytes}/{totalBytes} {filename}
2014-08-14 09:25:55 -06:00
Rick Olson
df2c5a9576 show the current index and total number of files of the current operation 2014-08-07 11:40:08 -06:00
Rick Olson
0392ea4c99 implement progress logs for clean 2014-08-07 11:01:06 -06:00
Rick Olson
c362a81c03 add the event to the front of each line 2014-08-07 10:16:03 -06:00
Rick Olson
b1582dea8a write the percentage first
easier to parse lines with filenames that include spaces
2014-08-07 10:15:17 -06:00
Rick Olson
b954a1ecce put the linebreaks at the end 2014-08-07 09:56:55 -06:00
Rick Olson
dc464ed076 update the test to use a pointer file that specifies the size 2014-08-07 09:33:39 -06:00
Rick Olson
0204cb2abe almost complete the logging, lol %s 2014-08-07 08:53:13 -06:00
risk danger olson
07376115d3 use the real file size where possible 2014-07-25 11:26:01 -06:00
risk danger olson
d4a254ebed add smudge --info 2014-07-25 11:16:57 -06:00
Rick Olson
4248b1b2bc don't print extra output during clean/smudge commands 2014-06-04 13:08:19 -06:00
Rick Olson
e0b1433e08 install hooks in clean/smudge filters 2014-06-04 13:03:47 -06:00
Rick Olson
81e499b5b9 forgot one 2014-06-04 12:58:27 -06:00
Rick Olson
2467a7b426 add both the clean and smudge tests" 2014-06-04 12:53:57 -06:00