diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-24 00:02:08 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-24 00:02:08 -0800 |
commit | 6ab58895cd951f6f5c96fa432afb122cfeb12746 (patch) | |
tree | 2a708aa291f58887198d3951e342996b2257e88f /Documentation | |
parent | GIT 1.0.3 (diff) | |
parent | mailinfo: iconv does not like "latin-1" -- should spell it "latin1" (diff) | |
download | tgif-6ab58895cd951f6f5c96fa432afb122cfeb12746.tar.xz |
GIT 1.0.4
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-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. |