Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37037810
en ru br
ALT Linux repositórios
S:0.1.6734.fbd3f-alt1

Group :: Ferramentas de texto
RPM: git-merge-changelog

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.1.6734.fbd3f-alt1
Data da compilação: 2 fevereiro 2019, 22:42 ( 268.6 weeks ago )
Tamanho:: 8217 b

Home page:   https://www.gnu.org/software/gnulib/

Licença: GPLv2+
Sumário: git merge driver for GNU style ChangeLog files
Descrição:

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

Mantenedor currente: Dmitry V. Levin

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • git-merge-changelog
  • git-merge-changelog-debuginfo
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009