123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "addToCommand": true,
- "addToContextMenu": true,
- "createInstanceNearExistingOnes": true,
- "errorNoticeTimeout": -1,
- "exposeInternalModules": true,
- "focusOnNewInstance": true,
- "hideStatusBar": "never",
- "language": "zh-Hans",
- "newInstanceBehavior": "newHorizontalSplit",
- "noticeTimeout": -1,
- "openChangelogOnUpdate": false,
- "pinNewInstance": true,
- "preferredRenderer": "dom",
- "profiles": {
- "TortoiseGit-Commit": {
- "args": [],
- "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:commit /path:\"./\"",
- "name": "TortoiseGit-Commit",
- "platforms": {
- "win32": true
- },
- "restoreHistory": true,
- "successExitCodes": [
- "0",
- "SIGINT",
- "SIGTERM"
- ],
- "terminalOptions": {},
- "type": "external"
- },
- "TortoiseGit-Pull": {
- "args": [],
- "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:pull /path:\"./\"",
- "name": "TortoiseGit-Pull",
- "platforms": {
- "win32": true
- },
- "restoreHistory": true,
- "successExitCodes": [
- "0",
- "SIGINT",
- "SIGTERM"
- ],
- "terminalOptions": {},
- "type": "external"
- },
- "TortoiseGit-Push": {
- "args": [],
- "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:push /path:\"./\"",
- "name": "TortoiseGit-Push",
- "platforms": {
- "win32": true
- },
- "restoreHistory": true,
- "successExitCodes": [
- "0",
- "SIGINT",
- "SIGTERM"
- ],
- "terminalOptions": {},
- "type": "external"
- },
- "TortoiseGit-Log": {
- "args": [],
- "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:Log /path:\"./\"",
- "name": "TortoiseGit-Log",
- "platforms": {
- "win32": true
- },
- "restoreHistory": true,
- "successExitCodes": [
- "0",
- "SIGINT",
- "SIGTERM"
- ],
- "terminalOptions": {},
- "type": "external"
- }
- }
- }
|