The source project of this merge request has been removed.
Iss #112 - Add help message related to common troubleshooting to ui
1 unresolved thread
Compare changes
@@ -57,7 +57,7 @@
@@ -69,6 +69,7 @@
@@ -93,6 +94,29 @@
A common error experienced by users is that the email associated with commits do not align with the email set in the Eclipse Foundation account. If you have an Eclipse Foundation account and a signed ECA-equivalent document, there are ways to validate the users and email addresses associated with a commit.
Below are 3 sample commands that will display the committer and author emails for a given commit or range. The first command shows the latest commit, while the second command will show results for a given commit, replacing `<SHA>` with the commit SHA. The last example will render a range of sequential commits. As is, it will show the last 5 commits starting from HEAD for the current branch. Both sides of the range can be replaced with commit SHAs to represent a different range.