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
  • #3958
Closed
Open
Issue created Sep 11, 2022 by Shixian Li@lishixian🏸

Pasting a path in the input box should automatically trim the quotes

What steps will reproduce the problem?

  1. Copy a FILE on Windows system.
  2. Paste it into the tortoisegit input box, the path will contains a pair of quotation marks.
  3. In the following joined command, two quotes are included, one of which is redundant.

image-20220910082135663

image-20220910082655866

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

I think the input box could be compatible with the case where the path contains quotation marks.

For example, both I input path or "path" in the URL input box, the joined command should be:

git.exe clone --progress -v "path" "converted_path"

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

TortoiseGit-2.13.0.1-64bit on Windows 10 64bit

Edited Sep 12, 2022 by Shixian Li
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking