[PATCH 00/10 v3] More consistant terminology ("remote-tracking branch", "not updated")
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:49:55
So, here's a v3 for the patch serie. Nothing very new, just minor
improvements (reword the user-manual change, keep the alphabetical
order in gitglossary, ...)
I think it's ready to cook in pu.
Jonathan Nieder (1):
user-manual: remote-tracking can be checked out, with detached HEAD
Matthieu Moy (9):
Better "Changed but not updated" message in git-status
Replace "remote tracking" with "remote-tracking"
Change remote tracking to remote-tracking in non-trivial places
Change "tracking branch" to "remote-tracking branch"
Change incorrect uses of "remote branch" meaning "remote-tracking"
Change incorrect "remote branch" to "remote tracking branch" in C
code
Use 'remote-tracking branch' in generated merge messages
user-manual.txt: explain better the remote(-tracking) branch terms
git-branch.txt: mention --set-upstream as a way to change upstream
configuration
Documentation/config.txt | 13 +++++----
Documentation/everyday.txt | 6 ++--
Documentation/fetch-options.txt | 2 +-
Documentation/git-branch.txt | 14 ++++++----
Documentation/git-checkout.txt | 2 +-
Documentation/git-clone.txt | 2 +-
Documentation/git-describe.txt | 2 +-
Documentation/git-fetch.txt | 2 +-
Documentation/git-gc.txt | 6 ++--
Documentation/git-log.txt | 2 +-
Documentation/git-pull.txt | 8 +++---
Documentation/git-remote.txt | 6 ++--
Documentation/git-tag.txt | 4 +-
Documentation/gittutorial-2.txt | 2 +-
Documentation/gittutorial.txt | 6 ++--
Documentation/glossary-content.txt | 20 ++++++++--------
Documentation/rev-list-options.txt | 2 +-
Documentation/user-manual.txt | 40 +++++++++++++++++++++++--------
branch.h | 2 +-
builtin/checkout.c | 4 +-
builtin/fetch.c | 6 ++--
builtin/fmt-merge-msg.c | 6 ++--
builtin/merge.c | 2 +-
builtin/remote.c | 6 ++--
contrib/examples/builtin-fetch--tool.c | 2 +-
remote.c | 2 +-
t/t1507-rev-parse-upstream.sh | 2 +-
t/t3409-rebase-preserve-merges.sh | 2 +-
t/t5400-send-pack.sh | 2 +-
t/t5505-remote.sh | 8 ++++--
t/t5513-fetch-track.sh | 2 +-
t/t7508-status.sh | 34 +++++++++++++-------------
t/t7608-merge-messages.sh | 4 +-
wt-status.c | 2 +-
34 files changed, 124 insertions(+), 101 deletions(-)
--
1.7.3.2.183.g2e7b0