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 38 39 40 41 42 43 44 45 46 47 48 49
|
.\" 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.
.\"
.\"
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH GIT\-STUFF 1 2012\-03\-09 10 "Git Stuff"
.SH NAME
\fBgit\-whoami\fP \- gibt Informationen zu Autor und Committer an.
.SH SYNTAX
\fBgit\-whoami\fP
.SH BESCHREIBUNG
\fBgit\-whoami\fP ist ein Program welches Informationen über Autor und Commiter
ausgibt die für einen allfälligen Commit benutzt würden.
.PP
Dies ist besonders nützlich wenn mit vielen verschiedenen Git Repositories
mit unterschiedlichen Identitäten (Arbeit, Privat, verschiedene Projekte)
gearbeitet wird. \fBgit\-whoami\fP ist inspiriert von 'bzr whoami'.
.SH OPTIONEN
git\-whoami hat keine Optionen.
.SH "SIEHE AUCH"
\fIgit\fP(1)
.PP
\fIgit\-stuff\fP(7)
.PP
Dieses Programm ist Teil von git\-stuff.
.SH FEHLER
Fehler können durch Einreichen eines Fehlerberichtes für das git\-stuff Paket
im Debian Bug Tracking System unter <\fIhttp://bugs.debian.org/\fP>
oder durch Senden einer E\-Mail an den Autor mitgeteilt werden.
.SH AUTOR
git\-stuff wurde von Daniel Baumann
<\fIdaniel.baumann@progress\-technologies.net\fP> geschrieben,
git\-whoami wurde von Peter Eisentraut <\fIpeter@eisentraut.org\fP>
geschrieben.
|