All,
this is a re-roll of my previous patch to add separate author and
committer settings.:s/committer/committer configuration/
A
I attempted to encorporate everything from the last iteration, and all
tests still pass.
This applies to master. Please review.
[PATCH v2 1/2] config: allow giving s
William Hubbs writes:
> Subject: Re: [PATCH 1/1] Add author and committer configuration settings
Perhaps something like this
Subject: config: allow giving separate author and committer idents
would fit better in "git shortlog --no-merges" output.
>
Hi William,
thank you for putting this together.
On Wed, 19 Dec 2018, William Hubbs wrote:
> -extern const char *fmt_name(const char *name, const char *email);
> +extern const char *fmt_committer_name(void);
If it would not be too much trouble for you, could I ask you to split this
change out i
Hi,
William Hubbs wrote:
> this is my first patch for git, so please be gentle. ;-)
Thanks for contributing!
> I am in a situation where I need to use different authorship information
> for some repositories I commit to.
>
> Git already supports setting different authorship and committer
> info
On Wed, Dec 19, 2018 at 2:19 PM William Hubbs wrote:
>
> The author.email, author.name, committer.email and committer.name
> settings are analogous to the GIT_AUTHOR_* and GIT_COMMITTER_*
> environment variables, but for the git config system. This allows them
> to be set separatel
The author.email, author.name, committer.email and committer.name
settings are analogous to the GIT_AUTHOR_* and GIT_COMMITTER_*
environment variables, but for the git config system. This allows them
to be set separately for each repository.
Signed-off-by: William Hubbs
---
Docum
(1):
Add author and committer configuration settings
Documentation/config/user.txt | 20 +++
builtin/commit.c | 2 +-
cache.h | 5 ++-
config.c | 6
ident.c | 68 ---
log
7 matches
Mail list logo