I don't know why $ git commit -s does not work well.
2018-01-23 22:35 GMT-07:00 김건우 rlarjsdn122@naver.com:
I don't know why $ git commit -s does not work well.
You have to run `git clone git://source.winehq.org/git/wine.git`, then change wine/po/ko.po, then run `git commit`.
-Alex
Hi 김건우,
Thanks for your contribution! But this is not a valid patch for Wine. You need to put your changes in a current Wine git repo folder, and use `git add po/ko.po` and `git commit -m "po: Update `Korean translations."` to save your changes. You may also need to use `git format-patch` to generate a patch.
Also you should sign your patch. You can use `git config format.signOff true` for enabling 'signoff' in your Wine git repo.
Here has some more useful information: https://wiki.winehq.org/Submitting_Patches and https://wiki.winehq.org/Git_Wine_Tutorial .
2018-01-24 13:35 GMT+08:00 김건우 rlarjsdn122@naver.com:
I don't know why $ git commit -s does not work well.