File tree Expand file tree Collapse file tree
content/github/searching-for-information-on-github Expand file tree Collapse file tree 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
5151| Qualifier | Example
5252| ------------- | -------------
5353| <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.
5555
5656### Filter merge commits
5757
You can’t perform that action at this time.
0 commit comments