chiark / gitweb /
Don't split long and short description in "stg edit"
authorKarl Hasselström <kha@treskal.com>
Sun, 7 Oct 2007 11:34:18 +0000 (13:34 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 7 Oct 2007 22:14:11 +0000 (00:14 +0200)
commit7e301a7348d0b3006ffa7b2309aa6f40cc29a292
treedc10e3dcf2f41a98cf1d7c4be8cc616a281fcc0b
parentb52f3780e10a4657224f6988316bdbfef9ec2dda
Don't split long and short description in "stg edit"

"stg edit" used to present the patch information like this:

  Short description

  From: ...
  Date: ...

  Long description

If the project follows the git convention with a single-line short
description and follwed by a blank line and the rest of the
description, this merely looks a little odd. However, for projects
that don't follow that convention, presenting the first line
separately is actively inconvenient; for example, it breaks emacs's
fill-paragraph command.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/edit.py