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: hermit-os/kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hermit-os/kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fs-traverse-path
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 11 files changed
  • 1 contributor

Commits on Feb 11, 2026

  1. Configuration menu
    Copy the full SHA
    9644475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe50d3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fbdbfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48a97be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9c3a10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8955d0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6c650c View commit details
    Browse the repository at this point in the history
  8. refactor(fs): represent prefix as String instead of Option<String>

    This should make the code simpler in the future, since we can just join empty prefixes and don't need to handle `None` explicitly.
    mkroening committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    f859c51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2883df2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82018ca View commit details
    Browse the repository at this point in the history
  11. docs(fs): document prefix

    mkroening committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    59548b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cef27c View commit details
    Browse the repository at this point in the history
Loading