[git-users] Re: git push failing with change closed

2013-01-20 Thread Thomas Ferris Nicolaisen
Remove the Change-id from the commit-message: Do git commit --amend (if the commit in question was your last commit), and edit the message. Remove the whole line with the change-id. I'm not sure if your change-id's are usually generated by a commit-hook, but if so it will automatically insert a

[git-users] Re: [Ubuntu 12.04 LTS] [git version 1.7.9.5] how to update to 1.8.1.1?

2013-01-20 Thread Luis M. Alonso
Thanks! On Friday, January 18, 2013 11:00:51 AM UTC+1, Luis M. Alonso wrote: > > In [Ubuntu 12.04 LTS] the current version of git is 1.7.9.5 > After git clone https://github.com/git/git.git > git version shows 1.7.9.5 > > How to update to 1.8...? > Thanks! > --

[git-users] Re: git push failing with change closed

2013-01-20 Thread python . prog29
@Thomas - I already tried removing the change-ed from the commit message,editing the message but a new change-id is not being generated automatically...do you have any other suggestions? On Sunday, January 20, 2013 12:54:15 AM UTC-8, Thomas Ferris Nicolaisen wrote: > > Remove the Change-id from

[git-users] Re: Pull fast forward error even though pull says up to date

2013-01-20 Thread J K
Tanks Thomas, your advice was spot on. I needed to configure Gerrit. It would have been nice if Git had actually given me an error message that was less cryptic. One of the serious problems with git. On Friday, January 18, 2013 2:46:42 AM UTC-5, Thomas Ferris Nicolaisen wrote: > > On Frida

[git-users] Re: git push failing with change closed

2013-01-20 Thread python . prog29
This is really important for me..any inputs on this is truly appreciated On Sunday, January 20, 2013 9:57:08 AM UTC-8, python...@gmail.com wrote: > > @Thomas - I already tried removing the change-ed from the commit > message,editing the message but a new change-id is not being generated > automa

Re: [git-users] Re: git push failing with change closed

2013-01-20 Thread Konstantin Khomoutov
On Sun, Jan 20, 2013 at 09:57:08AM -0800, python.pro...@gmail.com wrote: > @Thomas - I already tried removing the change-ed from the commit > message,editing the message but a new change-id is not being generated > automatically...do you have any other suggestions? I have one suggestion: could