aboutsummaryrefslogtreecommitdiff
path: root/builtin-read-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-05 23:44:23 -0800
committerJunio C Hamano <junkio@cox.net>2006-12-05 23:44:23 -0800
commit22f741dab7cc93f00f7cf96cd65d7481677cd855 (patch)
treeb3b7a79303adbef3aa466dcbaa5cef9a1f48f318 /builtin-read-tree.c
parent1127148089234a6f84754f2f0ec36cbbcae06fa9 (diff)
downloadgit-22f741dab7cc93f00f7cf96cd65d7481677cd855.tar.gz
git-22f741dab7cc93f00f7cf96cd65d7481677cd855.tar.xz
read-tree: document --exclude-per-directory
This documents the new option to read-tree that is used for the improved "branch switching" code. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-read-tree.c')
-rw-r--r--builtin-read-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-read-tree.c b/builtin-read-tree.c
index 3f6cae36c..8ba436dba 100644
--- a/builtin-read-tree.c
+++ b/builtin-read-tree.c
@@ -85,7 +85,7 @@ static void prime_cache_tree(void)
}
-static const char read_tree_usage[] = "git-read-tree (<sha> | [[-m [--aggressive] | --reset | --prefix=<prefix>] [-u | -i]] <sha1> [<sha2> [<sha3>]])";
+static const char read_tree_usage[] = "git-read-tree (<sha> | [[-m [--aggressive] | --reset | --prefix=<prefix>] [-u | -i]] [--exclude-per-directory=<gitignore>] <sha1> [<sha2> [<sha3>]])";
static struct lock_file lock_file;