[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: The move to git commences!
- From: Florian La Roche <laroche redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: The move to git commences!
- Date: Wed, 7 Nov 2007 23:38:40 +0100
On Wed, Nov 07, 2007 at 09:37:54AM -0500, Jeremy Katz wrote:
> On Wed, 2007-11-07 at 14:32 +0100, Martin Sivak wrote:
> > I just noticed, some of us use wrong email in the commit messages.
> > So make sure you have correct settings in enviroment variables:
> [snip]
> > It is possible to use configuration file too, but I just prefer this,
> > because it is easier to change temporarily.
>
> Whereas I tend to use the config and set it once and have it always
> apply
>
> git config --global user.name My Name
> git config --global user.email myemail myhost com
>
> Other handy git config options I have set while I'm thinking about it.
>
> sendmail.smtpserver=my.smart.host -- smart host to send mail through
> with git-send-email
>
> color.diff=auto, color.status=auto and color.branch=auto -- these give
> me colored output when I'm on a terminal
>
> apply.whitespace=strip has git-apply strip trailing whitespaces
>
> merge.summary=1 makes it so that merge commits have a summary of the
> commits which were merged
Nearly as my current ~/.gitconfig:
[user]
name = Florian La Roche
email = laroche redhat com
[color]
diff = auto
status = auto
branch = auto
[diff]
renames = copy
[color "diff"]
new = cyan
old = magenta
frag = yellow
meta = green
commit = normal
[merge]
# tool = "meld"
summary = 1
# verbosity = 2
regards,
Florian La Roche
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]