[git-users] Empty Commit?

2013-10-22 Thread Vicki Kozel
Hello, we are using Git and Gerrit stack; since Gerrit is good about keeping track of an individual commits(changes), when a commit breaks CI, Gerrit a) prevents the change to be merged into master b)provides a patch branch a developer can checkout and amend the broken commit. I got into the

Re: [git-users] Empty Commit?

2013-10-22 Thread Vicki Kozel
Thank you William, I just tried that - same outcome. Vicki On Tuesday, October 22, 2013 11:24:29 AM UTC-7, William Seiti Mizuta wrote: On Tue, Oct 22, 2013 at 2:20 PM, Vicki Kozel vicki...@gmail.comjavascript: wrote: git commit COMMON/pom.xml --amend You don't need to pass the file

Re: [git-users] Empty Commit?

2013-10-22 Thread Vicki Kozel
Also, my file on the branch that I am amending looks exactly like the file in master. I checked their SHA1 signatures with git hash-object command - they are identical. Maybe that what is causing the problem? On Tuesday, October 22, 2013 11:53:25 AM UTC-7, Vicki Kozel wrote: Thank you William

Re: [git-users] Empty Commit?

2013-10-22 Thread Vicki Kozel
22, 2013 at 2:55 PM, Vicki Kozel vicki...@gmail.comjavascript: wrote: Also, my file on the branch that I am amending looks exactly like the file in master. I checked their SHA1 signatures with git hash-object command - they are identical. Maybe that what is causing the problem? On Tuesday

[git-users] Best practice for creating git user for automated check ins

2018-04-18 Thread Vicki Kozel
Hello, we have some checkins that happen as part of our automated workflow. We've been using a deploy key that a human user created in github for these checkins, but the concern is that once this personal account is gone(a person leaves a company, etc) the key is going to go with it, or needs