From 5c607ad4951e4313ecfd2bc42087d5550283880c Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sat, 7 Jan 2017 14:44:33 +0100 Subject: Pass given file names to key-handler instead of real paths Misbehaving command lines in the key-handler that rewrite the given files and thus replace symbolic links instead of their targets shall call realpath(1). Fixes issue #205 and reverts commit 92e3b578. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d7834e..84d1ce2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := git-20161228 +VERSION := git-20170107 PREFIX := /usr/local MANPREFIX := $(PREFIX)/share/man -- cgit v1.2.3-54-g00ecf