jacobrosenthal commented on issue #706: Continued conversion of mynewt-site docs to core with doxygen integration. URL: https://github.com/apache/mynewt-core/pull/706#issuecomment-352812048 Not to hammer this but heres a cleaner metric I think. Assuming newt now or later clones at depth 1 this one PR triples the size of the repo: ``` $ git clone --depth 1 --branch doxygen-fixes-1 [email protected]:gj262/mynewt-core.git $ cd mynewt-core/ $ git count-objects -v -H count: 0 size: 0 bytes in-pack: 4935 packs: 1 size-pack: 27.14 MiB prune-packable: 0 garbage: 0 size-garbage: 0 bytes ``` ``` $ git clone --depth 1 [email protected]:gj262/mynewt-core.git $ cd mynewt-core/ $ git count-objects -v -H count: 0 size: 0 bytes in-pack: 4872 packs: 1 size-pack: 10.13 MiB prune-packable: 0 garbage: 0 size-garbage: 0 bytes ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
