From: Catalin Marinas Date: Sun, 18 Oct 2009 22:29:09 +0000 (+0100) Subject: Update the RELEASENOTES file with latest changes X-Git-Tag: v0.15-rc4^0 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/0258440fbcd089efd496f465931a64cb18a2e1ce Update the RELEASENOTES file with latest changes Signed-off-by: Catalin Marinas --- 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: : (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.