File emacs-magit.changes of Package emacs-magit
-------------------------------------------------------------------
Sat Jan 4 19:12:45 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 4.2.0:
* please read CHANGELOG file and/or docs/RelNotes
- use autosetup
- use macros
- build only the lisp parts
-------------------------------------------------------------------
Mon Oct 8 18:16:00 UTC 2018 - auxsvr@gmail.com
- Upgrade to 2.13.0
* The obsolete option `magit-no-confirm-default' has been removed.
* Augmenting a file- or blob-visiting buffer with blame information
was completely rewritten, making the implementation more robust and
adding many new features. It is now possible blame in order to get
an answer to the question "what commits remove these lines". It is
no longer necessary for the buffer to be put into `read-only-mode',
when displaying blame information. New visualization styles were
added and users can define their own styles. New commands to visit
blobs related to the current chunk were added.
* Added new command `magit-tag-release'. This is a fairly opinionated
command and its only use to you might be to serve as a template for
your own variant.
* Added new section inserter `magit-insert-ignored-files', which
could be added to `magit-status-sections-hook'.
* The mode `global-magit-file-mode' is now enabled by default, making
the `magit-file-popup' available on "C-c M-g". 0ec28b97
* Added new commands `magit-log-trace-definition' and
`magit-diff-trace-definition', which show a log with diffs about the
definition at point. #2588
* Added new commands `magit-edit-line-commit' and
`magit-diff-edit-hunk-commit', which allow editing the commit that
added the line at point. febe79ba 22b13337
* The interactive prompts for the various reset commands now indicate
the branch which is going to be reset. #3438
* Added new option `magit-published-branches', providing an additional
safety-net. If you try to modify a commit that has been pushed to
one of these branches already, then you are now being asked whether
you really want to do that. Do not rely on this exclusively, there
are edge-cases that are ambiguous and are not always handled as you
might have expected. add4a7f3 ff
* Gravatar images are now being inserted asynchronously. #3452
* After deleting the current worktree, `magit-delete-worktree' now
shows the status buffer for another worktree. d9cd4611
* Added new command `magit-worktree-checkout-pull-request'. a3d788ec
* New variable `magit-get-previous-branch-timeout' limits the amount
of time spent in `magit-get-previous-branch'. #3457
-------------------------------------------------------------------
Fri Dec 1 22:25:26 UTC 2017 - auxsvr@gmail.com
- Upgrade to 2.11.0
* Remove disable-tramp-related-regression-tests.patch, as the tramp test
no longer requires sudo.
-------------------------------------------------------------------
Fri Mar 18 11:45:24 UTC 2016 - psimons@suse.com
- Clean up the installed documentation.
-------------------------------------------------------------------
Mon Feb 15 15:33:05 UTC 2016 - psimons@suse.com
- inital version 2.5.0
* disable-tramp-related-regression-tests.patch disables on particular test in
the regression test suite that requires sudo and network access to succeed.