From c233a91894029bb60ea98da77e6d0cb507ab085f Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Thu, 10 Jul 2014 19:58:04 +0200 Subject: [PATCH] Add missing summaries and descriptions --- data/org.gnome.gitg.gschema.xml.in.in | 39 ++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/data/org.gnome.gitg.gschema.xml.in.in b/data/org.gnome.gitg.gschema.xml.in.in index 87d489d3..bf7e12f4 100644 --- a/data/org.gnome.gitg.gschema.xml.in.in +++ b/data/org.gnome.gitg.gschema.xml.in.in @@ -13,7 +13,11 @@ "" - + <_summary>Default Clone Directory + <_description> + The default directory in which new repositories should be suggested + to be cloned. + @@ -52,6 +56,7 @@ true + <_summary>Show Stashed Changes <_description> Setting that indicates whether to show items for the stash in the history. @@ -59,6 +64,7 @@ true + <_summary>Show Staged Changes <_description> Setting that indicates whether to show a virtual item for the currently staged changes in the history. @@ -66,6 +72,7 @@ true + <_summary>Show Unstaged Changes <_description> Setting that indicates whether to show a virtual item for the currently unstaged changes in the history. @@ -115,23 +122,53 @@ true + <_summary>Enable Spell Checking + <_description> + Setting which determines whether or not spell checking is enabled + when writing a commit message. + '' + <_summary>Spell Checking Language + <_description> + The language to use when spell checking is enabled for writing a + commit message. + false + <_summary>Ignore Whitespace Changes + <_description> + Setting that indicates whether to ignore whitespace changes when showing + the diff of a commit. + false + <_summary>Show Changes Inline + <_description> + Setting that indicates whether changes within lines should be shown + inline. + 3 + <_summary>Number of Before/After Context Lines + <_description> + Setting that determines how many lines of context (before and after) + should be shown when showing the diff of a commit. + 4 + <_summary>Rendered Width of a Tab Character + <_description> + Setting that determines how much space a tab character should occupy + when showing the diff of a commit. +