zsh-workers
 help / color / mirror / code / Atom feed
From: James Clarke <jrtc27@jrtc27.com>
To: zsh-workers@zsh.org
Cc: James Clarke <jrtc27@jrtc27.com>
Subject: [PATCH] _git: Fixed typo in --author-date-order description
Date: Mon,  7 Sep 2015 12:49:27 +0100	[thread overview]
Message-ID: <1441626567-95382-1-git-send-email-jrtc27@jrtc27.com> (raw)

---
 Completion/Unix/Command/_git | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 7f7c3eb..40a9fb6 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -6436,7 +6436,7 @@ __git_setup_revision_options () {
     '(--full-history --dense --sparse --simplify-merges                )--ancestry-path[only display commits that exists directly on ancestry chains]'
     '(             --date-order --author-date-order)--topo-order[display commits in topological order]'
     '(--topo-order              --author-date-order)--date-order[display commits in date order]'
-    '(--topo-order --date-order                    )--author-date-order[display commits in auhor date order]'
+    '(--topo-order --date-order                    )--author-date-order[display commits in author date order]'
     '(-g --walk-reflogs)--reverse[display commits in reverse order]'
     '(          --objects-edge)--objects[display object ids of objects referenced by listed commits]'
     '(--objects               )--objects-edge[display object ids of objects referenced by listed and excluded commits]'
-- 
2.5.1


             reply	other threads:[~2015-09-07 11:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-07 11:49 James Clarke [this message]
2015-09-07 21:12 ` Daniel Shahaf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441626567-95382-1-git-send-email-jrtc27@jrtc27.com \
    --to=jrtc27@jrtc27.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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