aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-24 00:16:56 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-24 00:16:56 -0800
commit2414721b194453f058079d897d13c4e377f92dc6 (patch)
treee9ebf15a1e77336196ef11714d962a6f5dfb7197 /Documentation
parent056211053b7516a57ff7a6dd02f503ecef6fca70 (diff)
parent6ab58895cd951f6f5c96fa432afb122cfeb12746 (diff)
downloadgit-2414721b194453f058079d897d13c4e377f92dc6.tar.gz
git-2414721b194453f058079d897d13c4e377f92dc6.tar.xz
Merge fixes up to GIT 1.0.4
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-ls-files.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt
index 2f308ecda..186f3bb57 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.