[PATCH] Document RUN_SETUP_GENTLY
From: David Turner <hidden>
Date: 2016-06-15 23:00:54
From: David Turner <hidden>
Date: 2016-06-15 23:00:54
Document RUN_SETUP_GENTLY Signed-off-by: David Turner <redacted> --- Documentation/technical/api-builtin.txt | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/Documentation/technical/api-builtin.txtb/Documentation/technical/api-builtin.txt index e3d6e7a..1bbeda2 100644
--- a/Documentation/technical/api-builtin.txt
+++ b/Documentation/technical/api-builtin.txt@@ -28,6 +28,11 @@ where options is the bitwise-or of: 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 create one and don't chdir. + `USE_PAGER`:: If the standard output is connected to a tty, spawn a pager and --