akaihola / hardlinkpy

hardlink.py is a tool to hardlink together identical files in order to save space. Forked from the original version by John L. Villalovos.
http://code.google.com/p/hardlinkpy/
GNU General Public License v2.0
20 stars 8 forks source link

Approved and mergeable PRs 1 and 24 with conflicts already resolved #32

Closed chadnetzer closed 6 years ago

chadnetzer commented 6 years ago

As my individual PRs are approved (but not yet merged), I'll produce an updated PR like this that resolves the conflicts amongst the individual PRs (due to them all being based on current master rather than ordered upon each other). This should mean that accepting multiple approved PRs is as simple as merging a single non-conflicting PR. This allows each PR to be individually reviewed, without having upstream to do the integration work. Test cases will verify the integrity of the integrated PRs.

This PR consists of the verbosity option update (PR #1) and the file size options (PR #24), approved by jamescassell.