Documentation: read-tree --aggressive
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -706,7 +706,7 @@ static int read_cache_unmerged(void)
|
||||
return deleted;
|
||||
}
|
||||
|
||||
static const char read_tree_usage[] = "git-read-tree (<sha> | -m [-u | -i] <sha1> [<sha2> [<sha3>]])";
|
||||
static const char read_tree_usage[] = "git-read-tree (<sha> | -m [--aggressive] [-u | -i] <sha1> [<sha2> [<sha3>]])";
|
||||
|
||||
static struct cache_file cache_file;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user