Skip to content

Commit

Permalink
Update git pull command
Browse files Browse the repository at this point in the history
Replace `--ff --commit` by `--ff-only`.
Add `--quiet` as output is not displayed anywhere.
  • Loading branch information
deathaxe committed Nov 10, 2023
1 parent 3d35ece commit 9f23903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package Control.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

// This should NOT contain the name of the remote or branch - that will
// be automatically determined.
"git_update_command": ["pull", "--ff", "--commit"],
"git_update_command": ["pull", "--ff-only", "--quiet"],

// Custom path(s) to "hg" binary for when it can't be automatically
// found on the system and a package includes a .hg metadata directory.
Expand Down

0 comments on commit 9f23903

Please sign in to comment.