Skip to content

Commit 7affa8e

Browse files
authored
Merge pull request #478 from fyntex/bugfix/contributing-guidelines-git-alias
Fix Git alias `lg-github-pr-summary` in Contributing Guidelines
2 parents 05057ef + 9290266 commit 7affa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,5 @@ This is done by the CI/CD system.
230230
[^semver]: [Semantic Versioning](https://semver.org/)
231231
[^git-alias-github-pr-summary]: Add a Git alias that generates a summary of changes from GitHub pull
232232
requests:
233-
`git config --global alias.lg-github-pr-summary \
233+
`git config --global alias.lg-github-pr-summary
234234
'!f() { git log --date=short --reverse --merges --grep "^Merge pull request #[[:digit:]]* from" --pretty="tformat:- (%C(auto,red)<S>%s</S>%C(reset), %C(auto,green)%ad%C(reset)) %b" "$@" | sed -E "s|<S>Merge pull request (#[0-9]+) from .+</S>|PR \1|"; }; f'` <!-- markdownlint-disable-line MD013 -->

0 commit comments

Comments
 (0)