From: Simon Ruderich Date: Sun, 7 Apr 2013 01:40:50 +0000 (+0200) Subject: tig.pl: Move to bin/. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e5c50a8384fd220dffd7cfb1880b01461ab50e83 tig.pl: Move to bin/. --- 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 \