1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.\" git-stuff(7) - additional Git utilities
.\" Copyright (C) 2006-2011 Daniel Baumann <daniel.baumann@progress-technologies.net>
.\"
.\" git-stuff comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
.\" This is free software, and you are welcome to redistribute it
.\" under certain conditions; see COPYING for details.
.\"
.\"
.TH GIT\-STUFF 1 2012\-03\-09 10 "Git Stuff"
.SH NAME
\fBgit\-whoami\fR \- tell about author and committer information
.SH SYNOPSIS
\fBgit\-whoami\fR
.SH DESCRIPTION
\fBgit\-whoami\fR is a program that tells what author and committer information would (probably) be used for a commit.
.PP
This is particularly helpful when operating many different Git repositories with different identities (work, private, different projects). \fBgit\-whoami\fR is inspired by 'bzr whoami'.
.SH OPTIONS
git\-whoami has no options.
.SH SEE ALSO
\fIgit\fR(1)
.PP
\fIgit\-stuff\fR(7)
.PP
This program is a part of git\-stuff.
.SH BUGS
Bugs can be reported by submitting a bugreport for the git\-stuff package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the author.
.SH AUTHOR
git\-stuff was written by Daniel Baumann <\fIdaniel.baumann@progress-technologies.net\fR>,
git\-whoami was written by Peter Eisentraut <\fIpeter@eisentraut.org\fR>.
|