From: shawn wilson <ag4ve.us@gmail.com>
To: Git List <git@vger.kernel.org>
Subject: filter / gitattributes
Date: Tue, 24 Jun 2014 15:02:30 -0400 [thread overview]
Message-ID: <CAH_OBiesJe2shQ3KWQa54-uoCOeWVQXe5voihJJH5_TiTqF4zg@mail.gmail.com> (raw)
So, I've got a gitconfig template for new people (also what link to as
my ~/.gitconfig) so I have a smudge/clean:
[filter "gitconfig-rmuser"]
clean = sed -e \"s/^\\( *email =\\).*/\\1 <email address>/\" -e
\"s/^\\( *name =\\).*/\\1 <real name>/\" -e \"s/^\\( *signingkey
=\\).*/\\1 <gpg key>/\"
smudge = egrep \"^ *(email|name|signingkey) = \"
and .gitattributes:
* filter=ident-line
gitconfig filter=gitconfig-rmuser
However, it didn't filter/change my name/email/signingkey. Any ideas?
reply other threads:[~2014-06-24 19:02 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=CAH_OBiesJe2shQ3KWQa54-uoCOeWVQXe5voihJJH5_TiTqF4zg@mail.gmail.com \
--to=ag4ve.us@gmail.com \
--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 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).