Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: realazthat/rsynccheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: realazthat/rsynccheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 16, 2024

  1. Refactor: pathlib to anyio.Path, typed arguments to strings.

    * Remove unnecessary pathlib.Path usage.
    * Move some preprocessing into HashMain and AuditMain().
    * Make HashMain() and AuditMain() take str path inputs instead of typed inputs, to more closely match the arguments. This is in preperation for the remote capabilities.
    * Use the remotified README for the pypi package.
    * Rename --special-ignorefile to --special-ignorefile-name.
    * Minor changes to the CLI usage/help.
    * Change the default --chunk-size and --max-workers.
    * Use humanfriendly library for --chunk-size.
    realazthat committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    a29a3fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad03fa6 View commit details
    Browse the repository at this point in the history
Loading