aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
| * Add check and lint targets for git template hooksTom Ryder2019-05-293-0/+16
| |
| * Add first attempt at Git template dirTom Ryder2019-05-294-2/+18
| |
| * Remove mapping loop from normal CTRL-L in vimrcTom Ryder2019-05-291-2/+2
| | | | | | | | Duh...
| * Update vim-sahara to v1.4.0Tom Ryder2019-05-291-0/+0
| |
| * Adjust insert mode CTRL-L mappingTom Ryder2019-05-291-5/+3
| |
| * Compact 'wildignore' setting a bitTom Ryder2019-05-291-3/+1
| |
| * Update vim-vertical-region to v1.3.0Tom Ryder2019-05-291-0/+0
| |
| * Use :map then :sunmap to abbreviate nox mappingsTom Ryder2019-05-291-6/+4
| |
| * Update vim-colon-operator to v0.5.0Tom Ryder2019-05-291-0/+0
| |
| * Merge branch 'release/v5.3.0' into developTom Ryder2019-05-291-2/+2
| |\ | | | | | | | | | | | | * release/v5.3.0: Bump VERSION
* | \ Merge branch 'release/v5.3.0'v5.3.0Tom Ryder2019-05-296-5/+5
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v5.3.0: Bump VERSION Update vim-digraph-search to v1.0.0 Add 'indent' and 'eol' flags to 'backspace' Update vim-vertical-region to v1.2.0 Update vim-put-blank-lines to v4.0.0 Update vim-toggle-flags to v3.0.0
| * | Bump VERSIONTom Ryder2019-05-291-2/+2
| |/
| * Update vim-digraph-search to v1.0.0Tom Ryder2019-05-291-0/+0
| |
| * Add 'indent' and 'eol' flags to 'backspace'Tom Ryder2019-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | It's annoying not being able to remove the indent in e.g. heredocs, and I feel that being able to do so is still philosophically consistent, because the spaces were inserted during that insert operation. Newlines were, too. What I don't want to do, at least not just yet, is add 'start', because I should be using normal mode commands for such deletions.
| * Update vim-vertical-region to v1.2.0Tom Ryder2019-05-291-0/+0
| |
| * Update vim-put-blank-lines to v4.0.0Tom Ryder2019-05-291-0/+0
| |
| * Update vim-toggle-flags to v3.0.0Tom Ryder2019-05-291-0/+0
| |
| * Merge branch 'release/v5.2.0' into developTom Ryder2019-05-291-2/+2
| |\ | | | | | | | | | | | | * release/v5.2.0: Bump VERSION