Package topgit: Information
Source package: topgit
Version: 0.9-alt5.git20150225
Build time: Feb 27, 2019, 05:44 PM in the task #223127
Category: Development/Tools
Report package bugHome 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.
Maintainer: Ivan Zakharyaschev
Last changed
Feb. 27, 2019 Ivan Zakharyaschev 0.9-alt5.git20150225
- (.spec) Corrected the BuildRequires tag name to fix build with rpm-build-4.0.4-alt125.
Feb. 25, 2015 Ivan Zakharyaschev 0.9-alt4.git20150225
- tg update, tg create: pass a custom merge command with either TG_MERGE or --this-with (useful for rebasing or for "merge -s ours" in certain gear-workflows at ALT, partially solves ALT#30757).
Feb. 11, 2015 Ivan Zakharyaschev 0.9-alt3.git20130407
- tg_rename: Clean up the old ref (with "tg delete -f").