]> git.ipfire.org Git - thirdparty/git.git/commit
stash: refactor private config globals
authorD. Ben Knoble <ben.knoble+github@gmail.com>
Mon, 22 Sep 2025 01:39:05 +0000 (21:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Sep 2025 03:23:23 +0000 (20:23 -0700)
commit88b5b8d886b54f5020040a3b3a534f7c102a6293
treeba50c8da9214ff3871a732939d2e47333cd9eb1e
parent4b2de837ee2daa80756d8e9c3f8d9cb6bf58966f
stash: refactor private config globals

A subsequent commit will access a new config variable in the stash
subcommand implementations, which requires the variables to be declared
before the relevant functions. Prep with a pure refactoring change to
consolidate config-related globals with the rest of the globals.

Best-viewed-with: --color-moved
Signed-off-by: D. Ben Knoble <ben.knoble+github@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/stash.c