fix name in function
[magit.git] / NEWS
blobd18f7ac40504ea00624bbd6282ea37b67fcf31fe
1 Changes in magit 0.7:
3 * Tagging, on 't' and 'T'.
5 * Stashing, on 'z'.
7 * There is more control over pushing.  'P' now takes a prefix argument
8   and pushing a branch without a default remote will ask for one.
10 * Magit works better with oldish Gits that don't understand "--graph"
11   for example.
13 Changes in magit 0.6:
15 Almost everything has changed.  Please read the manual again.  Some
16 highlights:
18 * Magit now works with Git 1.6.0.  (John Wiegley)
20 * Support for interactive rewriting.
22 * Sections can be shown and hidden.
24 * Staging, unstaging, applying, reverting and discarding changes can
25   now be done line-by-line, not only hunk-by-hunk.