]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/stash.c
stash: get git_stash_config at the top level
authorThomas Gummerer <t.gummerer@gmail.com>
Tue, 3 Mar 2020 17:46:12 +0000 (17:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2020 21:18:44 +0000 (13:18 -0800)
commitb0c7362d19a83d45798085f26d98e39c9268e7e5
tree1aa10d0de9037687c9d324bef241a7aed9dba172
parent2d2118b814c11f509e1aa76cb07110f7231668dc
stash: get git_stash_config at the top level

In the next commit we're adding another config variable to be read
from 'git_stash_config', that is valid for the top level command
instead of just a subset.  Move the 'git_config' invocation for
'git_stash_config' to the top-level to prepare for that.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/stash.c