Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix --time-stamp-precision when used with -V #1078

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2023

  1. Fix --time-stamp-precision when used with -V

    Capture files were opened in two different bits of code. Only the
    first bit of code acquired support for --time-stamp-precision, so
    the 2nd and subsequent files opened with -V would always have the
    default timestamp precision. This fix unifies file opening into a
    single routine, ensuring consistent behavior for each opened file.
    jtippet committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    87501b7 View commit details
    Browse the repository at this point in the history
  2. silence unused-parameter

    jtippet committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3c5926e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    904ef27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec98c30 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    3409c16 View commit details
    Browse the repository at this point in the history