From e5c50a8384fd220dffd7cfb1880b01461ab50e83 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 7 Apr 2013 03:40:50 +0200 Subject: [PATCH] tig.pl: Move to bin/. --- tig.pl => bin/tig.pl | 0 gitconfig.m4 | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tig.pl => bin/tig.pl (100%) diff --git a/tig.pl b/bin/tig.pl similarity index 100% rename from tig.pl rename to bin/tig.pl diff --git a/gitconfig.m4 b/gitconfig.m4 index 74af916..7876a96 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 = ! PWD/tig.pl + tig = ! PWD/bin/tig.pl # Create backup of uncommitted and untracked changes. ssb = "! git stash save --include-untracked \ -- 2.44.1