On Fri, 2 Aug 2013 21:40:04 +0200, Pieter Praet <[email protected]> wrote: > [...] > [2] https://github.com/magit/magit/pull/738 > [...]
By Jonas' request [1], I've split up the "various fixes for master (faf0cb71)" series [2] into a more manageable set of pull requests: - Makefile: https://github.com/magit/magit/pull/745 - Documentation: https://github.com/magit/magit/pull/746 - Bugfixes: https://github.com/magit/magit/pull/747 - Cleanup: https://github.com/magit/magit/pull/748 - Optimizations: https://github.com/magit/magit/pull/749 - Prompts: https://github.com/magit/magit/pull/750 - File-lines: https://github.com/magit/magit/pull/751 - Rebase-info: https://github.com/magit/magit/pull/752 - Cherry: https://github.com/magit/magit/pull/753 - Key-mode-faces: https://github.com/magit/magit/pull/754 What changed: - revive credits - Renamed to "Makefile: add 'authors' target". - Toned down commit message a bit, and updated it wrt "magit-log-edit.el" and aaa707's recent commit. - AUTHORS: generated using 'make authors' - Renamed to "AUTHORS: auto-generated using 'make authors'". - Regenerated, adding: - "aaa707" (no further information available) - "Philipp Haselwarter" - "Sebastian Wiesner" - Makefile: invoke Emacs with long options - Dropped due to not serving any purpose [3]. - `magit-read-file-from-rev': run git-ls-tree(1) recursively on correct rev - Resolved merge conflict caused by being partially rendered obsolete by commit bcce594d. - `magit-revert-buffers': remove extraneous arg to `string-prefix-p' - Dropped due to being rendered obsolete by commit 0dbf5760. - `magit-cherry': pop to `magit--cherry-buffer-name' *after* reading args - Modified to read args in interactive form. I had initially tried to do it this way, but failed due to UPSTREAM and HEAD somehow being nil after calling `magit-buffer-switch'. I haven't bothered to find out how or why this happens, but wrapping BODY in a `let' form (that doesn't even include UPSTREAM nor HEAD in its VARLIST) fixes it... Extras: - 'makefile' branch : "Makefile: s/rm -[rf]+/$(RM)/g" [4,5] - 'cleanup' branch : "`magit-log': remove optional EXTRA-ARGS arg" [6] Branches 'documentation' and 'prompts' were merged [7,8], the rest are still pending. Peace -- Pieter [1] https://github.com/magit/magit/pull/738#issuecomment-22034926 [2] mid:"[email protected]" [3] mid:"CALkWK0=rj-hg_Ku2-Ge0btcjm_AYBnckF-B7dnZLOH6_U=s...@mail.gmail.com" [4] https://github.com/praet/magit/commit/e8aea5fa6cf8a1cd21dbce1c9230b61c09811a89 [5] mid:"[email protected]" [6] commit 0f9fb8a7 [7] commit a7bce70b [8] commit 0bb8e799 -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
