docs(git): trim three comments
This commit is contained in:
+2
-3
@@ -308,9 +308,8 @@ local function open_section(ctx, section)
|
||||
return
|
||||
end
|
||||
local parent = ctx.parent_ref or "0"
|
||||
-- blob_buf handles the absent (zero-blob) case by returning an empty
|
||||
-- buffer, which keeps `:diffsplit` from triggering BufReadCmd against
|
||||
-- a non-existent revspec and logging an error.
|
||||
-- An empty buffer for zero blobs keeps `:diffsplit` from
|
||||
-- BufReadCmd-loading a non-existent revspec.
|
||||
local left =
|
||||
blob_buf(ctx.worktree, section.pre_blob, section.pre_path, parent)
|
||||
local right =
|
||||
|
||||
Reference in New Issue
Block a user