Go to the first, previous, next, last section, table of contents.


The global setup section

In this section the variables have only one field.

`TempDirectory'

This variable specifies the location of the temporary files created by git.

`AnsiColors'

This variable should be set to `ON' if the terminal supports standard `ANSI' color sequences. Otherwise it should be `OFF'. If `AnsiColors' is `ON', `GITxxx-Color' sections will be used in the configuration files `.gitrc.TERM'. Otherwise, GIT interactive programs will use the `GITxxx-Monochrome' sections.

`UseLastScreenChar'

This variable is used for terminals that can't write on the last character of the screen without scrolling the entire screen. If your terminal has no problem writing there (Linux console, vt100, vt102, xterm, ...) set it to `ON'. Otherwise (hpterm), it should be `OFF'.

`StartupScrollStep'

This variable specifies the scroll step initial value for both panels.


Go to the first, previous, next, last section, table of contents.