From b8f205465872231231b3e786363466c05a08fad8 Mon Sep 17 00:00:00 2001 From: bleis-tift Date: Fri, 4 Mar 2011 01:44:47 -0800 Subject: [PATCH] --- .vimrc | 1 + git-now | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .vimrc diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..c26f5e5 --- /dev/null +++ b/.vimrc @@ -0,0 +1 @@ +nnoremap gn :w:Git now \ No newline at end of file diff --git a/git-now b/git-now index 69e8cea..d7dc119 100644 --- a/git-now +++ b/git-now @@ -1,7 +1,7 @@ #!/bin/sh PREFIX="from now" -MESSAGE="[${PREFIX}] `date`" +MESSAGE="[${PREFIX}] `date +\"%Y/%m/%d %T\"`" if [ $# -eq 0 ] then