| Merge commit 'origin/master' |
|
More...
|
over 16 years ago
|
| Merge branch 'master' of [email protected]:lubomir/git-vim |
|
More...
|
over 16 years ago
|
| Fixed generating commit message |
|
More...
|
over 16 years ago
|
| updated tags in help file |
|
More...
|
over 16 years ago
|
| Highlight commit message Added rules to hightlight commit message the same way like original git command with enabled colors does. First 50 characters on first line are marked as title, whole second line should be empty. |
|
More...
|
over 16 years ago
|
| Highlight commit message |
|
More...
|
over 16 years ago
|
| Added Vim help file |
|
More...
|
over 16 years ago
|
| Support branch name including '/' |
|
More...
|
almost 17 years ago
|
| Handle -s/--signoff conveniently in :GitCommit |
|
More...
|
almost 17 years ago
|
| Perform commit on BufUnload rather than BufWritePost |
|
More...
|
almost 17 years ago
|
| Set fileencoding after reading commit message file |
|
More...
|
almost 17 years ago
|
| Don't throw away empty lines or comment lines |
|
More...
|
almost 17 years ago
|
| Use gitcommit filetype for :GitCommit buffer |
|
More...
|
almost 17 years ago
|
| Fixed the path to .git directory. git rev-parse --git-dir does not add the trailing "/" |
|
More...
|
almost 17 years ago
|
| let g:git_no_map_default = 1 to avoid default keymap. |
|
More...
|
almost 17 years ago
|
| Enabled args for pull and push |
|
More...
|
almost 17 years ago
|
| Enabled args for pull and push |
|
More...
|
almost 17 years ago
|
| Do not load too many syntax rules |
|
More...
|
almost 17 years ago
|
| Do not load too many syntax rules |
|
More...
|
almost 17 years ago
|
| Highlight git-blame. (experimental) |
|
More...
|
almost 17 years ago
|
| Highlight git-blame. (experimental) |
|
More...
|
almost 17 years ago
|
| GitBlame |
|
More...
|
almost 17 years ago
|
| GitBlame |
|
More...
|
almost 17 years ago
|
| Wrote GitPull/GitPullRebase/GitPush in README |
|
More...
|
almost 17 years ago
|
| Wrote GitPull/GitPullRebase/GitPush in README |
|
More...
|
almost 17 years ago
|
| push/pull |
|
More...
|
almost 17 years ago
|
| push/pull |
|
More...
|
almost 17 years ago
|
| Do 'git commit -a' if no file is added to index |
|
More...
|
almost 17 years ago
|
| Do 'git commit -a' if no file is added to index |
|
More...
|
almost 17 years ago
|
| Option g:git_bin to set git binary. |
|
More...
|
about 17 years ago
|