Files
entropy/server/doc/mansrc/eit-commit.1.txt

67 lines
1.3 KiB
Plaintext

eit-commit(1)
=============
:man source: eit {eitversion}
:man manual: eit {eitversion}
NAME
----
eit-commit - commit changes to repository
SYNOPSIS
--------
eit commit [-h] [--interactive] [--quick] [<repo>]
INTRODUCTION
------------
Committing to a repository means adding all the unstaged packages
to the same. Unstaged packages are those packages that have just
been compiled but not yet added to any repository.
If you are familiar with git, this maps to *git commit -a*.
If you would like to selectively add certain packages, please see
*eit-add*(1).
OPTIONS
-------
"eit commit" supports the following options which alters its behaviour.
POSITIONAL ARGUMENTS
~~~~~~~~~~~~~~~~~~~~
*<repo>*::
repository
OPTIONAL ARGUMENTS
~~~~~~~~~~~~~~~~~~
*--help*::
show this help message and exit
*--interactive*::
selectively pick changes
*--quick*::
no stupid questions
AUTHORS
-------
Eit has been accidentally prototyped during a rainy Sunday by Fabio
Erculiani who was looking for innovative ways of handling package
bumps in Sabayon Entropy repositories.
A few months later, Eit saw the light.
REPORTING BUGS
--------------
Report bugs to https://bugs.sabayon.org or directly to the author at
lxnay@sabayon.org.
SEE ALSO
--------
eit(1), eit-add(1), eit-repack(1)