diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-16 23:27:52 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-17 11:57:50 -0700 |
commit | 50d69ef4f59756195172721e5f25a9dc28e891ca (patch) | |
tree | 45b407ae836c659d3b807707b3fc4ed7af192bab /t/t1001-read-tree-m-2way.sh | |
parent | 5a90d4ac1ab4d7700595e415e3a2062ecb378523 (diff) | |
download | git-50d69ef4f59756195172721e5f25a9dc28e891ca.tar.gz git-50d69ef4f59756195172721e5f25a9dc28e891ca.tar.xz |
Fix typo in test comment.
I do not know why it was spelled git-rev-tree when I meant to say
git-read-tree, but the typo was left since day one.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t1001-read-tree-m-2way.sh')
-rwxr-xr-x | t/t1001-read-tree-m-2way.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1001-read-tree-m-2way.sh b/t/t1001-read-tree-m-2way.sh index 5b69681c5..d0ed24275 100755 --- a/t/t1001-read-tree-m-2way.sh +++ b/t/t1001-read-tree-m-2way.sh @@ -11,7 +11,7 @@ There is the head (called H) and another commit (called M), which is simply ahead of H. The index and the work tree contains a state that is derived from H, but may also have local changes. This test checks all the combinations described in the two-tree merge "carry forward" -rules, found in <Documentation/git-rev-tree.txt>. +rules, found in <Documentation/git-read-tree.txt>. In the test, these paths are used: bozbar - in H, stays in M, modified from bozbar to gnusto |