Skip COMMIT_EDITMSG contents when opening the file (#24146)
This commit is contained in:
parent
225f0c4d12
commit
ea66a54cf8
9 changed files with 110 additions and 48 deletions
|
@ -795,6 +795,7 @@ message OpenBufferByPath {
|
|||
uint64 project_id = 1;
|
||||
uint64 worktree_id = 2;
|
||||
string path = 3;
|
||||
bool skip_file_contents = 4;
|
||||
}
|
||||
|
||||
message OpenBufferById {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue