aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@gmail.com>2009-10-18 23:29:09 +0100
committerCatalin Marinas <catalin.marinas@gmail.com>2009-10-18 23:29:09 +0100
commit0258440fbcd089efd496f465931a64cb18a2e1ce (patch)
treeed890ca3d465c2fb6f11d3c66746ef1ec5dcfa0f
parente27cf297f92b3714e89b51f60335dabe4a661f8e (diff)
downloadstgit-0258440fbcd089efd496f465931a64cb18a2e1ce.tar.gz
Update the RELEASENOTES file with latest changesv0.15-rc4
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
-rw-r--r--RELEASENOTES12
1 files changed, 9 insertions, 3 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index b333f8b..d4b54d6 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -35,14 +35,20 @@ The main changes since release 0.14.3 are
patch in the series.
- The commands "stg add", "stg rm", "stg cp", and "stg resolved"
- were removed, since there are corresponding Git equivalents
+ were removed, since there are corresponding Git equivalents.
- - The "stg import" command supports the "-p N" option for stripping
- leading slashes from diff paths
+ - The "stg import" and "stg fold" commands support the "-p N" option
+ for stripping leading slashes from diff paths.
+
+ - The "stg import" and "stg fold" commands support the "--reject"
+ option for leaving rejected hunks in corresponding *.rej files.
- New patch identification syntax: <branch>:<patch> (see
documentation for the "stg id" command).
+ - Autosigning of imported patches when "sign.autosign" configuration
+ option is set.
+
- A powerful Emacs mode for StGit was added to the "contrib"
directory. It displays the patch stack in an Emacs buffer, and can
handle all common StGit tasks.