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
  • #869
Closed
Open
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