Пакет git-merge-changelog: Информация

    Исходный пакет: git-merge-changelog
    Версия: 0.1.4724.7e3a9-alt1
    Собран:  21 сентября 2022 г. 20:39
    Категория: Работа с текстом
    Сообщить об ошибке в пакете
    Домашняя страница: https://www.gnu.org/software/gnulib/

    Лицензия: GPLv2+
    О пакете: git merge driver for GNU style ChangeLog files
    Описание: 
    The default merge driver of 'git' *always* produces conflicts when
    pulling public modifications into a privately modified ChangeLog file.
    This is because ChangeLog files are always modified at the top; the
    default merge driver has no clue how to deal with this. Furthermore
    the conflicts are presented with more <<<< ==== >>>> markers than
    necessary; this is because the default merge driver makes pointless
    efforts to look at the individual line changes inside a ChangeLog entry.
    
    git-merge-changelog program serves as a 'git' merge driver that avoids
    these problems.
    1. It produces no conflict when ChangeLog entries have been inserted
       at the top both in the public and in the private modification. It
       puts the privately added entries above the publicly added entries.
    2. It respects the structure of ChangeLog files: entries are not split
       into lines but kept together.
    3. It also handles the case of small modifications of past ChangeLog
       entries, or of removed ChangeLog entries: they are merged as one
       would expect it.
    4. Conflicts are presented at the top of the file, rather than where
       they occurred, so that the user will see them immediately. (Unlike
       for source code written in some programming language, conflict markers
       that are located several hundreds lines from the top will not cause
       any syntax error and therefore would be likely to remain unnoticed.)

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    git-merge-changelog (e2kv6, e2kv5, e2kv4, e2k)
    git-merge-changelog-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Aleksei Nikiforov

      1. gnulib

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


    2 февраля 2019 г. Dmitry V. Levin 0.1.4724.7e3a9-alt1
    - Rebuilt with the latest gnulib snapshot.
    2 января 2019 г. Dmitry V. Levin 0.1.2313.4652c-alt1
    - Rebuilt with gnulib snapshot v0.1-2313-g4652c7baf.
    21 декабря 2018 г. Dmitry V. Levin 0.1.2305.95c96-alt1
    - Rebuilt with gnulib snapshot v0.1-2305-g95c96b6dd.