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

git-p4: add config to charset p4 commands #488

Closed
wants to merge 1 commit into from

Conversation

yonmy
Copy link

@yonmy yonmy commented May 4, 2018

Perforce keeps the encoding of a submit log message as given on set P4CHARSET.
If this encoding is not utf-8, most Git GUI Clients will not be able to display the log messages.

Add a string Git config value git-p4.charset to define the encoding. This value is used to transcode the log messages to UTF-8.

Thanks for taking the time to contribute to Git! Please be advised that the
Git community does not use github.com for their contributions. Instead, we use
a mailing list (git@vger.kernel.org) for code submissions, code reviews, and
bug reports. Nevertheless, you can use submitGit to conveniently send your Pull
Requests commits to our mailing list.

Please read the "guidelines for contributing" linked above!

Perforce keeps the encoding of a submit log message as given on set P4CHARSET.
If this encoding is not utf-8, most Git GUI Clients will not be able to display the log messages.

Add a string Git config value `git-p4.charset` to define the encoding. This value is used to transcode the log messages to UTF-8.
@dscho
Copy link
Member

dscho commented Jun 3, 2019

Thank you for contributing this patch!

I cannot review it as my Perforce background is too weak, but you can send the patch to the Git mailing list for review (as suggested in the PR description template), either via GitGitGadget, submitGit or manually.

Do make sure that your commit message is wrapped to <=76 columns/line, and to add your sign off before you do so, though.

@dscho
Copy link
Member

dscho commented Jun 24, 2019

@yonmy ping?

@yonmy
Copy link
Author

yonmy commented Jun 24, 2019

@yonmy ping?

pong.
Thank you for your comments.

@dscho
Copy link
Member

dscho commented Sep 3, 2019

@yonmy ping?

@dscho
Copy link
Member

dscho commented Sep 30, 2019

@yonmy gentle ping?

@yonmy
Copy link
Author

yonmy commented Sep 30, 2019

pong, I am sorry.
As my personal matter
I do not have the environment right now.

@dscho
Copy link
Member

dscho commented Oct 1, 2019

@yonmy would you still want to contribute the patch? If so, please use one of the advised routes to the Git mailing list. Otherwise, please close this PR.

@yonmy yonmy closed this Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants