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: justjanne/powerline-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.24
Choose a base ref
...
head repository: justjanne/powerline-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.25
Choose a head ref
  • 6 commits
  • 1 file changed
  • 3 contributors

Commits on Jun 27, 2023

  1. fixing pyvenv.cfg parsing

    elebertus committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    dc30ce0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Update segment-virtualenv.go

    zero length string comparison
    
    Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
    elebertus and scop authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    03a5376 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. feat(virtualenv): look up VIRTUAL_ENV_PROMPT first

    Standard venv activation typically sets it to `(name) `. Parse that
    first to avoid having to parse pyvenv.cfg.
    
    Co-authored-by: Janne Mareike Koschinski <janne@kuschku.de>
    scop and justjanne committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3c6ebb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef5e672 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #389 from scop/feat/virtualenv-improvements

    feat: virtualenv improvements
    justjanne authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f5424ea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #387 from elebertus/main

    Fix for empty string value from pyvenv.cfg parsing
    justjanne authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    059f7f2 View commit details
    Browse the repository at this point in the history
Loading