zsh-workers
 help / color / mirror / code / Atom feed
From: "Jörg Sommer" <joerg@alea.gnuu.de>
To: zsh-workers@sunsite.dk
Subject: Completion for git log --reverse
Date: Mon, 22 Sep 2008 17:04:57 +0000 (UTC)	[thread overview]
Message-ID: <slrngdfk1p.1rn.joerg@alea.gnuu.de> (raw)

commit a22661303c034f9cb7bc5bc186370c8201598192
Author: Jörg Sommer <joerg@alea.gnuu.de>
Date:   Mon Sep 22 19:03:41 2008 +0200

    Add completion of option --reverse

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 21115cd..c8a1282 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -4281,12 +4281,13 @@ __git_setup_revision_arguments () {
     '--cherry-pick[omit any same-change commits]'
     '--graph[draw a graphical representation of the commit history]'
     '--reflog[show all commits from reflogs]'
-    '(-g --walk-reflogs)'{-g,--walk-reflogs}'[walk reflog entries from most recent to oldest]'
+    '(-g --walk-reflogs --reverse)'{-g,--walk-reflogs}'[walk reflog entries from most recent to oldest]'
     '*--not[reverses meaning of ^ prefix for revisions that follow]'
     '--default[use argument as default revision]:default revision:__git_revisions'
     '--merge[after a failed merge, show refs that touch files having a conflict]'
     '(             --date-order)--topo-order[show commits in topological order]'
     '(--topo-order             )--date-order[show commits in date order]'
+    '(-g --walk-reflogs)--reverse[show commits in reverse order]'
     '--parents[show parent commits]'
     '(        --sparse)--dense[this is the inverse of --sparse, and is also the default]'
     '(--dense         )--sparse[when paths are given, output only commits that changes any of them]'

-- 
Roesen's Law (http://www.bruhaha.de/laws.html):
Sobald ein Troll, DAU oder Elch im Lauf eines Threads auf heftige Kritik
stößt, argumentiert er mit der Arroganz des Kritikers. Dies kann auch
vorsorglich erfolgen.


             reply	other threads:[~2008-09-22 17:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-22 17:04 Jörg Sommer [this message]
2008-09-23 12:03 ` Mikael Magnusson

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=slrngdfk1p.1rn.joerg@alea.gnuu.de \
    --to=joerg@alea.gnuu.de \
    --cc=zsh-workers@sunsite.dk \
    /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).