Luca Barbato <[email protected]> writes: > > You might try to have the commit message split from the composed > message (check git send-email for ideas). > > would be great if you add whitespace stripping to it (not sure how to > do that since I'm not using emacs) > > lu
Ah yes I moved around the "---" in the wrong position. >From what I gathered the best emacs-git way is for example - git format-patch -1 - git send-mail --to [email protected] --compose <patch_file> which will popup my emacs again and let me compose the message, but I'm not really sure that's the smartest way. What do you mean for whitespace stripping? Those spaces are the default indentation of elisp code, which normally nobody changes and it's quite standard. About the emacs settings I thing some more magic can be made to - configure cedet and semantic for ffmpeg (or at worst some tag automatism) - configure the changelog style - define some functions to run easily tests - and everything else you can imagine ;) Thanks, Andrea _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
