Commit Graph

10 Commits

Author SHA1 Message Date
Rick Olson
202ae122d4 update the shebang lines to use bash 2015-07-29 20:37:31 -06:00
rubyist
ab5b35a8c0 Progress meter needs to be more dynamic for batches of n
This removes the `pb` based progress bar for the transfer queue and add
a simpler custom bar. pb really wants to know total counts and byte
sizes up front but when doing batches of n we would prefer to not know
that. This is due to the fact that the batcher will block until it is
drained instead of processing all pointers and storing them in memory
while transfer operations run. This also clarifies when files are
skipped because the server already has them. Progress output here
contains the number of finished transfers/bytes, the number of
transfers/bytes currently in the queue, and the number of files skipped,
if any.
2015-07-27 12:43:41 -04:00
Lars Schneider
dee8383c7a Revert "assert_file_line_count" test helper 2015-07-06 15:06:10 +02:00
Lars Schneider
c84c7d05ae Add assertion to check the number of output lines. 2015-07-06 13:48:57 +02:00
Lars Schneider
cd3844ab9f Cleanup test case. 2015-07-06 13:48:57 +02:00
Lars Schneider
d55f813f48 Rename command line parameter "objectid" to "object-id".
https://github.com/github/git-lfs/pull/449/files#r33897536
2015-07-06 13:46:44 +02:00
Lars Schneider
d24ab635ef Add option to push object ID(s) directly. 2015-06-28 23:13:44 +08:00
Rick Olson
71ebdfdbff fix push and pre-push tests 2015-05-27 14:18:02 -06:00
Rick Olson
e2b2716853 == is bash only, use = for string comparisons 2015-05-26 16:15:52 -06:00
Rick Olson
aa563200a8 port push tests 2015-05-26 15:09:24 -06:00