git-query

git data extraction tool using c and libgit2

git clone https://9o.is/git/git-query.git

commit 93c91a074df017e5b7f3bab0483959e3798fa7f2
parent 70284d6708b2c799a052e90e2467ebb36467caea
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri,  5 May 2017 00:23:50 +0200

remove config.def.h: it was not used anymore

thanks tarug0 for reporting it!

Diffstat:
MMakefile | 3+--
Dconfig.def.h | 3---
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/Makefile b/Makefile @@ -40,8 +40,7 @@ dist: rm -rf ${NAME}-${VERSION} mkdir -p ${NAME}-${VERSION} cp -f ${MAN1} ${HDR} ${SCRIPTS} ${SRC} ${COMPATSRC} ${DOC} \ - Makefile config.def.h config.mk \ - favicon.png logo.png style.css \ + Makefile config.mk favicon.png logo.png style.css \ example.sh \ ${NAME}-${VERSION} # make tarball diff --git a/config.def.h b/config.def.h @@ -1,3 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -static const unsigned summarylen = 70; /* summary length in the log */ -static const int showlinecount = 1; /* display line count or file size in file tree index */