From a8bc269f11b34e60f5fdbd8e831a654dd6b6b67e Mon Sep 17 00:00:00 2001 From: Dave Olszewski Date: Mon, 16 Feb 2015 01:16:19 -0500 Subject: push: allow --follow-tags to be set by config push.followTags Signed-off-by: Dave Olszewski Helped-by: Jeff King Signed-off-by: Junio C Hamano --- Documentation/config.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Documentation/config.txt') diff --git a/Documentation/config.txt b/Documentation/config.txt index ae6791db12..e01d21cda2 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2079,6 +2079,12 @@ new default). -- +push.followTags:: + If set to true enable '--follow-tags' option by default. You + may override this configuration at time of push by specifying + '--no-follow-tags'. + + rebase.stat:: Whether to show a diffstat of what changed upstream since the last rebase. False by default. -- cgit v1.2.1