all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 08f00c0: Fix and improve UI of scroll bar menu (bug#27047)
       [not found] ` <20170524113338.4443421035@vcs0.savannah.gnu.org>
@ 2017-05-24 11:53   ` Stephen Berman
  2017-05-24 12:01     ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Berman @ 2017-05-24 11:53 UTC (permalink / raw)
  To: emacs-devel

On Wed, 24 May 2017 07:33:37 -0400 (EDT) stephen.berman@gmx.net (Stephen Berman) wrote:

> branch: master
> commit 08f00c01d6f19a3b4465cc856c6ae55a1acdc350
> Author: Stephen Berman <steve@rosalinde.fritz.box>
> Commit: Stephen Berman <steve@rosalinde.fritz.box>
>
>     Fix and improve UI of scroll bar menu (bug#27047)

Does anyone know why git (or VC) used my login name and the host name of
my machine instead of my email address in this commit, and how I can
prevent this from happening again?

(When I first tried to send this, Gnus complained:

The Message-ID looks strange: "<87r2zeqxsp.fsf@rosalinde>".  Really post? (y or n)

I cancelled, but I've seen this before, and the mail goes out anyway;
hope it does now, too.)

Steve Berman




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master 08f00c0: Fix and improve UI of scroll bar menu (bug#27047)
  2017-05-24 11:53   ` master 08f00c0: Fix and improve UI of scroll bar menu (bug#27047) Stephen Berman
@ 2017-05-24 12:01     ` Andreas Schwab
  2017-05-24 12:09       ` Kaushal Modi
  2017-05-24 12:12       ` Stephen Berman
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Schwab @ 2017-05-24 12:01 UTC (permalink / raw)
  To: Stephen Berman; +Cc: emacs-devel

On Mai 24 2017, Stephen Berman <stephen.berman@gmx.net> wrote:

> Does anyone know why git (or VC) used my login name and the host name of
> my machine instead of my email address in this commit, and how I can
> prevent this from happening again?

git config --global user.email ...

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master 08f00c0: Fix and improve UI of scroll bar menu (bug#27047)
  2017-05-24 12:01     ` Andreas Schwab
@ 2017-05-24 12:09       ` Kaushal Modi
  2017-05-24 12:12       ` Stephen Berman
  1 sibling, 0 replies; 4+ messages in thread
From: Kaushal Modi @ 2017-05-24 12:09 UTC (permalink / raw)
  To: Andreas Schwab, Stephen Berman; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]

On Wed, May 24, 2017 at 8:03 AM Andreas Schwab <schwab@suse.de> wrote:

> On Mai 24 2017, Stephen Berman <stephen.berman@gmx.net> wrote:
>
> > Does anyone know why git (or VC) used my login name and the host name of
> > my machine instead of my email address in this commit, and how I can
> > prevent this from happening again?
>
> git config --global user.email ...
>

On a related note, the recent git release 2.13.0 has an interesting new
feature.. you can specify your git credentials differently for different
repos from a central place.

Here is a snippet from my ~/.gitconfig using that feature:

=====
# Below user credentials would be the default.. unless the includeIf
overrides are in effect
[user]
name = Kaushal Modi
email = kaushal.modi@gmail.com
# https://github.com/blog/2360-git-2-13-has-been-released
[includeIf "gitdir:~/stow/dot_files/"]
        path = .gitconfig-work
[includeIf "gitdir:~/stow/dot_files_public/"]
        path = .gitconfig-public
=====

This is my ~/.gitconfig-work:
=====
# -*- mode: conf-unix -*-
[user]
name = Kaushal Modi
email = <my work email>
=====

and my ~/.gitconfig-public:
=====
# -*- mode: conf-unix -*-
[user]
name = Kaushal Modi
email = kaushal.modi@gmail.com
=====


-- 

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 2606 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master 08f00c0: Fix and improve UI of scroll bar menu (bug#27047)
  2017-05-24 12:01     ` Andreas Schwab
  2017-05-24 12:09       ` Kaushal Modi
@ 2017-05-24 12:12       ` Stephen Berman
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen Berman @ 2017-05-24 12:12 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

On Wed, 24 May 2017 14:01:37 +0200 Andreas Schwab <schwab@suse.de> wrote:

> On Mai 24 2017, Stephen Berman <stephen.berman@gmx.net> wrote:
>
>> Does anyone know why git (or VC) used my login name and the host name of
>> my machine instead of my email address in this commit, and how I can
>> prevent this from happening again?
>
> git config --global user.email ...

Ah, thanks.  (I actually have a global .gitconfig, which I keep on a
data partition, since I use more than one system on this machine, and I
see that I forgot to symlink it to my home directory in the system I
posted from.)

Steve Berman



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-24 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20170524113336.13821.49837@vcs0.savannah.gnu.org>
     [not found] ` <20170524113338.4443421035@vcs0.savannah.gnu.org>
2017-05-24 11:53   ` master 08f00c0: Fix and improve UI of scroll bar menu (bug#27047) Stephen Berman
2017-05-24 12:01     ` Andreas Schwab
2017-05-24 12:09       ` Kaushal Modi
2017-05-24 12:12       ` Stephen Berman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.