Ted, Both of your patches look good, and work when I try them. (Excellent commit messages, by the way.) I've applied them and pushed them out. Catalin, I have stuff for you in both kha/stable and kha/safe. -+- The following changes since commit 7cb253c05b509510177a1df4d5813861641968f6: Karl Hasselström (1): Fix typo are available in the git repository at: git://repo.or.cz/stgit/kha.git stable Karl Hasselström (1): Return None instead of crashing on undefined integer config items Pete Wyckoff (1): stgit.namelength is an integer stgit/config.py | 4 +++- stgit/utils.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) -+- The following changes since commit d3b31eeac6c6fba9352188755164f556faf56e59: Catalin Marinas (1): Fix the patch argument parsing for the "show" command are available in the git repository at: git://repo.or.cz/stgit/kha.git safe Gustav Hållberg (7): stgit.el: Consistently use symbols rather than strings for patch names stgit.el: Make single file diff buffer read-only stgit.el: Include stat summary in patch diff stgit.el: Add message when there are no patches in the series stgit.el: Indicate empty patches stgit.el: Minor beautification stgit.el: Add optional count argument to stgit-commit Karl Hasselström (2): Return None instead of crashing on undefined integer config items Merge branch 'stable' Pete Wyckoff (1): stgit.namelength is an integer Ted Pavlic (2): Modify bash completion to support help, version, and copyright. Make bash completion fail to bashdefault before default completion. contrib/stgit.el | 245 ++++++++++++++++++++++++++++----------------------- stgit/completion.py | 11 ++- stgit/config.py | 4 +- stgit/utils.py | 2 +- 4 files changed, 146 insertions(+), 116 deletions(-) -+- The following changes since commit e80d43bd9c8baf2bc9913c6c153914403f210872: Ted Pavlic (1): Make bash completion fail to bashdefault before default completion. are available in the git repository at: git://repo.or.cz/stgit/kha.git experimental Gustav Hållberg (1): stgit.el: (EXPERIMENTAL) Show files modified in work tree Karl Hasselström (2): Read several objects at once with git cat-file --batch Diff several trees at once with git diff-tree --stdin INSTALL | 5 +- contrib/stgit.el | 272 ++++++++++++++++++++++++++++++++++-------------------- stgit/lib/git.py | 79 +++++++++++++++- stgit/run.py | 19 ++++ 4 files changed, 266 insertions(+), 109 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