Merge branch 'ct/advise-push-default' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 11 May 2012 18:18:43 +0000 (11:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 May 2012 18:18:43 +0000 (11:18 -0700)
The cases "git push" fails due to non-ff can be broken into three
categories; each case is given a separate advise message.

By Christopher Tiwald (2) and Jeff King (1)
* ct/advise-push-default:
  Fix httpd tests that broke when non-ff push advice changed
  clean up struct ref's nonfastforward field
  push: Provide situational hints for non-fast-forward errors

1  2 
Documentation/config.txt
builtin/push.c
cache.h
t/t5541-http-push.sh
transport.c

Simple merge
diff --cc builtin/push.c
Simple merge
diff --cc cache.h
Simple merge
Simple merge
diff --cc transport.c
Simple merge