-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
- Loading branch information
Showing
67 changed files
with
8,009 additions
and
4,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,39 @@ | ||
'\" t | ||
.\" Title: guilt-add | ||
.\" Author: [see the "Author" section] | ||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> | ||
.\" Date: 07/17/2011 | ||
.\" Manual: Guilt Manual | ||
.\" Source: Guilt v0.35 | ||
.\" Language: English | ||
.\" | ||
.TH "GUILT\-ADD" "1" "07/17/2011" "Guilt v0\&.35" "Guilt Manual" | ||
.\" ----------------------------------------------------------------- | ||
.\" * Define some portability stuff | ||
.\" ----------------------------------------------------------------- | ||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
.\" http://bugs.debian.org/507673 | ||
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html | ||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
.ie \n(.g .ds Aq \(aq | ||
.el .ds Aq ' | ||
.\" ----------------------------------------------------------------- | ||
.\" * set default formatting | ||
.\" ----------------------------------------------------------------- | ||
.\" ** You probably do not want to edit this file directly ** | ||
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). | ||
.\" Instead of manually editing it, you probably should edit the DocBook XML | ||
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. | ||
.TH "GUILT\-ADD" "1" "01/22/2015" "Guilt v0.36\-rc1" "Guilt Manual" | ||
.\" disable hyphenation | ||
.nh | ||
.\" disable justification (adjust text to left margin only) | ||
.ad l | ||
.\" ----------------------------------------------------------------- | ||
.\" * MAIN CONTENT STARTS HERE * | ||
.\" ----------------------------------------------------------------- | ||
.SH "NAME" | ||
guilt-add \- Add a file to git and guilt | ||
guilt\-add \- Add a file to git and guilt | ||
.SH "SYNOPSIS" | ||
\fIguilt\-add\fR <file>\&... | ||
.SH "DESCRIPTION" | ||
Adds the files specified to git using git\-add making it available to guilt\&. | ||
Adds the files specified to git using git\-add making it available to guilt. | ||
.SH "OPTIONS" | ||
.PP | ||
.TP | ||
<files> | ||
.RS 4 | ||
Files to add | ||
.RE | ||
.SH "EXAMPLES" | ||
Create and add a new file example\&.c | ||
|
||
Create and add a new file example.c | ||
.sp | ||
.if n \{\ | ||
.RS 4 | ||
.\} | ||
.nf | ||
$ touch example\&.c | ||
$ guilt\-add example\&.c | ||
$ touch example.c | ||
$ guilt\-add example.c | ||
.fi | ||
.if n \{\ | ||
.RE | ||
.\} | ||
.SH "AUTHOR" | ||
Written by Josef "Jeff" Sipek <\m[blue]\fBjeffpc@josefsipek\&.net\fR\m[]\&\s-2\u[1]\d\s+2> | ||
Written by Josef "Jeff" Sipek <[1]\&\fIjeffpc@josefsipek.net\fR> | ||
.SH "DOCUMENTATION" | ||
Documentation by Brandon Philips <\m[blue]\fBbrandon@ifup\&.org\fR\m[]\&\s-2\u[2]\d\s+2> | ||
Documentation by Brandon Philips <[2]\&\fIbrandon@ifup.org\fR> | ||
.SH "GUILT" | ||
Part of the \fBguilt\fR(7) suite (Generated for Guilt v0\&.35) | ||
.SH "NOTES" | ||
.IP " 1." 4 | ||
[email protected] | ||
.RS 4 | ||
Part of the \fBguilt\fR(7) suite (Generated for Guilt v0.36\-rc1) | ||
.SH "REFERENCES" | ||
.TP 3 | ||
1.\ [email protected] | ||
\%mailto:[email protected] | ||
.RE | ||
.IP " 2." 4 | ||
[email protected] | ||
.RS 4 | ||
.TP 3 | ||
2.\ [email protected] | ||
\%mailto:[email protected] | ||
.RE |
Oops, something went wrong.