diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-11-24 15:55:05 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-24 15:55:05 -0800 |
commit | 786f174dab50ea5333fadd1650aa709927a3099f (patch) | |
tree | 6a4a40b08368f017026473c620e028dfb7697f23 /Documentation/fetch-options.txt | |
parent | b3ff808b714fd8fc5e4d2770720398e5dc7d27f9 (diff) | |
parent | 4eec6f988dc1638ff5b5ee3131f7452d29042a61 (diff) | |
download | git-786f174dab50ea5333fadd1650aa709927a3099f.tar.gz |
Merge branch 'mm/phrase-remote-tracking'
* mm/phrase-remote-tracking:
git-branch.txt: mention --set-upstream as a way to change upstream configuration
user-manual: remote-tracking can be checked out, with detached HEAD
user-manual.txt: explain better the remote(-tracking) branch terms
Change incorrect "remote branch" to "remote tracking branch" in C code
Change incorrect uses of "remote branch" meaning "remote-tracking"
Change "tracking branch" to "remote-tracking branch"
everyday.txt: change "tracking branch" to "remote-tracking branch"
Change remote tracking to remote-tracking in non-trivial places
Replace "remote tracking" with "remote-tracking"
Better "Changed but not updated" message in git-status
Diffstat (limited to 'Documentation/fetch-options.txt')
-rw-r--r-- | Documentation/fetch-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 5ce1e72745..678675ccdf 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -36,7 +36,7 @@ ifndef::git-pull[] -p:: --prune:: - After fetching, remove any remote tracking branches which + After fetching, remove any remote-tracking branches which no longer exist on the remote. endif::git-pull[] |