Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 1/3] _git: rename merge.summary to merge.log
- X-seq: zsh-workers 27859
- From: Hannu Koivisto <azure@xxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 1/3] _git: rename merge.summary to merge.log
- Date: Mon, 05 Apr 2010 20:42:51 +0300
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-copies-to: nobody
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author