chiark / gitweb /
Merge branch 'proposed' of git://github.com/gustavh/stgit
authorKarl Wiberg <kha@treskal.com>
Mon, 17 Aug 2009 08:50:42 +0000 (10:50 +0200)
committerKarl Wiberg <kha@treskal.com>
Mon, 17 Aug 2009 08:50:42 +0000 (10:50 +0200)
commit58f09cf20b44f502fc56d56383461b71b7ae42fd
treea6e0b4beb1aa9ebbb481be19ba55e75deee387d6
parent26e3ed6db5fcab41176816cc9773a73ab3dcaa5a
parent5038381d0f32d23c03b8535cccee5bbbed85570f
Merge branch 'proposed' of git://github.com/gustavh/stgit

* 'proposed' of git://github.com/gustavh/stgit: (71 commits)
  stgit.el: Add menu bar menu
  stgit.el: Add stgit-toggle-mark
  stgit.el: Verify we're in stgit-mode before running commands
  stgit.el: Allow toggle-index on index and work tree
  stgit.el: Allow revert on index and work tree
  stgit.el: Add +/- to expand/collapse selected patches
  stgit.el: Fix some incorrect indentation
  stgit.el: Add stgit-new-and-refresh command
  stgit.el: Bugfix "P" when point is not on a patch line
  stgit.el: Fix problem where standard-output isn't bound correctly
  stgit.el: Bugfix of stgit-move-patches to top of stack
  stgit.el: Improve use of def{group,custom,face}
  stgit.el: Add C-c C-b for stgit-rebase
  stgit.el: Add better help text for stgit-mode
  stgit.el: Bugfix mode change display
  stgit.el: Minor documentation corrections
  stgit.el: Allow moving ignored files to index
  stgit.el: Move point in sane way after stgit-file-toggle-index on renames
  stgit.el: Move point correctly after stgit-revert-file
  stgit.el: Abbreviate renames/copies with common prefix/suffix
  ...
stgit/commands/common.py
stgit/commands/publish.py