Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • 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
  • #3052
Closed
Open
Issue created Aug 23, 2017 by Kurt Prünner@KernelLeak

Filename autocomplete in commit dialog ignores filenames starting with underscores

What steps will reproduce the problem?

  1. Create files with names like "_MitarbeiterEdit.cshtml", "_MitarbeiterDisplay.cshtml" (filename convention for partial views in ASP.Net MVC)
  2. Write a commit message and type "_M"

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

Expected: autocomplete dropdown should include changed file "_MitarbeiterEdit.cshtml"
Actual: autocomplete dropdown doesn't trigger on "_", and neither on Ctrl + Space afterwards, but if I start typing the full pathname the dropdown includes the file with it's full path (i.e. "eCS.Projectname/Views/Kontakt/_MitarbeiterEdit.cshtml"

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

TortoiseGit 2.5.0.0 (C:\Devel\TortoiseGit\bin) git version 2.13.3.windows.1 (C:\Devel\Git\bin; C:\Devel\Git\mingw64; C:\Devel\Git\mingw64\etc\gitconfig; C:\ProgramData\Git\config)

Please provide any additional information below.

Turning off "StyleCommitMessages" in the advanced TortoiseGit settings makes these files appear in the dropdown, but at least when triggering the dropdown with Ctrl + Space after and underscore I'd expect the files to be there, "StyleCommitMessages" or not...

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