From 932633d6a71f554b83406218793989d32ebc098f Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 6 Jan 2014 16:35:28 +0100 Subject: [PATCH] Add notes about the hierarchical git configuration style Signed-off-by: Sven Strickroth --- .../TortoiseGit/tgit_dug/dug_settings_general.xml | 5 ++++ .../en/TortoiseGit/tgit_dug/dug_settings_git.xml | 30 +++++++++++++++++++--- .../en/TortoiseGit/tgit_dug/dug_settings_hooks.xml | 5 ++++ 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/doc/source/en/TortoiseGit/tgit_dug/dug_settings_general.xml b/doc/source/en/TortoiseGit/tgit_dug/dug_settings_general.xml index 0736ea55c..a93f6f9e1 100644 --- a/doc/source/en/TortoiseGit/tgit_dug/dug_settings_general.xml +++ b/doc/source/en/TortoiseGit/tgit_dug/dug_settings_general.xml @@ -450,6 +450,11 @@ dialogs the way you like them. This third page mainly affects the Commit dialog and the settings which are stored in git config files. + + + If you have problems entering/storing data please see . + + Language diff --git a/doc/source/en/TortoiseGit/tgit_dug/dug_settings_git.xml b/doc/source/en/TortoiseGit/tgit_dug/dug_settings_git.xml index 8c89559a0..fd9a3caad 100644 --- a/doc/source/en/TortoiseGit/tgit_dug/dug_settings_git.xml +++ b/doc/source/en/TortoiseGit/tgit_dug/dug_settings_git.xml @@ -2,12 +2,29 @@ Git + + The hierarchical git configuration + + Git uses the concept of a hierarchical configuration (cf. ). I.e. there are multiple levels; settings in higher levels override values in lower levels. The Effective tab shows you the effective values for the current scope (read-only). + + + Select any level (e.g. Local - the current repository settings stored locally in .git/config, Project - settings for the current repository stored within the repository in /.tgitconfig, Global - settings for the current user, System - settings for all users of the system) to see the values stored there. + + + In order to change settings select a level, enter the values, select where to store to and click on Apply. + + + + If you want to inherit a value of a higher level don't leave a textbox empty (this means than an empty string will be stored, which might evaluate to true), select Inherit instead. + + + - Config + Git Config
- The Settings Dialog, Config + The Settings Dialog, Git
@@ -32,13 +49,18 @@ in which case git will only warn about an irreversible conversion but continue the operation. QuotePath Controls the core.quotepath setting which might be interesting when you have non ASCII filenames: See . + + + If you have problems entering/storing data please see . + +
Remote
- The Settings Dialog, Remote + The Settings Dialog, Git, Remote
@@ -75,7 +97,7 @@
- The Settings Dialog, Credential + The Settings Dialog, Git, Credential
diff --git a/doc/source/en/TortoiseGit/tgit_dug/dug_settings_hooks.xml b/doc/source/en/TortoiseGit/tgit_dug/dug_settings_hooks.xml index ec658a145..ebfea30ac 100644 --- a/doc/source/en/TortoiseGit/tgit_dug/dug_settings_hooks.xml +++ b/doc/source/en/TortoiseGit/tgit_dug/dug_settings_hooks.xml @@ -352,5 +352,10 @@ See for a descriptions of the different options. + + + If you have problems entering/storing data please see . + +
-- 2.11.4.GIT