mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
39 lines
423 B
Plaintext
39 lines
423 B
Plaintext
Description:
|
|
git "merge" driver for GNU style ChangeLog files
|
|
|
|
Files:
|
|
lib/git-merge-changelog.c
|
|
|
|
Depends-on:
|
|
getopt
|
|
stdbool
|
|
progname
|
|
error
|
|
read-file
|
|
list
|
|
array-list
|
|
linkedhash-list
|
|
linked-list
|
|
rbtreehash-list
|
|
xalloc
|
|
xmalloca
|
|
fstrcmp
|
|
minmax
|
|
c-strstr
|
|
fwriteerror
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
bin_PROGRAMS = git-merge-changelog
|
|
git_merge_changelog_LDADD = libgnu.a @LIBINTL@
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|