slackbuilds/NEWS

36 lines
1 KiB
Text
Raw Normal View History

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
2008-11-09 23:28:19 +01:00
* Stashing, on 'z'.
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.
2008-11-09 23:28:19 +01:00
* Magit works better with oldish Gits that don't understand "--graph"
2008-11-06 23:29:52 +01:00
for example.
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.