Re: git gui produces series of commits with exactly the same time

2016-06-29 Thread Andrei Faber
Hi everyone, I've found one case when this bug happens. 1. Create a commit 2. Amend it 3. Create several new commits All the new commits have the same "Author" timestamp until the git gui is restarted. Can anyone reproduce this? Best wishes, Andrei Faber On 29/06/2016 18:45, Johannes

Re: git gui produces series of commits with exactly the same time

2016-06-29 Thread Andrei Faber
Hi Johannes, No. Another thing I've found is that these commits have different timestamp in the "Author" and "Committer" lines. The "Committer" lines have correct timestamps, and the "Author" timestamp is wrong. Best wishes, Andrei Faber On 29/06/2016 18:45, Johannes Schindelin wrote: Hi

Re: git gui produces series of commits with exactly the same time

2016-06-29 Thread Johannes Schindelin
Hi Andrei, On Wed, 29 Jun 2016, Andrei Faber wrote: > I've noticed that git history contains series of commits with exactly > the same time, despite the real commit time of these commits was > different. All these commit were made using the git gui tool. I'm the > only developer in this project.

git gui produces series of commits with exactly the same time

2016-06-29 Thread Andrei Faber
Hi everyone, I've noticed that git history contains series of commits with exactly the same time, despite the real commit time of these commits was different. All these commit were made using the git gui tool. I'm the only developer in this project. Has anyone experienced the same problem?