Merge branch 'dt/api-doc-setup-gently'
* dt/api-doc-setup-gently: docs: document RUN_SETUP_GENTLY and clarify RUN_SETUP
This commit is contained in:
commit
520cd9cd20
@ -22,11 +22,14 @@ Git:
|
||||
where options is the bitwise-or of:
|
||||
|
||||
`RUN_SETUP`::
|
||||
If there is not a Git directory to work on, abort. If there
|
||||
is a work tree, chdir to the top of it if the command was
|
||||
invoked in a subdirectory. If there is no work tree, no
|
||||
chdir() is done.
|
||||
|
||||
Make sure there is a Git directory to work on, and if there is a
|
||||
work tree, chdir to the top of it if the command was invoked
|
||||
in a subdirectory. If there is no work tree, no chdir() is
|
||||
done.
|
||||
`RUN_SETUP_GENTLY`::
|
||||
If there is a Git directory, chdir as per RUN_SETUP, otherwise,
|
||||
don't chdir anywhere.
|
||||
|
||||
`USE_PAGER`::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user