zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _git: Fixed typo in --author-date-order description
@ 2015-09-07 11:49 James Clarke
  2015-09-07 21:12 ` Daniel Shahaf
  0 siblings, 1 reply; 2+ messages in thread
From: James Clarke @ 2015-09-07 11:49 UTC (permalink / raw)
  To: zsh-workers; +Cc: James Clarke

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


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

* Re: [PATCH] _git: Fixed typo in --author-date-order description
  2015-09-07 11:49 [PATCH] _git: Fixed typo in --author-date-order description James Clarke
@ 2015-09-07 21:12 ` Daniel Shahaf
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Shahaf @ 2015-09-07 21:12 UTC (permalink / raw)
  To: James Clarke; +Cc: zsh-workers

James Clarke wrote on Mon, Sep 07, 2015 at 12:49:27 +0100:
> -    '(--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]'

Thanks, applied.


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

end of thread, other threads:[~2015-09-07 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-07 11:49 [PATCH] _git: Fixed typo in --author-date-order description James Clarke
2015-09-07 21:12 ` Daniel Shahaf

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