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

Prevent clean files from showing up as untracked #601

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 13, 2018

  1. Prevent clean files from showing up as untracked

    Looking at the code in porcelain.path_to_tree_path,
    this looks like there was an attempt at this in
    85b5383, however
    relpath is non-destructive, and has no effect unless
    the result is assigned to something. If this were
    assigned when path is relative, then relpath would
    assume path was at root, and so we must check that
    the path is absolute before calling relpath.
    
    Fixes jelmer#598
    alistair-broomhead committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    d9f3de5 View commit details
    Browse the repository at this point in the history