[Spacewalk-devel] Pushed first commit

2010-04-22 Thread Colin Coe
Hi all I've just pushed my first commit. The description is 'Make bash default for syntax highlighting'. It does two things: - make bash the default for syntax highlighting - make spacewalk require editarea v0.8.2-2 or higher. This is because bash syntax checking was added in this version. Hop

Re: [Spacewalk-devel] Pushed first commit

2010-04-22 Thread Jan Pazdziora
On Thu, Apr 22, 2010 at 09:19:48PM +0800, Colin Coe wrote: > Hi all > > I've just pushed my first commit. The description is 'Make bash default for Colin, I am sorry but I do not see your commit. Are you sure you really pushed to master? -- Jan Pazdziora Principal Software Engineer, Satellite

Re: [Spacewalk-devel] Pushed first commit

2010-04-23 Thread Colin Coe
Hmm, I see it in 'gitk' and 'git log' shows: --- commit e8bc01bd4710cff6548e1790b48b101f1136b3a3 Author: Colin Coe Date: Thu Apr 22 21:13:23 2010 +0800 Make bash the default for syntax highlighting --- Not sure what I've done wrong. I followed the procedure in the git guide. CC On Thu,

Re: [Spacewalk-devel] Pushed first commit

2010-04-23 Thread Tomas Lestach
Hey Colin, try to find your commit on the web http://git.fedorahosted.org/git/?p=spacewalk.git and send a link, please. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - "Colin Coe" wrote: > Hmm, I see it in 'gitk' and 'git log' shows: > --- > commit e8bc01bd4710cff65

Re: [Spacewalk-devel] Pushed first commit

2010-04-23 Thread Jan Pazdziora
On Fri, Apr 23, 2010 at 08:14:24PM +0800, Colin Coe wrote: > Hmm, I see it in 'gitk' and 'git log' shows: > --- > commit e8bc01bd4710cff6548e1790b48b101f1136b3a3 > Author: Colin Coe > Date: Thu Apr 22 21:13:23 2010 +0800 > > Make bash the default for syntax highlighting > --- > > Not sure

Re: [Spacewalk-devel] Pushed first commit

2010-04-23 Thread Miroslav Suchý
On 04/23/2010 02:14 PM, Colin Coe wrote: Hmm, I see it in 'gitk' and 'git log' shows: Do: git pull --rebase gitk --all notice that remote/master is few comits behind master, which is only your local commit git push check gitk again and notice that master and remote/master point to t