-
Notifications
You must be signed in to change notification settings - Fork 0
/
ptr.1
46 lines (46 loc) · 1.17 KB
/
ptr.1
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
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5.
.TH PATCHER "1" "January 2018" "patcher 0.7" "User Commands"
.SH NAME
patcher \- Tool for quick creation of patches against a source tree
.SH SYNOPSIS
.B ptr
\fI\,COMMAND \/\fR[\fI\,COMMAND ARGUMENTS\/\fR]
.SH DESCRIPTION
Patcher is a tool for quick creation of patches against a project
source tree. Patcher functionality resembles a lightweight
version control system. It has no repository, and only controls
differences between a pristine version and a working copy.
.SH PTR COMMANDS
.TP
.B start
Create patcher structures
.TP
.B stop
Remove patcher structures
.TP
.B diff
Run diff between working copies and pristine versions
.TP
.B status
Check entries status
.TP
.B revert
Revert working copy to pristine version
.TP
.B ignore
Ignore given entries when doing certain operations
.TP
.B unignore
Revert effect of ignore command
.TP
.B add
Add given entries to patcher control
.TP
.B remove
Remove given entries from patcher control
.PP
Run "\fBptr COMMAND \-\-help\fR" for more information.
.SH AUTHORS
Written by Gustavo Niemeyer <niemeyer@conectiva.com>.
.br
This manual page was created by Johnny A. Solbu <johnny@solbu.net>