Fix corner case git log issue in generate_vcs_info.sh
Description
This MR fixes a corner case with generating the VCS info header file that occurs if the user has log.showsignature=true
in their git config (like I do). In that case git log -1 --pretty=format
still includes the GPG signature output info, so we need to forcibly not show signatures when we actually want one-liner output.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Review Status
@karl-wette should review.