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 382
    • Issues 382
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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
  • #869
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

TortoiseProc CloneCommand is ignoring "url" command line parameter

By heiko.mi... on August 21, 2011 18:36 (imported from Google Code)


Steps to reproduce the problem:

  1. "c:\Program Files\TortoiseGit\bin\TortoiseProc.exe" /command:clone /url:testUrl /path:testPath
  2. Dialog should show "testUrl" in Url: combo box

The command line parameter url should be used to prefill the Url combo box. Instead the combo box stays blank (or something from the history is shown).

System info:

TortoiseGit 1.7.2.0
git version 1.7.6.msysgit.0
on win7ultimatex64
What version of the product are you using? On what operating system?

bool CloneCommand::Execute()

is missing something analog to

dlg.m_URLs.LoadFromAsteriskSeparatedString (parser.GetVal(_T("url")));

which I found in checkoutcommand (tortoisesvn)

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