Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-17 02:47:26 +0300
committerJunio C Hamano <gitster@pobox.com>2011-03-17 02:47:26 +0300
commit61a6f1faecf19d7727bdfae012a14747c672cb1a (patch)
tree414004f8e28dfbd74f37ed161bc0dd491219b01e /cache.h
parent7633a5ab9a33f90fc0fb912d7403f6c21c5435c1 (diff)
parent53c403116a947c538132fc721f83196036f7a299 (diff)
Merge branch 'jh/push-default-upstream-configname' into maint
* jh/push-default-upstream-configname: push.default: Rename 'tracking' to 'upstream'
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 39ca875fb5..c782495a8f 100644
--- a/cache.h
+++ b/cache.h
@@ -607,7 +607,7 @@ enum rebase_setup_type {
enum push_default_type {
PUSH_DEFAULT_NOTHING = 0,
PUSH_DEFAULT_MATCHING,
- PUSH_DEFAULT_TRACKING,
+ PUSH_DEFAULT_UPSTREAM,
PUSH_DEFAULT_CURRENT
};