remove notify
This commit is contained in:
@@ -262,7 +262,6 @@ return {
|
||||
|
||||
-- Get files that differ from origin/main (includes committed + uncommitted changes)
|
||||
local result = run_cmd("jj diff --from " .. default_branch .. "@origin --to @ --summary | awk '{print $2}'")
|
||||
vim.notify(result)
|
||||
|
||||
-- Combine results
|
||||
local all_files = {}
|
||||
|
||||
Reference in New Issue
Block a user