summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-07-19 00:19:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-07-19 00:20:52 (GMT)
commitbba0fd22ad654460a81c4b35462b600d9432a869 (patch)
treef05a76c5f82b6947704b85ed4a4e9c9e879fd9d6 /cache.h
parentd5cee0f78654357965cb88c4e6d3cfa272d9ae28 (diff)
downloadgit-bba0fd22ad654460a81c4b35462b600d9432a869.zip
git-bba0fd22ad654460a81c4b35462b600d9432a869.tar.gz
git-bba0fd22ad654460a81c4b35462b600d9432a869.tar.bz2
push: do not give big warning when no preference is configured
If the message said "we will be changing the default in the future, so this is to warn people who want to keep the current default what to do", it would have made some sense, but as it stands, the message is merely an unsolicited advertisement for a new feature, which it is not helpful at all. Squelch it. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index f1e5ede..c72f125 100644
--- a/cache.h
+++ b/cache.h
@@ -543,7 +543,6 @@ enum rebase_setup_type {
};
enum push_default_type {
- PUSH_DEFAULT_UNSPECIFIED = -1,
PUSH_DEFAULT_NOTHING = 0,
PUSH_DEFAULT_MATCHING,
PUSH_DEFAULT_TRACKING,