Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > Add a CONFIGURATION section to the documentation of various built-ins, > for those cases where the relevant config/NAME.txt describes > configuration that is only used by the relevant built-in documented in > git-NAME.txt. Subsequent commits will handle more complex cases. > > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> > --- > Documentation/git-add.txt | 7 +++++++ > Documentation/git-am.txt | 7 +++++++ > Documentation/git-clean.txt | 7 +++++++ > Documentation/git-clone.txt | 7 +++++++ > Documentation/git-commit-graph.txt | 7 +++++++ > Documentation/git-commit.txt | 4 ++++ > Documentation/git-fast-import.txt | 7 +++++++ > Documentation/git-mailinfo.txt | 7 +++++++ > Documentation/git-maintenance.txt | 7 +++++++ > Documentation/git-push.txt | 7 +++++++ > Documentation/git-revert.txt | 7 +++++++ > Documentation/git-show-branch.txt | 7 +++++++ > Documentation/git-stash.txt | 7 +++++++ > 13 files changed, 88 insertions(+) This is one of the larger patch in the series, but everything here follows the same pattern and is easy to see that they are correct.