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>2010-01-23 03:08:05 +0300
committerJunio C Hamano <gitster@pobox.com>2010-01-23 03:08:05 +0300
commit1a545d0b5fa56a7be88fe082cec7847715079a18 (patch)
tree721ec8d309c6aea0fa3a80eea8d5c1ad07f6bed1 /cache.h
parent67bc7407211d26de518811dafc2c1cf2e6124709 (diff)
parent85e2233f982f760d0e731b1258da2580834d8027 (diff)
Merge branch 'il/branch-set-upstream'
* il/branch-set-upstream: branch: warn and refuse to set a branch as a tracking branch of itself. Add branch --set-upstream
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 4b15042c08..7d5c21e3f1 100644
--- a/cache.h
+++ b/cache.h
@@ -553,6 +553,7 @@ enum branch_track {
BRANCH_TRACK_REMOTE,
BRANCH_TRACK_ALWAYS,
BRANCH_TRACK_EXPLICIT,
+ BRANCH_TRACK_OVERRIDE,
};
enum rebase_setup_type {