Signed-off-by: Nguyễn Thái Ngọc Duy <pclo...@gmail.com>
---
 builtin/list-files.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/builtin/list-files.c b/builtin/list-files.c
index ac33f13..b99f2b7 100644
--- a/builtin/list-files.c
+++ b/builtin/list-files.c
@@ -65,6 +65,8 @@ int cmd_list_files(int argc, const char **argv, const char 
*cmd_prefix)
 {
        struct string_list result = STRING_LIST_INIT_NODUP;
 
+       setenv(GIT_GLOB_PATHSPECS_ENVIRONMENT, "1", 0);
+
        if (argc == 2 && !strcmp(argv[1], "-h"))
                usage_with_options(ls_usage, ls_options);
 
-- 
2.3.0.rc1.137.g477eb31

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to