Fossil SCM
Including diff as a comment in the file with a commit message
09b0f742287f3e9…
· opened 13 years, 2 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Cosmetic
- Resolution
- —
- Subsystem
- —
- Created
- Jan. 25, 2013 6:22 p.m.
when commiting with fossil, I miss git's "git commit -v" feature that appends the diff of changes being commited to the file where I edit a commit message. This way, I can see what exactly I'm commiting when typing the message. It saved me from a wrong commit a few times. Of course, I could call "fossil diff" before (and I do that now), but it's not that convenient. Would it be difficult to add this to fossil?
(Discussed in [http://www.mail-archive.com/[email protected]/msg10969.html]).
Comments (1)
when commiting with fossil, I miss git's "git commit -v" feature that appends the diff of changes being commited to the file where I edit a commit message. This way, I can see what exactly I'm commiting when typing the message. It saved me from a wrong commit a few times. Of course, I could call "fossil diff" before (and I do that now), but it's not that convenient. Would it be difficult to add this to fossil?
(Discussed in [http://www.mail-archive.com/[email protected]/msg10969.html]).