Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] _git: Fixed typo in --author-date-order description
- X-seq: zsh-workers 36441
- From: James Clarke <jrtc27@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] _git: Fixed typo in --author-date-order description
- Date: Mon, 7 Sep 2015 12:49:27 +0100
- Cc: James Clarke <jrtc27@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jrtc27.com; s=google; h=from:to:cc:subject:date:message-id; bh=+OlinbnjPeRyOUAJ4R9IuBmB0kKLX9SFESNdK3Nn8H8=; b=RjvRw4OGrbVTCNP8VeywHynupZmDPpYjXgvY6l4IeYwRtoEBTCNddttnPab5E2HRxa UA5t0qha8aY9BlRm9Qirjp11548f3ci7/16P5wamIfeeHg6vuveEeNyCDDT9uNSqa3Qh TB7M3qzIMfrNHfApvGBR5mzhVWCq6j27EYke0=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author