Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 364
    • Issues 364
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #2766
Closed
Open
Created Apr 28, 2016 by David Schachtler@david.schachtler

Icon Overlay shows ignored files as non-versioned

What steps will reproduce the problem?

  1. Set Status Cache to Default

  2. Create folder foo

  3. Create folder foo/bar

  4. Create file foo/bar/asd.dll

  5. Create file foo/bar/asd.dll.map.xml

  6. Create .gitignore file with following content:

     */bar/**/*.*
     !*/bar/**/*.map.xml
  7. Open folder foo/bar

What is the expected output? What do you see instead?

  • Expected: asd.dll is shown as ignored and asd.dll.map.xml is shown as non-versioned (same state as the commit dialog would show)
  • Actual: both files are shown as non-versioned

What version of TortoiseGit and Git are you using? On what operating system?

Version 2.0.0

Please provide any additional information below.

Status Cache = Shell Extended does not seem to have this problem

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking