Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #912 Add any existing git notes into commit views, between the commit message and the patch itself. This is similar to what "git show" does, albeit without any indent. Calling "git notes list" serves both to suppress the "Notes:" prefix when a commit does not have any notes, and to avoid using notes formats in older versions of git that do not support the feature.
- Loading branch information