Skip to content

Commit

Permalink
Fix FileSystemGitRepository>>requestTerminalCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Jan 15, 2025
1 parent ced5fb7 commit c391567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
git porcelain - external
requestTerminalCommand
| command |
command := UIManager request:
command := UIManager default request:
'No terminal emulator could be detected. ',
'Please provide a command to spawn a terminal emulator. ',
(Preferences pragmaPreferenceFor: GitFeatureFlags getter: #customTerminalCommandForExternalCommands) helpString.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"remoteUrl:" : "jr 3/4/2020 00:46",
"removeRemoteNamed:" : "jr 3/4/2020 00:49",
"repository" : "CamilloBruni 6/22/2011 05:08",
"requestTerminalCommand" : "mad 10/31/2024 17:50",
"requestTerminalCommand" : "mad 1/15/2025 19:53",
"requestToEnableExternalFetchAndPushBecause:" : "mad 11/10/2024 15:51",
"shouldHandleUrlExternally:" : "mad 11/10/2024 15:48",
"tagNamed:" : "MCGitRepositoryTest 3/3/2020 23:40",
Expand Down

0 comments on commit c391567

Please sign in to comment.