On Thu, Jul 01, 2010 at 03:09:58PM +0000, Ævar Arnfjörð Bjarmason wrote: > diff --git a/t/README b/t/README > index b378ab1..fd61ec7 100644 > --- a/t/README > +++ b/t/README > @@ -221,9 +221,10 @@ This test harness library does the following things: > - If the script is invoked with command line argument --help > (or -h), it shows the test_description and exits. > > - - Creates an empty test directory with an empty .git/objects > - database and chdir(2) into it. This directory is 't/trash directory' > - if you must know, but I do not think you care. > + - Creates an empty test directory with an empty .git/objects database > + and chdir(2) into it. This directory is 't/trash > + directory.$test_name_without_dotsh' if you must know, but I do not > + think you care. You might want to mention the impact of "--root" here. I.e., it is actually "$root${root:+/}trash directory.$test_name_without_dotsh", and it is in t/ only if $root is not an absolute path. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html