Re: Git Commit log with wrong encoding

2016-08-07 Thread Fred Cooke
The solution is to not push directly, and to seek peer review even if you're the king of the hill. Once pushed to a public upstream a commit should pretty much never be touched. What was the impact of the encoding being wrong? I haven't yet understood the actual problem. On Sun, Aug 7, 2016 at 6:

Re: Git Commit log with wrong encoding

2016-08-06 Thread Michael Osipov
Am 2016-08-06 um 20:35 schrieb Karl Heinz Marbaise: On 8/6/16 8:29 PM, Michael Osipov wrote: Am 2016-08-06 um 20:24 schrieb Karl Heinz Marbaise: Hi Michael, On 8/6/16 8:20 PM, Michael Osipov wrote: Am 2016-08-06 um 20:01 schrieb Karl Heinz Marbaise: Hi Michael, On 8/6/16 7:46 PM, Michael Os

Re: Git Commit log with wrong encoding

2016-08-06 Thread Karl Heinz Marbaise
On 8/6/16 8:29 PM, Michael Osipov wrote: Am 2016-08-06 um 20:24 schrieb Karl Heinz Marbaise: Hi Michael, On 8/6/16 8:20 PM, Michael Osipov wrote: Am 2016-08-06 um 20:01 schrieb Karl Heinz Marbaise: Hi Michael, On 8/6/16 7:46 PM, Michael Osipov wrote: Am 2016-08-06 um 19:38 schrieb Karl Hein

Re: Git Commit log with wrong encoding

2016-08-06 Thread Michael Osipov
Am 2016-08-06 um 20:24 schrieb Karl Heinz Marbaise: Hi Michael, On 8/6/16 8:20 PM, Michael Osipov wrote: Am 2016-08-06 um 20:01 schrieb Karl Heinz Marbaise: Hi Michael, On 8/6/16 7:46 PM, Michael Osipov wrote: Am 2016-08-06 um 19:38 schrieb Karl Heinz Marbaise: Hi, I have accidently commit

Re: Git Commit log with wrong encoding

2016-08-06 Thread Karl Heinz Marbaise
Hi Michael, On 8/6/16 8:20 PM, Michael Osipov wrote: Am 2016-08-06 um 20:01 schrieb Karl Heinz Marbaise: Hi Michael, On 8/6/16 7:46 PM, Michael Osipov wrote: Am 2016-08-06 um 19:38 schrieb Karl Heinz Marbaise: Hi, I have accidently committed a change in Git with a log message which contains

Re: Git Commit log with wrong encoding

2016-08-06 Thread Michael Osipov
Am 2016-08-06 um 20:01 schrieb Karl Heinz Marbaise: Hi Michael, On 8/6/16 7:46 PM, Michael Osipov wrote: Am 2016-08-06 um 19:38 schrieb Karl Heinz Marbaise: Hi, I have accidently committed a change in Git with a log message which contains wrongly encoded characters... What is the best to han

Re: Git Commit log with wrong encoding

2016-08-06 Thread Karl Heinz Marbaise
Hi Michael, On 8/6/16 7:46 PM, Michael Osipov wrote: Am 2016-08-06 um 19:38 schrieb Karl Heinz Marbaise: Hi, I have accidently committed a change in Git with a log message which contains wrongly encoded characters... What is the best to handle this? git commit --amend .. and git push -f

Re: Git Commit log with wrong encoding

2016-08-06 Thread Michael Osipov
Am 2016-08-06 um 19:38 schrieb Karl Heinz Marbaise: Hi, I have accidently committed a change in Git with a log message which contains wrongly encoded characters... What is the best to handle this? git commit --amend .. and git push -f The ASF server will probably block history rewrite. -

Git Commit log with wrong encoding

2016-08-06 Thread Karl Heinz Marbaise
Hi, I have accidently committed a change in Git with a log message which contains wrongly encoded characters... What is the best to handle this? git commit --amend .. and git push -f ? Kind regards Karl Heinz - To unsub