Page MenuHomePhabricator

present git Clone URIs in the right syntax and don't let them edit.
Closed, ResolvedPublic

Description

Curently the URL for the hosted repos are editable but can't be stored. further the syntax is a bit misleading.

Event Timeline

hwinkel raised the priority of this task from to Needs Triage.
hwinkel updated the task description. (Show Details)
hwinkel added a project: Diffusion.
hwinkel added a subscriber: hsychla.
hwinkel added a subscriber: hwinkel.

What's wrong about the syntax?

The UI element is editable to make it easy to select and copy/paste. When you click it once, we select all of the text so you can copy it to your clipboard more easily.

I simply know this from our old redmine repos, there was the URI selectable as well but you won't be able to edit an delete the string.

regarding syntax it would e good to have the syntax complete including the generic SSH user?

thats how redmine presents the Clone URI: "git clone git@git.example.org:tplino-core.git"

Set diffusion.ssh-user to get the user in the URI.