Override the commit author. Specify an explicit author using the standardA U Thor <author@example.com>format. Otherwise <author> is assumed to be a pattern and is used to search for an existing commit by that author (i.e. rev-list --all -i --author=<author>); the commit author is ...
Otherwise <author> is assumed to be a pattern and is used to search for an existing commit by that author (i.e. rev-list --all -i --author=<author>); the commit author is then copied from the first such commit found. --date=<date> Override the author date used in the commit. ...
author string no Search commits by commit author. all boolean no Retrieve every commit from the repository. When set to true, the ref_name parameter is ignored with_stats boolean no Stats about each commit are added to the response first_parent boolean no Follow only the first parent commit ...
Override the commit author. Specify an explicit author using the standardA U Thor <author@example.com>format. Otherwise<author>is assumed to be a pattern and is used to search for an existing commit by that author (i.e.git rev-list --all -i --author=<author>); the commit author is...
From planning to production, bring teams together in one application. Ship secure code more efficiently to deliver value faster.
You can specify more than one instance of both the--authorand--grepsearch criteria, which will limit the commit output to commits that matchanyof the--authorpatterns andanyof the--greppatterns; however, adding the--all-matchoption further limits the output to just those commits that matchall...
Print out the ref name given on the command line by which each commit was reached. --[no-]mailmap --[no-]use-mailmap Use mailmap file to map author and committer names and email addresses to canonical real names and email addresses. See git-shortlog[1]. --full-diff Without this...
/api/v1/search/search_authors This endpoint can be used to search a commit's author. The search is performed against the full name and limited to 100 results. curl "http://localhost:51000/api/v1/search/search_authors?query=john" { "CQAmDxoYWgkL": { "gravatar": "957192aaa5b95658443...
Promise<GitCommitDiffs> getCommits(string, GitQueryCommitsCriteria, string) 检索项目的 git 提交 TypeScript 复制 function getCommits(repositoryId: string, searchCriteria: GitQueryCommitsCriteria, project?: string): Promise<GitCommitRef[]> 参数 repositoryId string 存储库的 ID 或友好名称。 若要使用...
Create a commit on a repository as User A Updated User A to be a "blocked user" Try to search commits by Author on the commits page i.e.http://gitlab.com/groupname/projectname/-/commits/master Result: That user is not in the drop down, but is shown when you hack the URL (see...