Skip to content

Commit

Permalink
Guilt v0.36-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
jeffpc committed Jan 22, 2015
1 parent edbe5c0 commit 9051c4e
Show file tree
Hide file tree
Showing 67 changed files with 8,009 additions and 4,262 deletions.
71 changes: 19 additions & 52 deletions Documentation/guilt-add.1
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
Loading

0 comments on commit 9051c4e

Please sign in to comment.