slackbuilds/NEWS

77 lines
2.4 KiB
Text
Raw Normal View History

2009-03-22 01:02:31 +01:00
Changes in magit 0.8:
* Hitting 'c' or 'C' while resolving a conflict in the middle of a
rebase will offer to continue the rebase instead of trying to commit
your changes.
* Pulling will ask which branch to pull from when you don't have a
default branch configured.
2009-06-06 14:06:46 +02:00
* Switching to a remote branch will offer to create a local tracking
branch for it.
* Bug fixes to make Magit work better with newer Gits.
2008-11-06 23:29:52 +01:00
Changes in magit 0.7:
2008-11-09 23:28:19 +01:00
* Tagging, on 't' and 'T'.
2008-11-06 23:29:52 +01:00
2009-03-01 02:00:23 +01:00
* Stashing, on 'z' and 'Z'.
2008-11-09 23:28:19 +01:00
2009-01-25 00:08:28 +01:00
* Wazzup, on 'w'. Wazzup gives you an overview over how other
branches relate to the current one.
2008-11-09 23:28:19 +01:00
* There is more control over pushing. 'P' now takes a prefix argument
2008-11-06 23:29:52 +01:00
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.
2009-02-20 00:25:30 +01:00
* 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
2009-02-15 00:39:05 +01:00
all sections; without, they work only on sections that are a parent
or child of the current section.
2009-03-01 02:00:23 +01:00
* Typing '+' and '-' will change the size of hunks, via the "-U"
option to git diff. '0' resets hunks to their default size.
2009-02-15 01:38:19 +01:00
* Typing 'k' on the "Untracked files" section title will offer to
delete all untracked files.
2009-03-01 02:00:23 +01:00
* 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.
2009-03-01 02:00:23 +01:00
* 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.
2009-02-15 01:38:19 +01:00
* Magit works better with oldish Gits that don't understand "--graph",
2008-11-06 23:29:52 +01:00
for example.
* The name of the Git program and common options for it can be
customized.
2009-02-15 01:38:19 +01:00
2008-11-06 23:29:52 +01:00
Changes in magit 0.6:
2008-08-17 01:37:43 +02:00
2008-09-11 00:26:12 +02:00
Almost everything has changed. Please read the manual again. Some
highlights:
2008-08-18 21:48:58 +02:00
2008-09-11 00:26:12 +02:00
* Magit now works with Git 1.6.0. (John Wiegley)
2008-09-11 00:26:12 +02:00
* Support for interactive rewriting.
2008-08-17 01:43:39 +02:00
2008-09-11 00:26:12 +02:00
* Sections can be shown and hidden.
* Staging, unstaging, applying, reverting and discarding changes can
now be done line-by-line, not only hunk-by-hunk.