From 033774442d04b54a870d5837f90a22f8d660f92d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 May 2019 13:18:18 +1200 Subject: Add an idea --- IDEAS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDEAS.md b/IDEAS.md index fdfe7939..967dbc5b 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -31,3 +31,5 @@ Ideas vice-versa. * Almost definitely going to want to try a runparts layout for Git hooks at some point +* It would be good for vim-write-mkpath to handle 'confirm' for :w without a + bang, and probably not too hard to write -- cgit v1.2.3 From 6dc1784f57b5293f6d1fe0ddd23904dff7da5c8d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 May 2019 16:43:03 +1200 Subject: Add an idea for a Git hook --- IDEAS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDEAS.md b/IDEAS.md index 967dbc5b..3bd3b8c4 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -33,3 +33,5 @@ Ideas some point * It would be good for vim-write-mkpath to handle 'confirm' for :w without a bang, and probably not too hard to write +* I'd like a Git hook that pre-fills out "Version X.Y.Z" if making a commit + tagged with vX.Y.Z. -- cgit v1.2.3 From 36707a4bd5775d06eb2c8e290c1f0ad769c0da52 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 May 2019 16:43:50 +1200 Subject: Remove push.followTags from Git config --- git/gitconfig.mi5 | 1 - 1 file changed, 1 deletion(-) diff --git a/git/gitconfig.mi5 b/git/gitconfig.mi5 index e540c55f..292ffe7a 100644 --- a/git/gitconfig.mi5 +++ b/git/gitconfig.mi5 @@ -20,7 +20,6 @@ [push] default = current - followTags = true [sendemail] confirm = compose -- cgit v1.2.3 From 2782798f877c860ac3f4b6efe03bddc37484cf2d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 May 2019 16:44:45 +1200 Subject: Update to vim-write-mkpath This gives me 'confirm' support. --- IDEAS.md | 2 -- vim/bundle/write_mkpath | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/IDEAS.md b/IDEAS.md index 3bd3b8c4..dbeccea8 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -31,7 +31,5 @@ Ideas vice-versa. * Almost definitely going to want to try a runparts layout for Git hooks at some point -* It would be good for vim-write-mkpath to handle 'confirm' for :w without a - bang, and probably not too hard to write * I'd like a Git hook that pre-fills out "Version X.Y.Z" if making a commit tagged with vX.Y.Z. diff --git a/vim/bundle/write_mkpath b/vim/bundle/write_mkpath index 53f1a5c4..37d6dc8b 160000 --- a/vim/bundle/write_mkpath +++ b/vim/bundle/write_mkpath @@ -1 +1 @@ -Subproject commit 53f1a5c423af025ea02ad3ee92099100994b8cb9 +Subproject commit 37d6dc8b29a20eca098e30556a89cde09e8b59ea -- cgit v1.2.3 From 85c141001e59b557987b0286e2dab7b608e50dba Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 May 2019 16:50:30 +1200 Subject: Update vim-write-mkpath to v0.4.0 --- vim/bundle/write_mkpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/write_mkpath b/vim/bundle/write_mkpath index 37d6dc8b..2a712d8b 160000 --- a/vim/bundle/write_mkpath +++ b/vim/bundle/write_mkpath @@ -1 +1 @@ -Subproject commit 37d6dc8b29a20eca098e30556a89cde09e8b59ea +Subproject commit 2a712d8b119d993bfcd74575f0c4131280e4fea4 -- cgit v1.2.3 From f7e4f7a77d8a64eaf5c3e0b8a3d78c7c70448d75 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 May 2019 16:50:44 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 14fc5476..44773534 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v5.13.0 -Wed May 29 23:50:52 UTC 2019 +tejr dotfiles v5.14.0 +Thu May 30 04:50:44 UTC 2019 -- cgit v1.2.3