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: sipcapture/heplify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.11
Choose a base ref
...
head repository: sipcapture/heplify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.12
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Apr 8, 2026

  1. fix: apply explicit CLI flags on top of config file (issue #336)

    When HEPLIFY_CONFIG points to a default config file, CLI flags such as
    -i and -erspan were silently ignored because the config file took full
    precedence.  Introduce applyExplicitCLIOverridesWithVisited which uses
    flag.Visit to apply only flags the user explicitly passed, leaving all
    other config file settings untouched.  Bumps version to 2.0.12.
    adubovikov committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    13f848d View commit details
    Browse the repository at this point in the history
Loading