author | Jeff King <peff@peff.net> | |
Wed, 9 Sep 2009 11:38:58 +0000 (07:38 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 12 Sep 2009 04:33:20 +0000 (21:33 -0700) | ||
commit | 75194438f412714f4e82ca01e9038dc6714498c4 | |
tree | fdb94ce1638902652ab77a84d7ffa9271f2fe47a | tree | snapshot |
parent | 6ea71fe7d36cf5b81c2100d97a822ecf0bc04746 | commit | diff |
push: make non-fast-forward help message configurable
This message is designed to help new users understand what
has happened when refs fail to push. However, it does not
help experienced users at all, and significantly clutters
the output, frequently dwarfing the regular status table and
making it harder to see.
This patch introduces a general configuration mechanism for
optional messages, with this push message as the first
example.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This message is designed to help new users understand what
has happened when refs fail to push. However, it does not
help experienced users at all, and significantly clutters
the output, frequently dwarfing the regular status table and
making it harder to see.
This patch introduces a general configuration mechanism for
optional messages, with this push message as the first
example.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
Makefile | diff | blob | history | |
advice.c | [new file with mode: 0644] | blob |
advice.h | [new file with mode: 0644] | blob |
builtin-push.c | diff | blob | history | |
cache.h | diff | blob | history | |
config.c | diff | blob | history |