send-pack: reword non-fast-forward error message.
authorJunio C Hamano <junkio@cox.net>
Thu, 22 Dec 2005 20:39:39 +0000 (12:39 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Dec 2005 20:39:39 +0000 (12:39 -0800)
commit69310a34cb6dcca32b08cf3ea9e91ab19354a874
treeec479739306acda64f72421ac37c2ef79c8f880d
parent7246ed438c541650c2cd50e4e98b43226f60da0c
send-pack: reword non-fast-forward error message.

Wnen refusing to push a head, we said cryptic "remote 'branch'
object X does not exist on local" or "remote ref 'branch' is not
a strict subset of local ref 'branch'".  That was gittish.

Since the most likely reason this happens is because the pushed
head was not up-to-date, clarify the error message to say that
straight, and suggest pulling first.

First noticed by Johannes and seconded by Andreas.

Signed-off-by: Junio C Hamano <junkio@cox.net>
send-pack.c