chiark / gitweb /
Stop recording branch.*.remote to '.' for local parents.
[stgit] / Documentation / stg-bury.txt
CommitLineData
de7a79c4
YD
1stg-bury(1)
2===========
3Yann Dirson <ydirson@altern.org>
4v0.13, April 2007
5
6NAME
7----
8stg-bury - stgdesc:bury[]
9
10SYNOPSIS
11--------
12[verse]
13'stg' bury [--to=<target>] [--nopush] [<patches>]
14
15DESCRIPTION
16-----------
17
18This is the opposite operation of stglink:float[]: move the specified
19patches down the stack. It is for example useful to group stable
20patches near the bottom of the stack, where they are less likely to be
21impacted by the push of another patch, and from where they can be more
22easily committed or pushed.
23
24If no patch is specified on command-line, the current patch is buried.
25By default patches are buried at the bottom of the stack, but the
26'--to' option allows to bury under any applied patch.
27
28Buring internally involves popping all patches (or all patches
29including <target patch>), then pushing the patches to bury, and then
30(unless '--nopush' is also given) pushing back into place the
31formerly-applied patches.
32
33
34OPTIONS
35-------
36
37--to=<TARGET>::
38-t <TARGET>::
39 Specify a target patch to bury the patches below, instead of
40 buring at the bottom of the stack.
41
42--nopush::
43-n::
44 Do not push back on the stack the formerly-applied patches.
45 Only the patches to bury are pushed.
46
47StGIT
48-----
49Part of the StGIT suite - see gitlink:stg[1].