SysVars | SysVars | Description | Section | Page |
---|
Debugger$Options | Debugger$Options | Configures the operation of *MemoryI | Debugger (supplement for Pyromaniac) | |
Git$AlternateObjectDirectories | Git$AlternateObjectDirectories | List of comma separated object directories to search. | PyromaniacGit | |
Git$AskPass | Git$AskPass | Tool to invoke to request passwords from the user. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$Author$Date | Git$Author$Date | Timestamp used for the "author" field. | PyromaniacGit | |
Git$Author$Email | Git$Author$Email | Email address for the "author" field. | PyromaniacGit | |
Git$Author$Name | Git$Author$Name | Human readable name in the "author" field. | PyromaniacGit | |
Git$CeilingDirectories | Git$CeilingDirectories | List of comma separated directories above which we should not search for .git. | PyromaniacGit | |
Git$Committer$Date | Git$Committer$Date | Timestamp used for the "committer" field. | PyromaniacGit | |
Git$Committer$Email | Git$Committer$Email | Email address for the "committer" field. | PyromaniacGit | |
Git$Committer$Name | Git$Committer$Name | Human readable name in the "committer" field. | PyromaniacGit | |
Git$Common$Dir | Git$Common$Dir | Absolute directory to search for non-worktree files. | PyromaniacGit | |
Git$Config$Count | Git$Config$Count | Count of the configuration variables supplied in Git$Config$Key$# and Git$ Config$Value$#. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$Config$Global | Git$Config$Global | User configuration, which on POSIX would be ~/.gitconfig. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$Config$NoSystem | Git$Config$NoSystem | Disable the system git configuration if set to non-empty. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$Config$System | Git$Config$System | System configuration filename, which on POSIX would be /etc/gitconfig. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$Credentials$Store | Git$Credentials$Store | Filename to store credentials in (instead of ~/.git-credentials). | PyromaniacGit | |
Git$Diff$External | Git$Diff$External | Tool to invoke to perform diffs. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$Diff$Opts | Git$Diff$Opts | Options for performing diffs. | PyromaniacGit | |
Git$Diff$PathCounter | Git$Diff$PathCounter | Counter of the path being processed, supplied to the external diff tool. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$Diff$PathTotal | Git$Diff$PathTotal | Total paths being processed, supplied to the external diff tool. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$Editor | Git$Editor | Tool used to edit messages. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$Flush | Git$Flush | Flush output stream more regularly when set to "1". | PyromaniacGit | |
Git$GitDir | Git$GitDir | Location of the .git directory. | PyromaniacGit | |
Git$Index$File | Git$Index$File | Name of the index file to use, eg "/tmp-index". | PyromaniacGit | |
Git$Merge$Verbosity | Git$Merge$Verbosity | How verbose the recursive merge should be (0-5). | PyromaniacGit | |
Git$Namespace | Git$Namespace | Names ref namespace to use. | PyromaniacGit | |
Git$ObjectDirectory | Git$ObjectDirectory | Absolute directory for the "objects". | PyromaniacGit | |
Git$OptionalLocks | Git$OptionalLocks | Avoids taking locks when run in the background when set to "0". | PyromaniacGit | |
Git$Pager | Git$Pager | Tool used to page output to the terminal. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$PathSpecs$Glob | Git$PathSpecs$Glob | Treat all path specs as globs. | PyromaniacGit | |
Git$PathSpecs$ICase | Git$PathSpecs$ICase | Treat all path specs as case-insensitive. | PyromaniacGit | |
Git$PathSpecs$Literal | Git$PathSpecs$Literal | Treat all path specs as literal, rather than globs. | PyromaniacGit | |
Git$PathSpecs$NoGlob | Git$PathSpecs$NoGlob | Treat all path specs as literal. | PyromaniacGit | |
Git$ProgressDelay | Git$ProgressDelay | Seconds before showing the progress indicator. | PyromaniacGit | |
Git$Protocol | Git$Protocol | Set key-value pairs for the low level protocol. | PyromaniacGit | |
Git$Protocol$Allow | Git$Protocol$Allow | A colon-separated list of protocols which are allowed. | PyromaniacGit | |
Git$Protocol$FromUser | Git$Protocol$FromUser | Prevent protocols used by fetch/push/clone configured to user state when set to "0". | PyromaniacGit | |
Git$RefLogAction | Git$RefLogAction | Records a reason for an action in the reflog. | PyromaniacGit | |
Git$RefParanoia | Git$RefParanoia | Include broken or badly named refs when set to "1". | PyromaniacGit | |
Git$SSH$Command | Git$SSH$Command | Tool to invoke in place of SSH to connect to an SSH host.. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$SSH$Variant | Git$SSH$Variant | Type of SSH tool supplied in Git$SSH$Command. Not supported under RISC OS Pyromaniac. | PyromaniacGit | |
Git$TerminalPrompt | Git$TerminalPrompt | Disables prompt if set to "0". | PyromaniacGit | |
Git$Trace | Git$Trace | Enable general trace messages (0, 1, 2 for levels, or filename). | PyromaniacGit | |
Git$Trace$CURL | Git$Trace$CURL | Enable trace messages for network transfers (0, 1, 2 for levels, or filename). | PyromaniacGit | |
Git$Trace$CURL$NoData | Git$Trace$CURL$NoData | Enable trace messages for network transfers without the data dumps (0, 1, 2 for levels, or filename). | PyromaniacGit | |
Git$Trace$CURL$RedactCookies | Git$Trace$CURL$RedactCookies | Hide the cookies named in this variable when tracing. | PyromaniacGit | |
Git$Trace$PackAccess | Git$Trace$PackAccess | Enable trace messages for access to packs (0, 1, 2 for levels, or filename ). | PyromaniacGit | |
Git$Trace$PackFile | Git$Trace$PackFile | Enable trace messages for packfiles (0, 1, 2 for levels, or filename). | PyromaniacGit | |
Git$Trace$Packet | Git$Trace$Packet | Enable trace messages for transfers between programs (0, 1, 2 for levels). | PyromaniacGit | |
Git$Trace$Performance | Git$Trace$Performance | Enable performance related trace messages (0, 1, 2 for levels, or filename ). | PyromaniacGit | |
Git$Trace$Setup | Git$Trace$Setup | Enable trace messages for the early setup of the system (0, 1, 2 for levels, or filename). | PyromaniacGit | |
Git$Trace$Shallow | Git$Trace$Shallow | Enable trace messages for shallow repositories (0, 1, 2 for levels, or filename). | PyromaniacGit | |
Git$Trace2 | Git$Trace2 | Enable more detailed trace messages (0, 1, 2 for levels, or filename). | PyromaniacGit | |
Git$Trace2$Event | Git$Trace2$Event | Enable JSON formatted trace messages (0, 1, 2 for levels, or filename). | PyromaniacGit | |
Git$Trace2$Perf | Git$Trace2$Perf | Enable column based trace messages (0, 1, 2 for levels, or filename). | PyromaniacGit | |
Git$WorkTree | Git$WorkTree | Location of the root for your work tree. | PyromaniacGit | |