Cloning message using folder name instead of repository name
See original GitHub issueDescription
When cloning a new repository, a large header is displayed which says something along the lines of “Cloning <name>” along with the progress.
I noticed however that it uses the name of the folder that you’re cloning into as the “name” of the repository, which probably should be the repository name instead.
E.g. my repository was called foo-bar
, but I cloned this into /Sites/foo/bar
locally.
Github desktop reported this as “Cloning bar” instead of “Cloning foo-bar”.
Minor issue, but thought I’d report it.
Version
GitHub Desktop version: 1.0.13
OS version: OS X
Steps to Reproduce
- Clone a repository
foo
into a folder calledbar
Expected behavior: [What you expected to happen] The message should say “Cloning foo”
Actual behavior: [What actually happened] The message says “Cloning bar”
Reproduces how often: [What percentage of the time does it reproduce?] 100% from what I could see but haven’t tested extensively
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (8 by maintainers)
Top GitHub Comments
It looks like #4364 is complete except for some variable names–which have suggestions in the PR. That PR has been locked due to inactivity. I am going to resurrect this work in a new branch/PR. FYI @outofambit
We made some progress on this in #4364 but had to put it aside - feel free to refer to that code if someone else wants to take a shot at it.