From 96afa20a95ce02cdaa2e4818752415bed672705c Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Tue, 11 Sep 2012 17:32:21 -0700 Subject: [PATCH 1/2] Add -uno to gitconfig --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 3ce9328..e297ec2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,8 +3,8 @@ email = me@barakmich.com [alias] - st = status - stat = status + st = status -uno + stat = status -uno ci = commit co = checkout w = whatchanged From 3c1ebe63326f7bb73a135aa4ad1448a4d291e954 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 15 Nov 2012 18:39:34 -0800 Subject: [PATCH 2/2] snipmate as a module --- .gitmodules | 3 +++ .vim/bundle/snipmate | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/snipmate diff --git a/.gitmodules b/.gitmodules index fce7928..cc33acb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule ".vim/bundle/EasyGrep"] path = .vim/bundle/EasyGrep url = https://github.com/vim-scripts/EasyGrep.git +[submodule ".vim/bundle/snipmate"] + path = .vim/bundle/snipmate + url = git://github.com/msanders/snipmate.vim.git diff --git a/.vim/bundle/snipmate b/.vim/bundle/snipmate new file mode 160000 index 0000000..f5a75d0 --- /dev/null +++ b/.vim/bundle/snipmate @@ -0,0 +1 @@ +Subproject commit f5a75d075d3c005ebe69e3f5e56cf99516e8aa3b