diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:09:00 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:18:37 -0400 |
| commit | 8c4e09dff83847ac7f07bf1da7751e9328006c4d (patch) | |
| tree | a0e245567ce225f8bcb63b66e4d2373b5d033e4a /.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt | |
| parent | 1e33b30749bb1043ffc6ceb5a2fb0977446788b3 (diff) | |
actual final changes and get rid of junk in lisp dir
actually works fine
Diffstat (limited to '.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt')
| -rw-r--r-- | .config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt b/.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt deleted file mode 100644 index 92f9175..0000000 --- a/.config/emacs/lisp/magit/docs/RelNotes/1.0.0.txt +++ /dev/null @@ -1,84 +0,0 @@ -Magit v1.0.0 Release Notes -========================== - -Released 23 March 2011 by Phil Jackson. - -Changes since v0.8.2 --------------------- - - * New library `magit-key-mode.el'. From a popup buffer dispatch - Magit/Emacs commands which wrap Git commands and select the - arguments passed to Git. Group various sets of related commands - in new menus and adjust them accordingly. - - * New library `magit-svn.el' based on code previously in `magit.el'. - Improve the implementation. Control `git svn' from Magit. - - * New library `magit-topgit.el' based on code previously in - `magit.el'. Improve the implementation. Control TopGit from Magit. - - * Provide a wrapper for `completing-read'. Support using iswitchb to - do completion. - - * Fixed and improved information shown during a rebase. - - * New macro `magit-define-inserter' to define functions which insert - sections. - - * New macro `magit-add-action'. A hook-like extension mechanism for - commands that behave differently based on the type of the section - at point. - - * New macro `magit-define-command'. Like `defun' but also define - a hook in addition to the function/command. If a hook function - succeeds do not run the function body as passed to this macro. - - * New commands `magit-add-change-log-entry' - and `magit-add-change-log-entry-other-window'. - - * New command `magit-change-what-branch-tracks'. - - * New commands `magit-run-git-gui' and `magit-run-gitk'. - - * Various new submodule commands. - - * Various new branch commands. - - * Various new log commands. Remove some old log commands. - - * Make reflog commands more like the log commands. - - * Numerous bugfixes and tweaks. - -Authors -------- - - 197 Phil Jackson - 27 Natalie Weizenbaum - 25 Óscar Fuentes - 22 Moritz Bunkus - 20 Rémi Vanicat - 17 Aaron Culich - 10 Timo Juhani Lindfors - 8 Ramkumar Ramachandra - 8 Ævar Arnfjörð Bjarmason - 6 Yann Hodique - 5 Hannu Koivisto - 5 Julien Danjou - 5 Peter J. Weisberg - 4 Leo Liu - 3 Robin Green - 2 Brian Warner - 2 Christian Kluge - 2 Marc Herbert - 1 Andreas Fuchs - 1 Chris Bernard - 1 David Abrahams - 1 Dominique Quatravaux - 1 John Wiegley - 1 Paul Stadig - 1 Philip Weaver - 1 Remco van 't Veer - 1 Robert Boone - 1 Rüdiger Sonderfeld - 1 Tom Feist |
