X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-write-tree.txt;h=51be44d1f24cb3195fa1784b2f29b7c6f9392708;hb=5773c9f2b28c3af92b7e9c6832536e99ab11cc78;hp=3cf8c934c1f3c2fe504d867fde1190b88f915fc7;hpb=6b7242aa1acc3c7835f80522914ffc4b2e789a29;p=git.git diff --git a/Documentation/git-write-tree.txt b/Documentation/git-write-tree.txt index 3cf8c934..51be44d1 100644 --- a/Documentation/git-write-tree.txt +++ b/Documentation/git-write-tree.txt @@ -1,6 +1,5 @@ git-write-tree(1) ================= -v0.1, May 2005 NAME ---- @@ -20,7 +19,7 @@ The cache must be merged. Conceptually, "git-write-tree" sync()s the current directory cache contents into a set of tree files. In order to have that match what is actually in your directory right -now, you need to have done a "git-update-cache" phase before you did the +now, you need to have done a "git-update-index" phase before you did the "git-write-tree". OPTIONS @@ -39,5 +38,5 @@ Documentation by David Greaves, Junio C Hamano and the git-list