Merge branch 'cb/parse-magnitude'
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:13 +0000 (11:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:13 +0000 (11:01 -0700)
Move machinery to parse human-readable scaled numbers like 1k, 4M,
and 2G as an option parameter's value from pack-objects to
parse-options API, to make it available to other codepaths.

* cb/parse-magnitude:
parse-options: move unsigned long option parsing out of pack-objects.c
test-parse-options: update to handle negative ints

Trivial merge