From 469dfb554f9ee2f50c6df74372342abe8a229c0c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 3 Apr 2013 23:49:10 +0200 Subject: [PATCH] setup.sh,gitconfig: Define PWD instead of TIG. --- gitconfig.m4 | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitconfig.m4 b/gitconfig.m4 index 801f9c6..74af916 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -123,7 +123,7 @@ include(../lib.m4) # precise enough control over formats and colors. # # tig = log --pretty=oneline --graph --all --decorate --abbrev-commit - tig = ! TIG + tig = ! PWD/tig.pl # Create backup of uncommitted and untracked changes. ssb = "! git stash save --include-untracked \ diff --git a/setup.sh b/setup.sh index 23c1f8e..c61c00d 100755 --- a/setup.sh +++ b/setup.sh @@ -32,7 +32,7 @@ if installed git; then generate m4 gitconfig \ -DPATIENCE="$PATIENCE" \ -DOS=`os` \ - -DTIG="`pwd`/tig.pl" + -DPWD="`pwd`" link gitconfig ~/.gitconfig fi -- 2.44.1