Пакет topgit: Информация

    Исходный пакет: topgit
    Версия: 0.9-alt6.git20150225
    Последняя версия по данным Repology
    Собран:  1 октября 2019 г. 2:14 в задании #238423
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/greenrd/topgit

    Лицензия: GPLv2
    О пакете: A different patch queue manager for Git
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    topgit (noarch)

    Сопровождающий: Ivan Zakharyaschev

    Список участников:
    Ivan Zakharyaschev
    Maxim Ivanov

    Права:
    Ivan Zakharyaschev
    @everybody

      1. git-core

    Последнее изменение


    30 сентября 2019 г. Ivan Zakharyaschev 0.9-alt6.git20150225
    - Fixed build without check.
    27 февраля 2019 г. Ivan Zakharyaschev 0.9-alt5.git20150225
    - (.spec) Corrected the BuildRequires tag name
      to fix build with rpm-build-4.0.4-alt125.
    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).