aboutsummaryrefslogtreecommitdiffstats
path: root/src/_git-flow
Commit message (Collapse)AuthorAgeFilesLines
* Update linksShohei YOSHIDA2022-11-231-1/+1
|
* git-flow: Adding description to be picked up.Seivan2022-01-171-0/+1
| | | Will describe what flow is, as a git sub command.
* Fix typosDimitris Apostolou2020-04-091-1/+1
|
* git-flow: remove non-existing subcommandChayoung You2019-03-121-1/+0
| | | | | | git-flow calls a subcommand based on filename, see https://github.com/nvie/gitflow/blob/15aab26490facf285acef56cb5d61025eacb3a69/git-flow#L91-L97. But git-flow-status doesn't exist on git-flow repository.
* add copyright for _git-flowMark McKinstry2015-09-301-0/+20
| | | | | | | | ref issue #207 copied from https://github.com/bobthecow/git-flow-completion/blob/master/LICENSE 2015-09-30
* Correct misspellingsSyohei YOSHIDA2015-06-081-2/+2
|
* Update git-flow completionBen O'Hara2013-02-241-8/+93
| | | | Add missing options and commands for support branches.
* Move modelines to end of fileAaron Schrab2012-08-231-3/+8
| | | | | | | | | | | | | | | | | | | | | | Having a vim modeline or emacs local variable line somewhere in the middle of the file isn't really helpful. By default, vim will only check the first and last 5 lines of a file for a modeline (assuming the modeline option is enabled). Emacs is even more strict about the type of local variable line that was in use, it will only check the first line of the file or the second line if the first line specifies a script interpreter (which isn't the case here). Move the vim modeline to the end of the file so that it can actually be found by vim but is out of the way for editing. For emacs more work is required, convert that to the more verbose Local Variables syntax which emacs will look for starting 3000 characters from the end of the file. Also there is no zsh mode for emacs (according to zsh-users/zsh-completions#75), use the "Shell-Script" mode instead. This seems to automatically detect that the files are for zsh. I'm not an emacs user, so I haven't tested that portion much. But, this does at least improve the syntax highlighting there.
* [BREAKING CHANGE] Move compdefs to own directory (to ease packaging andJulien Nicoulaud2012-08-011-0/+334
avoid bloating users fpath with unneeded files such as README.md)