Skip to content

Commit d5563a6

Browse files
authored
repo sync
2 parents 8c22f85 + bd6b5e9 commit d5563a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/searching-for-information-on-github/searching-commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use the `author-date` and `committer-date` qualifiers to match commits authored
5151
| Qualifier | Example
5252
| ------------- | -------------
5353
| <code>author-date:<em>YYYY-MM-DD</em></code> | [**author-date:&lt;2016-01-01**](https://github.com/search?q=author-date%3A<2016-01-01&type=Commits) matches commits authored before 2016-01-01.
54-
| <code>committer-date:<em>YYYY-MM-DD</em></code> | [**committer-date:&gt;2016-01-01**](https://github.com/search?q=committer-date%3A<2016-01-01&type=Commits) matches commits committed after 2016-01-01.
54+
| <code>committer-date:<em>YYYY-MM-DD</em></code> | [**committer-date:&gt;2016-01-01**](https://github.com/search?q=committer-date%3A>2016-01-01&type=Commits) matches commits committed after 2016-01-01.
5555

5656
### Filter merge commits
5757

0 commit comments

Comments
 (0)