#define USE_THE_REPOSITORY_VARIABLE #include "builtin.h" #include "abspath.h" #include "config.h" #include "environment.h" #include "gettext.h" #include "hash.h" #include "hex.h" #include "object-name.h" #include "parse-options.h" #include "refs.h" #include "lockfile.h" #include "cache-tree.h" #include "unpack-trees.h" #include "merge-ort-wrappers.h" #include "strvec.h" #include "run-command.h" #include "dir.h" #include "entry.h" #include "preload-index.h" #include "read-cache.h" #include "repository.h" #include "rerere.h" #include "revision.h" #include "setup.h" #include "sparse-index.h" #include "log-tree.h" #include "diffcore.h" #include "reflog.h" #include "reflog-walk.h" #include "add-interactive.h" #include "oid-array.h" #include "commit.h" #define INCLUDE_ALL_FILES 2 #define BUILTIN_STASH_LIST_USAGE \ N_("git stash list []") #define BUILTIN_STASH_SHOW_USAGE \ N_("git stash show [-u | --include-untracked | --only-untracked] [] []") #define BUILTIN_STASH_DROP_USAGE \ N_("git stash drop [-q | --quiet] []") #define BUILTIN_STASH_POP_USAGE \ N_("git stash pop [--index] [-q | --quiet] []") #define BUILTIN_STASH_APPLY_USAGE \ N_("git stash apply [--index] [-q | --quiet] [--ours-label=