view modules/git-merge-changelog @ 17935:0ad1f4c9eed5 default tip

tests: support stderr verification with returns_() * tests/init.sh (returns_): Disable tracing for this wrapper function, so that stderr of the wrapped command is unchanged, allowing for verification of the contents.
author Pádraig Brady <P@draigBrady.com>
date Mon, 16 Feb 2015 17:20:39 +0000
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
git "merge" driver for GNU style ChangeLog files

Files:
lib/git-merge-changelog.c

Depends-on:
getopt-gnu
stdbool
stdlib
progname
error
read-file
xlist
array-list
linkedhash-list
linked-list
rbtreehash-list
xalloc
xmalloca
fstrcmp
minmax
c-strstr
fwriteerror
memchr
memcmp

configure.ac:

Makefile.am:
bin_PROGRAMS = git-merge-changelog
git_merge_changelog_LDADD = libgnu.a @LIBINTL@ $(LIBTHREAD)

Include:

License:
GPL

Maintainer:
all