eit-commit(1)
=============
:man source:   eit {eitversion}
:man manual:   eit {eitversion}


NAME
----
eit-commit - commit changes to repository


SYNOPSIS
--------
eit commit [-h] [--conservative] [--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

*--conservative*::
    do not execute implicit package name and slot updates

*--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)
