1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Merge branch 'main' into patch-1

This commit is contained in:
Felicity Chapman
2021-01-22 11:21:24 +00:00
committed by GitHub
7169 changed files with 955563 additions and 74594 deletions

View File

@@ -39,20 +39,20 @@ You can use the `git show` command with the `--pretty=fuller` flag to check if t
$ git show <em>Your commit SHA number</em> --pretty=fuller
commit <em>Your commit SHA number</em>
Author: octocat <em>user email</em>
AuthorDate: Wed Jul 13 02:02:30 2016 +0900
AuthorDate: Tue Apr 03 02:02:30 2018 +0900
Commit: Sally Johnson <em>user email</em>
CommitDate: Wed Jul 20 06:25:08 2016 +0900
CommitDate: Tue Apr 10 06:25:08 2018 +0900
```
If the author and commit date are different, you can manually change the commit date in the URL to see the commit details.
For example:
- This URL uses the author date of `2016-07-13`:
- This URL uses the author date of `2018-04-03`:
`https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2016-07-13T00:00:00Z&until=2016-07-13T23:59:59Z`
- This URL uses the commit date of `2016-07-19`:
`https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2018-04-03T00:00:00Z&until=2018-04-03T23:59:59Z`
- This URL uses the commit date of `2018-04-10`:
`https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2016-07-19T00:00:00Z&until=2016-07-19T23:59:59Z`
`https://github.com/your-organization-or-personal-account/your-repository/commits?author=octocat&since=2018-04-10T00:00:00Z&until=2018-04-10T23:59:59Z`
When you open the URL with the modified commit date, you can see the commit details.

View File

@@ -11,9 +11,9 @@ versions:
### Contributions that are counted
#### Issues and pull requests
#### Issues, pull requests and discussions
Issues and pull requests will appear on your contribution graph if they were opened in a standalone repository, not a fork.
Issues, pull requests and discussions will appear on your contribution graph if they were opened in a standalone repository, not a fork.
#### Commits
Commits will appear on your contributions graph if they meet **all** of the following conditions: