git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation: Remove deprecated --mixed option in git-reset synopsis
@ 2008-02-16 16:48 Pieter de Bie
  2008-02-16 16:48 ` [PATCH 2/2] Documentation: Add a usage case of git-reset with path Pieter de Bie
  2008-02-16 19:15 ` [PATCH 1/2] Documentation: Remove deprecated --mixed option in git-reset synopsis Junio C Hamano
  0 siblings, 2 replies; 6+ messages in thread
From: Pieter de Bie @ 2008-02-16 16:48 UTC (permalink / raw)
  To: gitster, git; +Cc: Pieter de Bie

And while we're at it, use the dashless git call

Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl>
---
 Documentation/git-reset.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt
index a4e0a77..2b24641 100644
--- a/Documentation/git-reset.txt
+++ b/Documentation/git-reset.txt
@@ -8,8 +8,8 @@ git-reset - Reset current HEAD to the specified state
 SYNOPSIS
 --------
 [verse]
-'git-reset' [--mixed | --soft | --hard] [-q] [<commit>]
-'git-reset' [--mixed] [-q] [<commit>] [--] <paths>...
+'git reset' [--mixed | --soft | --hard] [-q] [<commit>]
+'git reset' [-q] [<commit>] [--] <paths>...
 
 DESCRIPTION
 -----------
-- 
1.5.4.3.gb183

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

end of thread, other threads:[~2008-02-16 20:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-16 16:48 [PATCH 1/2] Documentation: Remove deprecated --mixed option in git-reset synopsis Pieter de Bie
2008-02-16 16:48 ` [PATCH 2/2] Documentation: Add a usage case of git-reset with path Pieter de Bie
2008-02-16 18:40   ` Junio C Hamano
2008-02-16 19:15 ` [PATCH 1/2] Documentation: Remove deprecated --mixed option in git-reset synopsis Junio C Hamano
2008-02-16 19:17   ` Pieter de Bie
2008-02-16 20:10     ` 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).