我正在使用 Git 2.33.1。
手册页说:
--full-name When run from a subdirectory, the command usually outputs paths relative to the current directory. This option forces paths to be output relative to the project top directory.
其中指出该命令“通常输出相对于当前目录的路径”,这意味着何时--full-name
未提供,然后应该git ls-files
发出相对于当前工作目录的文件。
它不是。列出的文件总是相对于工作树的 git 根目录。为什么会这样?