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 <[email protected]> > 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.
You did not push your change. You've only committed to your local directory but you did not push it to the origin -- the http://git.fedorahosted.org/git/?p=spacewalk.git;a=commit;h=e8bc01bd4710cff6548e1790b48b101f1136b3a3 says 404 - Unknown commit object. Do rebase your change on top of current master (after you've pulled) and then do git push. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
