git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Docs for git-checkout-script.
@ 2005-09-07 21:17 A Large Angry SCM
  2005-09-07 21:23 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: A Large Angry SCM @ 2005-09-07 21:17 UTC (permalink / raw)
  To: Junio C Hamano, Git Mailing List


Signed-off-by: A Large Angry SCM <gitzilla@gmail.com>


---

 Documentation/git-checkout-script.txt |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

ac5328903884c402905dd2a778ce51a00c041ffc
diff --git a/Documentation/git-checkout-script.txt b/Documentation/git-checkout-script.txt
--- a/Documentation/git-checkout-script.txt
+++ b/Documentation/git-checkout-script.txt
@@ -3,26 +3,31 @@ git-checkout-script(1)
 
 NAME
 ----
-git-checkout-script - Some git command not yet documented.
-
+git-checkout-script - Checkout and switch to a branch.
 
 SYNOPSIS
 --------
-'git-checkout-script' [ --option ] <args>...
+'git-checkout-script' [-f] [-b <new_branch>] [<branch>]
 
 DESCRIPTION
 -----------
-Does something not yet documented.
-
+Updates the index and working tree to reflect the specified branch,
+<branch>. Updates HEAD to be <branch> or, if specified, <new_branch>.
 
 OPTIONS
 -------
---option::
-	Some option not yet documented.
+-f::
+	Force an re-read of everything.
+
+-b::
+	Create a new branch and start it at <branch>.
 
-<args>...::
-	Some argument not yet documented.
+<new_branch>::
+	Name for the new branch.
 
+<branch>::
+	Branch to checkout; may be any object ID that resolves to a
+	commit. Defaults to HEAD.
 
 Author
 ------

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

* Re: [PATCH] Docs for git-checkout-script.
  2005-09-07 21:17 [PATCH] Docs for git-checkout-script A Large Angry SCM
@ 2005-09-07 21:23 ` Junio C Hamano
  2005-09-07 21:34   ` A Large Angry SCM
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2005-09-07 21:23 UTC (permalink / raw)
  To: gitzilla; +Cc: Git Mailing List

You read my mind.  I just finished documenting some other
commands and was about to push things out.

Thanks.

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

* Re: [PATCH] Docs for git-checkout-script.
  2005-09-07 21:23 ` Junio C Hamano
@ 2005-09-07 21:34   ` A Large Angry SCM
  2005-09-07 22:26     ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: A Large Angry SCM @ 2005-09-07 21:34 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git Mailing List

Actually, I'm cherry-picking the easier ones in an effort to reduce my 
stress about my impending move to the LA area.

Hopefully you did git-diff-script, git-format-patch-script, and 
git-rev-parse which don't look easy to document.

Junio C Hamano wrote:
> You read my mind.  I just finished documenting some other
> commands and was about to push things out.

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

* Re: [PATCH] Docs for git-checkout-script.
  2005-09-07 21:34   ` A Large Angry SCM
@ 2005-09-07 22:26     ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2005-09-07 22:26 UTC (permalink / raw)
  To: gitzilla; +Cc: Git Mailing List

A Large Angry SCM <gitzilla@gmail.com> writes:

> Hopefully you did git-diff-script, git-format-patch-script, and 
> git-rev-parse which don't look easy to document.

Not yet and not likely be in 0.99.6 but immediately after.

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

end of thread, other threads:[~2005-09-07 22:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-07 21:17 [PATCH] Docs for git-checkout-script A Large Angry SCM
2005-09-07 21:23 ` Junio C Hamano
2005-09-07 21:34   ` A Large Angry SCM
2005-09-07 22:26     ` Junio C Hamano

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).