File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/github/searching-for-information-on-github Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Use the `author-date` and `committer-date` qualifiers to match commits authored
51
51
| Qualifier | Example
52
52
| ------------- | -------------
53
53
| <code >author-date:<em >YYYY-MM-DD</em ></code > | [ ** author-date:< ; 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:> ; 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:> ; 2016-01-01** ] ( https://github.com/search?q=committer-date%3A> 2016-01-01&type=Commits ) matches commits committed after 2016-01-01.
55
55
56
56
### Filter merge commits
57
57
You can’t perform that action at this time.
0 commit comments