diff options
| author | Marius Vollmer <marius.vollmer@gmail.com> | 2009-03-08 18:51:35 +0200 |
|---|---|---|
| committer | Marius Vollmer <marius.vollmer@gmail.com> | 2009-03-08 18:51:35 +0200 |
| commit | 20f35de12717a7c7b236e94b5b8a6ff363a17b91 (patch) | |
| tree | 3f313ca8f7472a651b0de363adc28f474fbcf726 | |
| parent | 5c7b6b2efee4c1e5329a2a74962f034f15e653a6 (diff) | |
Released 0.7.0.7.0
| -rw-r--r-- | debian/changelog | 51 | ||||
| -rw-r--r-- | magit.el | 6 |
2 files changed, 48 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 4f6719e..8009036 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,53 @@ -magit (0.7-1~unreleased) unstable; urgency=low +magit (0.7-1) unstable; urgency=low - * +* Tagging, on 't' and 'T'. - -- Marius Vollmer <marius.vollmer@gmail.com> Thu, 16 Oct 2008 22:20:31 +0300 +* Stashing, on 'z' and 'Z'. + +* Wazzup, on 'w'. Wazzup gives you an overview over how other + branches relate to the current one. + +* There is more control over pushing. 'P' now takes a prefix argument + and pushing a branch without a default remote will ask for one. + +* Logs have changed a bit: 'l' shows the traditional brief log, and + 'L' shows a more verbose log. Use the prefix arg to specify the + range of the log. + +* M-x magit-status doesn't prompt anymore for a directory when invoked + from within a Git repository. Use C-u to force a prompt. + +* When you have nothing staged, 'c' will now explicitly ask whether to + commit everything instead of just going ahead and do it. This can + be customized. + +* The digit keys '1', '2', '3', and '4' now show sections on the + respective level and hide everything below. With Meta, they work on + all sections; without, they work only on sections that are a parent + or child of the current section. + +* Typing '+' and '-' will change the size of hunks, via the "-U" + option to git diff. '0' resets hunks to their default size. + +* Typing 'k' on the "Untracked files" section title will offer to + delete all untracked files. + +* Magit understands a bit of git-svn: the status buffer shows unpushed + and unpulled commits, 'N r' runs git svn rebase, and 'N c' runs git + svn dcommit. + +* Magit now also works when the direcory is accessed via tramp. + +* M-x magit-status can also create new repositories when given a + directory that is not a Git repository. + +* Magit works better with oldish Gits that don't understand "--graph", + for example. + +* The name of the Git program and common options for it can be + customized. + + -- Marius Vollmer <marius.vollmer@gmail.com> Sun, 08 Mar 2009 18:46:08 +0200 magit (0.6.1-1) unstable; urgency=low @@ -36,12 +36,6 @@ ;;; TODO -;; For 0.7: -;; -;; - Make it possible to ignore commits etc for Wazzup. -;; -;; Later: -;; ;; - Queuing of asynchronous commands. ;; - Good email integration. ;; - Showing tags. |
