[patch] change priority for RH initscript
Dan Nicholson
dbn.lists at gmail.com
Wed Feb 7 08:11:47 PST 2007
On 2/7/07, William Jon McCann <mccann at jhu.edu> wrote:
> >
> > you probably don't know about the --author option to git. It's really
> > nifty and somewhat described in the HACKING file in HAL
> > http://gitweb.freedesktop.org/?p=hal.git;a=blob;h=7e9bb5b562a28e35c5415ea3bde4cd5cc29da66c;hb=1d1d38d1d73a5d7c26fe6adfc6cdf40a985de45b;f=HACKING
>
> Nifty indeed - didn't know about that. And I've just blatantly copied
> most of this HACKING file for CK.
You may also want to check out git-repo-config(1). This will put
global settings in ~/.gitconfig or per-project settings (without
--global) in .git/config. For example:
[ 8:08 AM dan at conor] git repo-config --global user.name "Dan Nicholson"
[ 8:08 AM dan at conor] cat ~/.gitconfig
[user]
name = Dan Nicholson
The man page says that user.name and user.email will be used unless
the GIT_AUTHOR_* variables are set.
--
Dan
More information about the hal
mailing list