zsh-workers
 help / color / mirror / code / Atom feed
From: Hannu Koivisto <azure@iki.fi>
To: zsh-workers@zsh.org
Subject: [PATCH 1/3] _git: rename merge.summary to merge.log
Date: Mon, 05 Apr 2010 20:42:51 +0300	[thread overview]
Message-ID: <834ojofgru.fsf@kalahari.s2.org> (raw)

---
Hi,

Note that I'm not subscribed to zsh-workers.  These three patches were made
with git but they should be applyable with normal patch as well.  I hope they
are useful.

Hannu


 Completion/Unix/Command/_git |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 5371fd5..96e3284 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -3290,7 +3290,7 @@ __git_config_name () {
       'i18n.commitEncoding:character encoding commit messages are stored in'
       'i18n.logOutputEncoding:character encoding commit messages are output in'
       'log.showroot:whether to show initial commit as a diff against an empty tree or not'
-      'merge.summary:whether to include summaries of merged commits'
+      'merge.log:whether to include summaries of merged commits'
       'merge.tool:tool to use for merges (by git-mergetool)'
       'merge.verbosity:amount of output shown by recursive merge strategy'
       'pack.window:size of window used by git-pack-objects'
@@ -3739,7 +3739,7 @@ __git_config_values () {
 
       _describe -t booleans 'boolean' booleans
       ;;
-    ((#i)merge.summary)
+    ((#i)merge.log)
       declare -a booleans
 
       # TODO: Use (default) in more descriptions.
-- 
1.6.6.GIT


                 reply	other threads:[~2010-04-06 21:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=834ojofgru.fsf@kalahari.s2.org \
    --to=azure@iki.fi \
    --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).