Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045646
en ru br
ALT Linux repos
S:0.9-alt6.git20150225
5.0: 0.7-alt2.git20090512

Group :: Development/Tools
RPM: topgit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.9-alt6.git20150225
Build date: 30 september 2019, 21:38 ( 234.5 weeks ago )
Size: 43.75 Kb

Home page:   https://github.com/greenrd/topgit

License: GPLv2
Summary: A different patch queue manager for Git
Description:

TopGit aims to make handling of large amounts of interdependent topic
branches easier.  It is designed especially for the case
when you maintain a queue of third-party patches on top of another
(perhaps Git-controlled) project and want to easily organize, maintain
and submit them - TopGit achieves that by keeping a separate topic
branch for each patch and providing a few tools to maintain the branches.

TopGit has been designed around three main tenets:

(i) TopGit is as thin layer on top of Git as possible.
You still maintain your index and commit using Git, TopGit will
only automate few indispensable tasks.

(ii) TopGit is anxious about _keeping_ your history. It will
never rewrite your history and all metadata is also tracked by Git,
smoothly and non-obnoxiously. It is good to have a _single_ point
when the history is cleaned up, and that is at the point of inclusion
in the upstream project; locally, you can see how your patch has evolved
and easily return to older versions.

(iii) TopGit is specifically designed to work in distributed
environment. You can have several instances of TopGit-aware repositories
and smoothly keep them all up-to-date and transfer your changes between
them.

Current maintainer: Ivan Zakharyaschev

List of contributors

List of rpms provided by this srpm:

  • topgit
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin