SCM - Initial implementation of the Sync view (#193440)

This commit is contained in:
Ladislau Szomoru
2023-09-19 15:58:22 +02:00
committed by GitHub
parent e20eb064c6
commit 1545aeab06
20 changed files with 1359 additions and 128 deletions

View File

@@ -131,6 +131,8 @@ export interface LogOptions {
readonly path?: string;
/** A commit range, such as "0a47c67f0fb52dd11562af48658bc1dff1d75a38..0bb4bdea78e1db44d728fd6894720071e303304f" */
readonly range?: string;
readonly reverse?: boolean;
readonly sortByAuthorDate?: boolean;
}
export interface CommitOptions {