From 124ad009975eb9dfed8141f24fccf12fdc720346 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 2 Jun 2015 10:48:31 +0200 Subject: Add a Makefile for the git-auth wrapper Avoid manual editing of the wrapper script when a non-standard path is used. Signed-off-by: Lukas Fleischer --- git-interface/git-auth.sh.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 git-interface/git-auth.sh.in (limited to 'git-interface/git-auth.sh.in') diff --git a/git-interface/git-auth.sh.in b/git-interface/git-auth.sh.in new file mode 100644 index 0000000..223816a --- /dev/null +++ b/git-interface/git-auth.sh.in @@ -0,0 +1,3 @@ +#!/bin/sh + +%GIT_INTERFACE_DIR%/git-auth.py "$1" "$2" -- cgit v1.2.3-54-g00ecf