From 3d78307323cc260b58e65eeff0be17e4fc606260 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 13 Mar 2018 23:34:19 -0400 Subject: updategitconf now requires a name, e.g. 'updategitconf mitch' Massive clean up to the repository, removed many old files Added tmx.sh which is referenced in mtr.misc.subr.sh --- gitconfig | 6 ------ gitconfig/mitch | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 gitconfig create mode 100644 gitconfig/mitch (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig deleted file mode 100644 index d5663ce..0000000 --- a/gitconfig +++ /dev/null @@ -1,6 +0,0 @@ -[user] - email = mitch@riedstra.us - name = Mitch Riedstra -[alias] - hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short - histv = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short --stat diff --git a/gitconfig/mitch b/gitconfig/mitch new file mode 100644 index 0000000..d5663ce --- /dev/null +++ b/gitconfig/mitch @@ -0,0 +1,6 @@ +[user] + email = mitch@riedstra.us + name = Mitch Riedstra +[alias] + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + histv = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short --stat -- cgit v1.2.3