Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy author should include email #5558

Closed
drewnoakes opened this issue Oct 13, 2018 · 4 comments
Closed

Copy author should include email #5558

drewnoakes opened this issue Oct 13, 2018 · 4 comments

Comments

@drewnoakes
Copy link
Member

Do you want to request a feature or report a bug?

Feature?

What is the current behavior?

Copying author only includes name.

image

What is the expected behavior?

Copied string should have standard git format of "Name <email>".

This should also apply to committer when present.

My use case was needing to create a commit locally after massaging someone elses commits, and wanting to paste into the command line for --author="|".

Environment you encounter the issue:

  • GitExtensions version: 3.0 beta 1
  • GIT version: N/A
  • OS version: N/A
  • .NET version: N/A

Did this work in previous version of GitExtensions (which)?

Don't think so.

@drewnoakes
Copy link
Member Author

Note that coping from here doesn't work either:

image

You end up with:

Drew Noakes <git@drewnoakes.com>#mailto:git@drewnoakes.com

@RussKie RussKie added type: feature request type: bug 🐛 up-for-grabs Easy tasks for those looking to get involved. Refer to https://up-for-grabs.net/ labels Oct 13, 2018
@rbares
Copy link
Contributor

rbares commented Oct 15, 2018

Picking this up

@gerhardol
Copy link
Member

The copy in Commit tab contains the links also for branches tags etc. The plain text copy should not contain the links, should copy the text as displayed.

@rbares
Copy link
Contributor

rbares commented Oct 15, 2018

Agreed, both sections of the tab exhibit this behaviour for links

rbares added a commit to rbares/gitextensions that referenced this issue Oct 15, 2018
Uses approach from "Copy commit info" context menu item.

Part of gitextensions#5558
rbares added a commit to rbares/gitextensions that referenced this issue Oct 16, 2018
@RussKie RussKie removed the up-for-grabs Easy tasks for those looking to get involved. Refer to https://up-for-grabs.net/ label Oct 16, 2018
@RussKie RussKie added this to the 3.00-beta2 milestone Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants