File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/FileSystem-Git.package/FileSystemGitRepository.class Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11git porcelain - external
22externalCommandExitCodePath
3- ^ self externalCommandExitCodeReference printString
3+ | reference path delimiter |
4+ reference := self externalCommandExitCodeReference.
5+ path := reference printString.
6+ delimiter := reference filesystem delimiter asString.
7+ ^ (reference path isAbsolute ==> [path beginsWith: delimiter])
8+ ifTrue: [path]
9+ ifFalse: [delimiter, path]
Original file line number Diff line number Diff line change 1616 "detectTerminalCommand" : " mad 10/31/2024 17:49" ,
1717 "expandRemoteRef:" : " pre 6/15/2018 16:04" ,
1818 "externalCommand:" : " mad 11/17/2024 22:38" ,
19- "externalCommandExitCodePath" : " mad 11/17/2024 22:34 " ,
19+ "externalCommandExitCodePath" : " mad 11/6/2025 23:09 " ,
2020 "externalCommandExitCodeReference" : " mad 11/17/2024 22:33" ,
2121 "externalGitDo:" : " mad 11/10/2024 16:44" ,
2222 "externalPush:toRemote:force:" : " mad 5/18/2024 12:26" ,
You can’t perform that action at this time.
0 commit comments