On Thu, 08 Aug 2013 13:18:47 +0200, Pieter Praet <[email protected]> wrote: > [..] > By Jonas' request [1], I've split up the "various fixes for master > (faf0cb71)" series [2] into a more manageable set of pull requests:
Progress report... > - Makefile: https://github.com/magit/magit/pull/745 Partially merged by Jonas Bernoulli in commit 56f4611b [1]. Changes: - d80754b1 Makefile: add 'authors' target - Dropped (moved into pull request #764 [2]) - a3185385 AUTHORS: auto-generated using 'make authors' - Dropped (moved into pull request #764 [2]) - cdce849d Makefile: declare EFLAGS before we use it - Amended by Jonas, moving the EFLAGS declaration above EMACS, and realigning the BATCH and BATCHC declarations: commit 3ab23984 [3]. - 186c930b Makefile: generate 'magit-pkg.el' when rolling a Marmalade tarball - Replaced with Jonas' commit 619e433b [4] which also adds the missing 'cl-lib' requirement. - 5ba7e00c Makefile: add 'test-interactive' target - Replaced with Jonas' commit 6c2d599a [5]. > - Documentation: https://github.com/magit/magit/pull/746 Merged by Rémi Vanicat in commit a7bce70b [6]. > - Bugfixes: https://github.com/magit/magit/pull/747 Merged by Jonas Bernoulli in commit 03b19cd9 [7]. > - Cleanup: https://github.com/magit/magit/pull/748 Merged by Rémi Vanicat in commit c6f0d68e [8]. > - Optimizations: https://github.com/magit/magit/pull/749 Partially merged by Jonas Bernoulli in commit af01cc94 [9]. Changes: - 9aa518f `magit{,-annotated}-tag': don't use `magit-read-tag' - Dropped, since it's useful to know which tags already exist [10]. - d49b972 `magit-refresh-status': don't call `magit-insert-status-tags-line' unconditionally - Dropped, since its performance impact is negligible [11]. > - Prompts: https://github.com/magit/magit/pull/750 Merged by Rémi Vanicat in commit 0bb8e799 [12]. > - File-lines: https://github.com/magit/magit/pull/751 Merged by Jonas Bernoulli in commit 4d69a3e9 [13]. > - Rebase-info: https://github.com/magit/magit/pull/752 Merged by Jonas Bernoulli in commit f5507dd4 [14]. > - Cherry: https://github.com/magit/magit/pull/753 Merged by Jonas Bernoulli in commit e0bbadf0 [15]. > - Key-mode-faces: https://github.com/magit/magit/pull/754 Merged by Jonas Bernoulli in commit 00875a6c [16]. Amended by Jonas to move the faces into their own section [17]. > [...] Peace -- Pieter [1] https://github.com/magit/magit/commit/56f4611b [2] https://github.com/magit/magit/pull/764 [3] https://github.com/magit/magit/commit/3ab23984 [4] https://github.com/magit/magit/commit/619e433b [5] https://github.com/magit/magit/commit/6c2d599a [6] https://github.com/magit/magit/commit/a7bce70b [7] https://github.com/magit/magit/commit/03b19cd9 [8] https://github.com/magit/magit/commit/c6f0d68e [9] https://github.com/magit/magit/commit/af01cc94 [10] https://github.com/magit/magit/pull/749#commitcomment-3825641 [11] https://github.com/magit/magit/pull/749#commitcomment-3825677 [12] https://github.com/magit/magit/commit/0bb8e799 [13] https://github.com/magit/magit/commit/4d69a3e9 [14] https://github.com/magit/magit/commit/f5507dd4 [15] https://github.com/magit/magit/commit/e0bbadf0 [16] https://github.com/magit/magit/commit/00875a6c [17] https://github.com/magit/magit/pull/754#issuecomment-22384533 -- --- 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.
