From: Pierre Habouzit <madcoder@debian.org>
To: git@vger.kernel.org
Subject: [PATCH 0/7] C cleanup series, mostly nasty shadowing
Date: Wed, 23 Aug 2006 12:38:10 +0200 [thread overview]
Message-ID: <200608231238.10963.madcoder@debian.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]
This series of patches intend to fix some not very nice bits of code.
None of them are critical though.
0001-avoid-to-use-error-that-shadows-the-function-name-use-err-instead.txt
0002-git_dir-holds-pointers-to-local-strings-hence-MUST-be-const.txt
0003-missing-static-keywords.txt
0004-remove-ugly-shadowing-of-loop-indexes-in-subloops.txt
0005-missing-define-DEBUG-0-that-made-the-preprocessor-whine.txt
0006-use-name-len-in-switch-directly-instead-of-creating-a-shadowed-variable.txt
0007-n-is-in-fact-unused-and-is-later-shadowed.txt
builtin-apply.c | 10 ++++------
builtin-grep.c | 2 ++
builtin-mv.c | 6 +++---
builtin-push.c | 10 +++++-----
builtin-tar-tree.c | 2 +-
cache.h | 2 +-
date.c | 5 ++---
environment.c | 7 ++++---
git.c | 6 +++---
http-push.c | 2 +-
10 files changed, 26 insertions(+), 26 deletions(-)
--
·O· Pierre Habouzit
··O madcoder@debian.org
OOO http://www.madism.org
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
reply other threads:[~2006-08-23 10:38 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=200608231238.10963.madcoder@debian.org \
--to=madcoder@debian.org \
--cc=git@vger.kernel.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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.