Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vimagit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
jreybert
vimagit
Commits
ba01b80b
Commit
ba01b80b
authored
9 years ago
by
Jerome Reybert
Browse files
Options
Downloads
Patches
Plain Diff
update Changelog for release 1.5.2
parent
1df9be0b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Changelog
+28
-0
28 additions, 0 deletions
Changelog
with
28 additions
and
0 deletions
Changelog
+
28
−
0
View file @
ba01b80b
Release 1.5.2
=============
Features
--------
* add command CU (commit undo) to close commit section (fix #55)
* add g:magit_discard_untracked_do_delete option (fix #66)
when set, discard an untracked file will actually delete this file
* support 'typechanged' git status type
Fixes
-----
* clear undo history after each update_buffer() call (refs #64)
undo in magit buffer did the user believe that it may undoes some vimagit
actions: it is not! magit buffer undo history is wiped at each refresh;
which means undo still works while the user is typing its commit message
for example.
* binary file detection is done with git diff (fix #60, #61)
it fixes binary file detection on Windows, and may speed up the refresh
process.
* output an understandable message when user tries ot discard an untracked file (fix #58)
* remove unwanted --No lines in buffer-- in status line when opening magit buffer (fix #56)
* use 'diff -p' instead of 'diff --patch' (fix #52)
* better handling of some command line error code and improve some error messages
* set local foldnestmax (fix #62)
Release 1.5.1
=============
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment