From: Harald Nordgren Date: Sun, 12 Apr 2026 11:51:42 +0000 (+0000) Subject: stash: add --label-ours, --label-theirs, --label-base for apply X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=09a43fe49ffb441505182d1a5d922f1c88419740;p=thirdparty%2Fgit.git stash: add --label-ours, --label-theirs, --label-base for apply Allow callers of "git stash apply" to pass custom labels for conflict markers instead of the default "Updated upstream" and "Stashed changes". Document the new options and add a test. Signed-off-by: Harald Nordgren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-stash.adoc b/Documentation/git-stash.adoc index b05c990ecd..50bb89f483 100644 --- a/Documentation/git-stash.adoc +++ b/Documentation/git-stash.adoc @@ -12,7 +12,7 @@ git stash list [] git stash show [-u | --include-untracked | --only-untracked] [] [] git stash drop [-q | --quiet] [] git stash pop [--index] [-q | --quiet] [] -git stash apply [--index] [-q | --quiet] [] +git stash apply [--index] [-q | --quiet] [--label-ours=