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: ttkb-oss/dedup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ttkb-oss/dedup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: first-last-checksum
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 1, 2025

  1. Create bin/ and man1/ directories before install target

    Before this patch, trying to `make install` lead to an error, as seen below:
    
        $ make PREFIX="$PWD" install
        install dedup /Users/gurjeet/dev/DEDUP/bin
        install dedup.1 /Users/gurjeet/dev/DEDUP/share/man/man1
        install: cannot create regular file '/Users/gurjeet/dev/DEDUP/share/man/man1': No such file or directory
        make: *** [install] Error 1
    gurjeet authored and hohle committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    f3eeb6f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. fix spelling, grammar in help message

    Signed-off-by: Vas Sudanagunta <vas@commonkarma.org>
    vassudanagunta authored and hohle committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    205bcd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. Update macOS Version List in CI

    hohle committed Apr 24, 2026
    Configuration menu
    Copy the full SHA
    d4f807b View commit details
    Browse the repository at this point in the history
Loading