From: David Turner Date: Tue, 29 Apr 2014 19:21:34 +0000 (-0400) Subject: docs: document RUN_SETUP_GENTLY and clarify RUN_SETUP X-Git-Tag: v2.1.0-rc0~186^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1d39dbecc2e55c2f723e2c2af43072891317dde9 docs: document RUN_SETUP_GENTLY and clarify RUN_SETUP We only said what happens when we find the Git directory under RUN_SETUP, without saying what happens otherwise. Signed-off-by: David Turner Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/api-builtin.txt b/Documentation/technical/api-builtin.txt index e3d6e7a79a..22a39b9299 100644 --- a/Documentation/technical/api-builtin.txt +++ b/Documentation/technical/api-builtin.txt @@ -22,11 +22,14 @@ Git: where options is the bitwise-or of: `RUN_SETUP`:: - - 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. + 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. + +`RUN_SETUP_GENTLY`:: + If there is a Git directory, chdir as per RUN_SETUP, otherwise, + don't chdir anywhere. `USE_PAGER`::