ed3ee0ba869d6ed6a7312684b9942f82a327f501
[gnulib.git] / modules / git-merge-changelog
1 Description:
2 git "merge" driver for GNU style ChangeLog files
3
4 Files:
5 lib/git-merge-changelog.c
6
7 Depends-on:
8 getopt
9 stdbool
10 progname
11 error
12 read-file
13 list
14 array-list
15 linkedhash-list
16 linked-list
17 xalloc
18 xmalloca
19 fstrcmp
20 minmax
21 fwriteerror
22
23 configure.ac:
24
25 Makefile.am:
26 bin_PROGRAMS = git-merge-changelog
27 git_merge_changelog_LDADD = libgnu.a
28
29 Include:
30
31 License:
32 GPL
33
34 Maintainer:
35 Bruno Haible
36