@@ -20,12 +20,14 @@ DESCRIPTION
2020Move the specified patches down the stack.
2121
2222If no patch is specified on the command line, the current (topmost) patch is
23- sunk. By default, patches are sunk to the bottom of the stack, but the '--to'
24- option may be used to place them under any applied patch.
23+ sunk. By default, patches are sunk to the bottom of the stack, but the
24+ '--above' or '--below' (alias '--to' ) options may be used to place them above
25+ or below any applied patch.
2526
2627Internally, sinking involves popping all patches to the bottom (or to the
27- target patch if '--to' is used), then pushing the patches to sink, and then,
28- unless '--nopush' is specified, pushing back any other formerly applied patches.
28+ target patch if '--above' or '--below' is used), then pushing the patches to
29+ sink, and then, unless '--nopush' is specified, pushing back any other formerly
30+ applied patches.
2931
3032Sinking may be useful, for example, to group stable patches at the bottom of
3133the stack where they less likely to be impacted by the push of another patch,
@@ -40,11 +42,18 @@ OPTIONS
4042 sink are pushed.
4143
4244-t <target >::
45+ -- below=<target >::
4346-- to=<target >::
4447 Sink patches below <target > patch.
4548+
4649Specified patches are placed below <target > instead of at the bottom of the stack.
4750
51+ -T <target >::
52+ -- above=<target >::
53+ Sink patches above <target > patch.
54+ +
55+ Specified patches are placed above <target > instead of at the bottom of the stack.
56+
4857-k::
4958-- keep::
5059 Keep the local changes
0 commit comments