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: babarot/gomi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.1
Choose a base ref
...
head repository: babarot/gomi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.2
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Nov 9, 2025

  1. Update readme

    babarot committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    b2101a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Fix: Use os.Lstat instead of os.Stat to support broken symlinks

    os.Stat follows symlinks and returns NotExist error when the target
    doesn't exist, even if the symlink itself exists. This prevented gomi
    from removing broken symlinks.
    
    Using os.Lstat examines the symlink itself rather than following it,
    allowing gomi to correctly detect and remove broken symlinks.
    
    Fixes #99
    babarot authored and claude committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    2f1cfda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea3bc46 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Fix dead link

    Fix dead link
    daaa1k committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    87f3ede View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from daaa1k/fix-dead-link

    Fix dead link
    babarot authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    15ce5ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35026f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a2317b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #103 from babarot/tagpr-from-v1.6.1

    Release for v1.6.2
    babarot authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    c3c52f9 View commit details
    Browse the repository at this point in the history
Loading