CommitDialog intelligently adds the previous commit message for amending
commit76854c11b62c7cb22dab8e7369f89f5eb577740c
authorDave Watson <dwatson@mimvista.com>
Sun, 24 Jun 2007 02:29:36 +0000 (23 22:29 -0400)
committerDave Watson <dwatson@mimvista.com>
Wed, 27 Jun 2007 13:42:37 +0000 (27 09:42 -0400)
treed419b088745f6f5da6c5b38a0994eb0231e503f3
parent39c9a34ce4f73f37a1046778e4dbc8ca3713d715
CommitDialog intelligently adds the previous commit message for amending

If you check the amend box, it will look to see if you've typed anything
in the commit message box. If you have, it will put a newline after what
you've typed, then the previous commit message. Otherwise, it just
puts in the previous commit message verbatim

Signed-off-by: Dave Watson <dwatson@mimvista.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/dialogs/CommitDialog.java