Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gquilt(1) [debian man page]

gquilt(1)						      General Commands Manual							 gquilt(1)

NAME
gquilt - patch series manager SYNOPSIS
gquilt OPTIONS
gquilt does not currently have any options. DESCRIPTION
gquilt is a GTK+ GUI for the quilt patch management program. Patches are managed by selecting files to add to a patch from the root play- ground directory, editing in changes, and then refreshing the patch to add these changes to the top patch. The root playground directory can be set by selecting the Open option from the Playground menu; it is set by default to the working directory of gquilt's execution, or the user's home directory (if launched from a menu). Currently, point and click interfaces are provided for a small subset of quilt's most frequently-used commands, such as push, pop, refresh, import, fold, and creating and deleting patches in a series. A text widget allows execution of arbitrary quilt commands, in order to compensate for incomplete coverage of quilt's command set. All quilt commands initiated by the user (using either point and click or text entry) are echoed to the console widget, with input in black and output in red. gquilt is still in the early stages of development, and evolving rapidly. BUGS
Please report bugs in gquilt to <submit@bugs.debian.org>. The current bug list may be viewed at <http://bugs.debian.org/gquilt>. AUTHOR
gquilt was written by Peter Williams <pwil3058@bigpond.net.au>. This manual page was written by Christine Spang <spangarang@twcny.rr.com>, for the Debian project (but may be used by others). LICENSING
Both the gquilt source code and this man page are licensed under the GNU General Public License. SEE ALSO
quilt(1) Debian GNU/Linux 2005-08-27 gquilt(1)

Check Out this Related Man Page

GIT-QUILTIMPORT(1)						    Git Manual							GIT-QUILTIMPORT(1)

NAME
git-quiltimport - Applies a quilt patchset onto the current branch SYNOPSIS
git quiltimport [--dry-run | -n] [--author <author>] [--patches <dir>] DESCRIPTION
Applies a quilt patchset onto the current Git branch, preserving the patch boundaries, patch order, and patch descriptions present in the quilt patchset. For each patch the code attempts to extract the author from the patch description. If that fails it falls back to the author specified with --author. If the --author flag was not given the patch description is displayed and the user is asked to interactively enter the author of the patch. If a subject is not found in the patch description the patch name is preserved as the 1 line subject in the Git description. OPTIONS
-n, --dry-run Walk through the patches in the series and warn if we cannot find all of the necessary information to commit a patch. At the time of this writing only missing author information is warned about. --author Author Name <Author Email> The author name and email address to use when no author information can be found in the patch description. --patches <dir> The directory to find the quilt patches and the quilt series file. The default for the patch directory is patches or the value of the $QUILT_PATCHES environment variable. GIT
Part of the git(1) suite Git 1.8.5.3 01/14/2014 GIT-QUILTIMPORT(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

ubuntu 10.10 quilt package

Hello, i try to install quilt package on ubuntu 10.10 : apt-get install quilt but i have this error: Reading package lists... Done Building dependency tree Reading state information... Done Package quilt is not available, but is referred to by another package. This may mean... (1 Reply)
Discussion started by: chercheur857
1 Replies