8000 Comparing v0.15.9...v0.15.10 · tmux-python/libtmux · GitHub
[go: up one dir, main page]

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: tmux-python/libtmux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.9
Choose a base ref
...
head repository: tmux-python/libtmux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.10
Choose a head ref
  • 11 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    3c71322 View commit details
    Browse the repository at this point in the history
  2. fix(test_capture_pane): use of double env

    This makes the test fail (at least for me) as it still won't start bash
    but my login-shell (which is not bash).
    zappolowski authored and tony committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5783026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b74e428 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2ed108 View commit details
    Browse the repository at this point in the history
  5. ci(poetry): Remove in-project: true flag

    poetry env list
    poetry env remove <project>
    tony committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    abc4f5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5869e01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c548e5e View commit details
    Browse the repository at this point in the history
  8. docs(common): bash -> console

    tony committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    b778e03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdd7122 View commit details
    Browse the repository at this point in the history
  10. test(test_capture_pane): Remove bashisms (#455)

    In an effort to reduce reliance on specific shells so tests
    and development works across as many machines as possible,
    avoid explicitly mentioning shells. re: #454
    
    There's an issue: What about fish? It departs greatly from
    other shells.  Is there a way we can have tests and a capture_pane
    that works everywhere? #456
    tony authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    74d600b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c425c37 View commit details
    Browse the repository at this point in the history
Loading
0