diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-23 15:51:33 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-23 15:51:33 -0800 |
commit | 9a84074d08e2e816a3310eb34ac69b584faf817b (patch) | |
tree | 120926a0de20cfe745dc49c20740ea43c16a9d25 /Documentation/git-ls-files.txt | |
parent | 695bf722da848e0cd2692bc07c4a2773c52b4216 (diff) | |
download | git-9a84074d08e2e816a3310eb34ac69b584faf817b.tar.gz |
ls-files --full-name: usage string and documentation.
Somehow this option was not mentioned anywhere in the
documentation nor the usage string.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r-- | Documentation/git-ls-files.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 2f308ecda9..186f3bb57a 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -13,7 +13,8 @@ SYNOPSIS (-[c|d|o|i|s|u|k|m])\* [-x <pattern>|--exclude=<pattern>] [-X <file>|--exclude-from=<file>] - [--exclude-per-directory=<file>] [--] [<file>]\* + [--exclude-per-directory=<file>] + [--full-name] [--] [<file>]\* DESCRIPTION ----------- @@ -77,6 +78,12 @@ OPTIONS K:: to be killed ? other +--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. + --:: Do not interpret any more arguments as options. |