X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/b1c81a9af4d3f1d445ee3cac4fa14dfd370db2b2..c7466650e39f92c689035d0850cce59bbea0c8c8:/RELEASENOTES diff --git a/RELEASENOTES b/RELEASENOTES index f6a8b85..d4b54d6 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -31,12 +31,24 @@ The main changes since release 0.14.3 are + "stg publish", for maintaining merge-friendly branches (which are not rebased). + + "stg prev/next" for printing the name of the previous or next + 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" 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.