Skip to content

Stashes with a single untracked file created with "stash push" aren't shown in the GitLens explorer #320

@alextegelid

Description

@alextegelid

This might affect multiple untracked files aswell.

  • GitLens Version: 8.1.1
  • VSCode Version: Version 1.21.1 (1.21.1)
  • OS Version: macOS 10.12.6 (16G1314)

Steps to Reproduce

  1. Create a stash with an untracked file using git stash push.
    Example: git stash push -u -m 'test' -- /path/to/untracked/file.txt

Expected behavior
The stash should show up in the "Stashes" section of the gitExplorer (where it says No stashed changes if nothing is stashed).

Actual behaviour
The text No stashed changes disappears but the stash isn't shown.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions