summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-11-08 14:52:42 -0600
committerJesse Luehrs <doy@tozt.net>2009-11-08 14:52:42 -0600
commit036eb2d7b5db9f65c8991be91e1c567d6fbb0399 (patch)
treed9bc29a9aea8bb551835d8f242b63f970c9d96c3
parent96690c276df5f1f8389e81d273113c85a285b36d (diff)
downloadconf-036eb2d7b5db9f65c8991be91e1c567d6fbb0399.tar.gz
conf-036eb2d7b5db9f65c8991be91e1c567d6fbb0399.zip
make git helper scripts available to the main git program
-rw-r--r--bashrc1
-rwxr-xr-xbin/git/git-author-stat (renamed from bin/git-author-stat)0
-rwxr-xr-xbin/git/git-blame-stats (renamed from bin/git-blame-stats)0
-rwxr-xr-xbin/git/git-file-size (renamed from bin/git-file-size)0
-rwxr-xr-xbin/git/git-unmerged (renamed from bin/git-unmerged)0
5 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index abe5550..654055f 100644
--- a/bashrc
+++ b/bashrc
@@ -22,6 +22,7 @@ export TEXINPUTS=".:${HOME}/conf/tex:"
export NHBOT_DARCS_AUTHOR="doy@tozt.net"
export NHBOT_PUBLIC_REPO_BASE="http://tozt.net/code/"
export LESS='-QR'
+export GIT_EXEC_PATH="${HOME}/.bin/git:${GIT_EXEC_PATH}"
[ -x /usr/bin/lesspipe ] && export LESSOPEN='|/usr/bin/lesspipe %s'
[ -x /usr/bin/lesspipe.sh ] && export LESSOPEN='|/usr/bin/lesspipe.sh %s'
# }}}
diff --git a/bin/git-author-stat b/bin/git/git-author-stat
index 4747fce..4747fce 100755
--- a/bin/git-author-stat
+++ b/bin/git/git-author-stat
diff --git a/bin/git-blame-stats b/bin/git/git-blame-stats
index 320d755..320d755 100755
--- a/bin/git-blame-stats
+++ b/bin/git/git-blame-stats
diff --git a/bin/git-file-size b/bin/git/git-file-size
index 6178063..6178063 100755
--- a/bin/git-file-size
+++ b/bin/git/git-file-size
diff --git a/bin/git-unmerged b/bin/git/git-unmerged
index 4e16caf..4e16caf 100755
--- a/bin/git-unmerged
+++ b/bin/git/git-unmerged