On 11/17/10 02:35, Gary V. Vaughan wrote: > Hey Bruce, > > On 17 Nov 2010, at 04:49, Bruce Korb wrote: >> Hi Gary, I'd as soon push this part now and debug >> the other issues later.... > > For the topic/libposix right? All looks fine to me!
$ git push Counting objects: 195, done. Delta compression using up to 4 threads. Compressing objects: 100% (128/128), done. Writing objects: 100% (129/129), 10.42 KiB, done. Total 129 (delta 123), reused 0 (delta 0) remote: libposix/.gitignore:49: new blank line at EOF. remote: error: hook declined to update refs/heads/topic/libposix To ssh://[email protected]/srv/git/gnulib ! [rejected] master -> master (non-fast-forward) ! [remote rejected] topic/libposix -> topic/libposix (hook declined) error: failed to push some refs to 'ssh://[email protected]/srv/git/gnulib' To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes before pushing again. See the 'Note about fast-forwards' section of 'git push --help' for details. `git push --help' yields gobbledygook about "fast-forward". I had a clean repo, did a "git checkout topic/libposix", made my edits, did a "git commit" and now it is complaining about fast forwarding.
