From: Junio C Hamano Date: Mon, 3 Aug 2015 18:01:13 +0000 (-0700) Subject: Merge branch 'cb/parse-magnitude' X-Git-Tag: v2.6.0-rc0~113 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e12b51e4d685c30f488c99c5d89f3310c3fcd9b0 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 --- e12b51e4d685c30f488c99c5d89f3310c3fcd9b0