Merge branch 'cb/parse-magnitude'
commite12b51e4d685c30f488c99c5d89f3310c3fcd9b0
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:13 +0000 (3 11:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:13 +0000 (3 11:01 -0700)
tree57edea5f304464e3865ffecc6fb475b41f2fa0e8
parentba12cb299f831f29c256c644b01108710c2629e6
parent2a514ed8058e35841d3d7b05a898991b83e5eaf0
Merge branch 'cb/parse-magnitude'

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