On 2008-01-17 08:45:59 +0100, Karl Hasselström wrote: > Thanks, I'll apply this tonight. (Along with Pavel's "stg edit --sign" > patch, which I've been neglecting for quite a while now. Sorry!) The following changes since commit 5b2666bab799830ac5e511f35103d04fc3968b32: Catalin Marinas (1): Remove a newline from the e-mail template are available in the git repository at: git://repo.or.cz/stgit/kha.git safe David Kågedal (2): Emacs mode: Add mark command Emacs mode: coalesce command Karl Hasselström (12): Teach the new infrastructure about the index and worktree Let "stg clean" use the new transaction primitives Let "stg goto" use the new infrastructure Convert "stg uncommit" to the new infrastructure New infrastructure: Make sure that the branch is initialized Expose transaction abort function stg coalesce: Support --file and --save-template Set exit code to 3 on merge conflict Convert "stg commit" to new infrastructure Make "stg commit" fancier Test that "stg goto" can be called from a subdirectory Make "stg goto" subdirectory safe Pavel Roskin (1): Fix "stg edit --sign" Peter Oberndorfer (2): Don't mention removed "stg refresh" options replace "git repo-config" usage by "git config" contrib/stgit.el | 97 ++++++++++++++++++----- stgit/commands/clean.py | 35 ++------ stgit/commands/coalesce.py | 118 ++++++++++++++++++--------- stgit/commands/commit.py | 111 ++++++++++++++++---------- stgit/commands/edit.py | 5 +- stgit/commands/goto.py | 52 ++++-------- stgit/commands/refresh.py | 8 +- stgit/commands/uncommit.py | 81 ++++++++----------- stgit/config.py | 14 ++-- stgit/lib/git.py | 128 +++++++++++++++++++++++++++++ stgit/lib/stack.py | 10 ++- stgit/lib/stackupgrade.py | 6 +- stgit/lib/transaction.py | 178 +++++++++++++++++++++++++++++++++++------ stgit/main.py | 4 +- stgit/run.py | 9 ++- stgit/utils.py | 1 + t/t1300-uncommit.sh | 12 ++-- t/t1900-mail.sh | 2 +- t/t2100-pull-policy-fetch.sh | 4 +- t/t2101-pull-policy-pull.sh | 4 +- t/t2102-pull-policy-rebase.sh | 4 +- t/t2800-goto-subdir.sh | 59 ++++++++++++++ 22 files changed, 675 insertions(+), 267 deletions(-) create mode 100755 t/t2800-goto-subdir.sh -+- The following changes since commit 085902b45b9bea3fa5bc14470219891ec4ccba78: Peter Oberndorfer (1): replace "git repo-config" usage by "git config" are available in the git repository at: git://repo.or.cz/stgit/kha.git experimental Peter Oberndorfer (1): Add an --index option to "stg refresh" stgit/commands/refresh.py | 25 ++++++++++++++++--- t/t2700-refresh.sh | 57 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 77 insertions(+), 5 deletions(-) -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html