Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.project > #14182

Re: Is usage of debian email address appropriate while contributing to other free software projects?

From Antoine Le Gonidec <vv221@debian.org>
Newsgroups linux.debian.project
Subject Re: Is usage of debian email address appropriate while contributing to other free software projects?
Date 2026-02-08 17:00 +0100
Message-ID <Mmfmx-gHbu-3@gated-at.bofh.it> (permalink)
References <Mm9K9-gBMs-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

About the usage of @debian.org outside of Debian, I’d say go for it.

Le Sun, Feb 08, 2026 at 10:10:32AM +0530, Nilesh Patra a écrit :
> When I push commits to repos in debian without gbp, it leads to commits going with non d.o address.
> Furthermore, I have to double think if I should use my @d.o when I am forwarding debian
> patches to upstream projects v/s when I am not.

I have a git setup here where the committer address is set based on the directory I’m under.

All of my Debian-related stuff is in sub-directories of ~/debian/, with examples being paths
like ~/debian/games/jazz2-native/jazz2-native.git or ~/debian/logging/metalog/metalog.git

In ~/.config/git/config I have:

[include]
    path = env/default
[includeIf "gitdir:~/play.it/"]
    path = env/playit
[includeIf "gitdir:~/debian/"]
    path = env/debian

Then in ~/.config/git/env/debian I have:

[user]
    email = vv221@debian.org

Other files in ~/.config/git/env/ are similar, setting other e-mail addresses based on context.
This is relying on base git features, no need for any kind of plugin or wrapper for this to work.

Back to linux.debian.project | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Is usage of debian email address appropriate while contributing to other free software projects? Nilesh Patra <nilesh@debian.org> - 2026-02-08 11:00 +0100
  Re: Is usage of debian email address appropriate while contributing to other free software projects? Martin <debacle@debian.org> - 2026-02-08 12:00 +0100
  Re: Is usage of debian email address appropriate while contributing to other free software projects? Steve McIntyre <steve@einval.com> - 2026-02-08 12:10 +0100
  Re: Is usage of debian email address appropriate while contributing to other free software projects? Sean Whitton <spwhitton@spwhitton.name> - 2026-02-08 17:00 +0100
  Re: Is usage of debian email address appropriate while contributing to other free software projects? Bart Martens <bartm@debian.org> - 2026-02-08 17:00 +0100
  Re: Is usage of debian email address appropriate while contributing to other free software projects? Antoine Le Gonidec <vv221@debian.org> - 2026-02-08 17:00 +0100
  Re: Is usage of debian email address appropriate while contributing to other free software projects? Alex Muntada <alexm@debian.org> - 2026-02-08 17:00 +0100
  Re: Is usage of debian email address appropriate while contributing to other free software projects? "Jonathan Dowland" <jmtd@debian.org> - 2026-02-09 10:50 +0100

csiph-web