Re: The move to git commences!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx
> 
> 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@xxxxxxxxxx

[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

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux