Release 0.8.1.
This commit is contained in:
parent
fe7656731b
commit
cff8d04ef1
2 changed files with 1 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT(magit, 0.8)
|
AC_INIT(magit, 0.8.1)
|
||||||
AC_CONFIG_SRCDIR([magit.el])
|
AC_CONFIG_SRCDIR([magit.el])
|
||||||
AM_INIT_AUTOMAKE([1.10])
|
AM_INIT_AUTOMAKE([1.10])
|
||||||
|
|
||||||
|
|
21
magit.el
21
magit.el
|
@ -54,27 +54,6 @@
|
||||||
;;
|
;;
|
||||||
;; See the Magit User Manual for more information.
|
;; See the Magit User Manual for more information.
|
||||||
|
|
||||||
;;; TODO
|
|
||||||
|
|
||||||
;; For 0.8:
|
|
||||||
;;
|
|
||||||
;; - Fix display of unmerged files.
|
|
||||||
;; - Fix performance problems with large status buffers.
|
|
||||||
;; - Handle the case where remote and local branches have different names.
|
|
||||||
;;
|
|
||||||
;; Later:
|
|
||||||
;;
|
|
||||||
;; - Queuing of asynchronous commands.
|
|
||||||
;; - Good email integration.
|
|
||||||
;; - Showing tags.
|
|
||||||
;; - Visiting from staged hunks doesn't always work since the line
|
|
||||||
;; numbers don't refer to the working tree. Fix that somehow.
|
|
||||||
;; - Figure out how to discard staged changes for files that also have
|
|
||||||
;; unstaged changes.
|
|
||||||
;; - Get current defun from removed lines in a diff
|
|
||||||
;; - Amending commits other than HEAD.
|
|
||||||
;; - 'Subsetting', only looking at a subset of all files.
|
|
||||||
|
|
||||||
(eval-when-compile (require 'cl))
|
(eval-when-compile (require 'cl))
|
||||||
(require 'log-edit)
|
(require 'log-edit)
|
||||||
(require 'easymenu)
|
(require 'easymenu)
|
||||||
|
|
Loading…
Reference in a new issue