]> git.ipfire.org Git - thirdparty/git.git/blobdiff - help.c
The sixth batch
[thirdparty/git.git] / help.c
diff --git a/help.c b/help.c
index 1de9c0d589cd9b615b1b20d60e06b9601d08fe8f..44cee69c11c68381fbdc12a3fb6b7f5bae7f4dfe 100644 (file)
--- a/help.c
+++ b/help.c
@@ -641,6 +641,7 @@ void get_version_info(struct strbuf *buf, int show_build_options)
                        strbuf_addstr(buf, "no commit associated with this build\n");
                strbuf_addf(buf, "sizeof-long: %d\n", (int)sizeof(long));
                strbuf_addf(buf, "sizeof-size_t: %d\n", (int)sizeof(size_t));
+               strbuf_addf(buf, "shell-path: %s\n", SHELL_PATH);
                /* NEEDSWORK: also save and output GIT-BUILD_OPTIONS? */
        }
 }