git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-checkout(1) mention fate of extraneous files
@ 2009-01-17  0:36 jidanni
  2009-01-17 12:57 ` Markus Heidelberg
  0 siblings, 1 reply; 13+ messages in thread
From: jidanni @ 2009-01-17  0:36 UTC (permalink / raw)
  To: git

Signed-off-by: jidanni <jidanni@jidanni.org>
---
 Documentation/git-checkout.txt |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt
index 9cd5151..bce31c7 100644
--- a/Documentation/git-checkout.txt
+++ b/Documentation/git-checkout.txt
@@ -14,12 +14,13 @@ SYNOPSIS
 DESCRIPTION
 -----------
 
-When <paths> are not given, this command switches branches by
-updating the index and working tree to reflect the specified
-branch, <branch>, and updating HEAD to be <branch> or, if
-specified, <new_branch>.  Using -b will cause <new_branch> to
-be created; in this case you can use the --track or --no-track
-options, which will be passed to `git branch`.
+When <paths> are not given, this command switches branches by updating
+the index and working tree to reflect the specified branch, <branch>,
+and updating HEAD to be <branch> or, if specified, <new_branch>. (No
+extraneous files present are deleted, use linkgit:git-clean[1] for a
+pristine checkout.) Using -b will cause <new_branch> to be created; in
+this case you can use the --track or --no-track options, which will be
+passed to `git branch`.
 
 As a convenience, --track will default to create a branch whose
 name is constructed from the specified branch name by stripping
-- 
1.6.0.6

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-01-20 19:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-17  0:36 [PATCH] git-checkout(1) mention fate of extraneous files jidanni
2009-01-17 12:57 ` Markus Heidelberg
2009-01-17 18:35   ` jidanni
2009-01-19 22:45     ` [PATCH,v2] git-checkout(1): " jidanni
2009-01-19 23:16       ` Boyd Stephen Smith Jr.
2009-01-19 23:31         ` [PATCH,v3] " jidanni
2009-01-19 23:42         ` [PATCH,v2] " Johannes Schindelin
2009-01-20  0:01           ` [PATCH,v4] " jidanni
2009-01-20  0:11             ` Johannes Schindelin
2009-01-20  0:54               ` Boyd Stephen Smith Jr.
2009-01-20  3:35                 ` Junio C Hamano
2009-01-20 10:07                   ` Johannes Schindelin
2009-01-20 19:45                   ` jidanni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).