aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v5.11.0'v5.11.0Tom Ryder2019-05-302-44/+3
|\ | | | | | | | | | | | | * release/v5.11.0: Restore log settings Restore Git merge.log config to 1024 commits Remove most of git config; time to review it
| * Bump VERSIONTom Ryder2019-05-301-2/+2
| |
| * Restore log settingsTom Ryder2019-05-301-0/+4
| |
| * Restore Git merge.log config to 1024 commitsTom Ryder2019-05-301-0/+1
| |
| * Remove most of git config; time to review itTom Ryder2019-05-301-46/+0
| |
| * Merge branch 'release/v5.10.0' into developTom Ryder2019-05-301-2/+2
| |\
* | \ Merge branch 'release/v5.10.0'v5.10.0Tom Ryder2019-05-307-6/+17
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v5.10.0: Add vim-write-mkpath v0.1.0 Explicitly set colorscheme if sahara fails Reload vimrc on save Get full path before testing for :CompilerSet Add check/lint for git-template-hooks to target
| * | Bump VERSIONTom Ryder2019-05-301-2/+2
| |/
| * Add vim-write-mkpath v0.1.0Tom Ryder2019-05-303-3/+3
| |
| * Explicitly set colorscheme if sahara failsTom Ryder2019-05-291-0/+2
| |
| * Reload vimrc on saveTom Ryder2019-05-291-0/+7
| |
| * Get full path before testing for :CompilerSetTom Ryder2019-05-291-1/+1
| |
| * Add check/lint for git-template-hooks to targetTom Ryder2019-05-291-0/+2
| |
| * Merge branch 'release/v5.9.0' into developTom Ryder2019-05-291-2/+2
| |\
* | \ Merge branch 'release/v5.9.0'v5.9.0Tom Ryder2019-05-292-2/+5
|\ \ \ | | |/ | |/| | | | | | | * release/v5.9.0: Add init.templateDir to gitconfig
| * | Bump VERSIONTom Ryder2019-05-291-2/+2
| |/
| * Add init.templateDir to gitconfigTom Ryder2019-05-291-0/+3
| |
| * Merge branch 'release/v5.8.0' into developTom Ryder2019-05-291-2/+2
| |\
* | \ Merge branch 'release/v5.8.0'v5.8.0Tom Ryder2019-05-296-5/+16
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v5.8.0: Add pre-commit hook Remove execute bit from Git hook source
| * | Bump VERSIONTom Ryder2019-05-291-2/+2
| |/
| * Add pre-commit hookTom Ryder2019-05-294-3/+14
| |
| * Remove execute bit from Git hook sourceTom Ryder2019-05-291-0/+0
| |
| * Merge branch 'release/v5.7.0' into developTom Ryder2019-05-291-2/+2
| |\
* | \ Merge branch 'release/v5.7.0'v5.7.0Tom Ryder2019-05-298-13/+72
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.7.0: Skip blanks around ignored lines in merge commits Skip consecutive blanks in merge commits Remove unneeded regex escape Don't try to read hook arguments beyond the first Handle blank lines and comments in merge commits Adjust prepare-commit-msg hook to arguments Exclude files with extension from Git hooks Correct name of message filter hook Add an idea for a new approach to Git hooks Add an idea for a new Git hook Add an attempt at a commit merge message filter Add some nice comments to post-update Git hook Refine shebang patterns in scripts.vim a bit Update vim-big-file-options to v2.1.0
| * | Bump VERSIONTom Ryder2019-05-291-2/+2
| |/
| * Skip blanks around ignored lines in merge commitsTom Ryder2019-05-291-3/+3
| |
| * Skip consecutive blanks in merge commitsTom Ryder2019-05-291-0/+4
| |
| * Remove unneeded regex escapeTom Ryder2019-05-291-1/+1
| |
| * Don't try to read hook arguments beyond the firstTom Ryder2019-05-291-0/+1
| |
| * Handle blank lines and comments in merge commitsTom Ryder2019-05-291-0/+3
| |
| * Adjust prepare-commit-msg hook to argumentsTom Ryder2019-05-291-17/+15
| | | | | | | | | | | | | | | | | | <https://git-scm.com/docs/githooks#_prepare_commit_msg> > It takes one to three parameters. The first is the name of the file > that contains the commit log message. The second is the source of the > commit message, and can be: ... merge (if the commit is a merge or a > .git/MERGE_MSG file exists) ...
| * Exclude files with extension from Git hooksTom Ryder2019-05-291-1/+1
| | | | | | | | | | Possibly a little crude, but there are no filenames that should be installed with periods in their names yet, so it'll do for now.
| * Correct name of message filter hookTom Ryder2019-05-293-3/+3
| |
| * Add an idea for a new approach to Git hooksTom Ryder2019-05-291-0/+2
| |
| * Add an idea for a new Git hookTom Ryder2019-05-291-0/+3
| |
| * Add an attempt at a commit merge message filterTom Ryder2019-05-293-1/+42
| | | | | | | | | | | | The idea is to automatically strip out semver version number bumps from commit merge logs, and maybe other nonsense later on. Let's see how well this works.
| * Add some nice comments to post-update Git hookTom Ryder2019-05-291-0/+7
| |
| * Refine shebang patterns in scripts.vim a bitTom Ryder2019-05-291-9/+9
| |
| * Update vim-big-file-options to v2.1.0Tom Ryder2019-05-291-0/+0
| |
| * Merge branch 'release/v5.6.0' into developTom Ryder2019-05-291-2/+2
| |\ | | | | | | | | | | | | * release/v5.6.0: Bump VERSION
* | \ Merge branch 'release/v5.6.0'v5.6.0Tom Ryder2019-05-292-3/+3
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v5.6.0: Bump VERSION Don't install .sh files from Git hooks
| * | Bump VERSIONTom Ryder2019-05-291-2/+2
| |/
| * Don't install .sh files from Git hooksTom Ryder2019-05-291-1/+1
| |
| * Merge branch 'release/v5.5.0' into developTom Ryder2019-05-291-2/+2
| |\ | | | | | | | | | | | | * release/v5.5.0: Bump VERSION
* | \ Merge branch 'release/v5.5.0'v5.5.0Tom Ryder2019-05-292-2/+5
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v5.5.0: Bump VERSION Remove an unwanted Perl::Critic policy
| * | Bump VERSIONTom Ryder2019-05-291-2/+2
| |/
| * Remove an unwanted Perl::Critic policyTom Ryder2019-05-291-0/+3
| | | | | | | | <https://metacpan.org/pod/Perl::Critic::Policy::Editor::RequireEmacsFileVariables>
| * Merge branch 'release/v5.4.0' into developTom Ryder2019-05-291-2/+2
| |\ | | | | | | | | | | | | * release/v5.4.0: Bump VERSION
* | \ Merge branch 'release/v5.4.0'v5.4.0Tom Ryder2019-05-2911-17/+43
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.4.0: Bump VERSION Add check and lint targets for git template hooks Add first attempt at Git template dir Remove mapping loop from normal CTRL-L in vimrc Update vim-sahara to v1.4.0 Adjust insert mode CTRL-L mapping Compact 'wildignore' setting a bit Update vim-vertical-region to v1.3.0 Use :map then :sunmap to abbreviate nox mappings Update vim-colon-operator to v0.5.0
| * | Bump VERSIONTom Ryder2019-05-291-2/+2
| |/