7 git-write-tree - Creates a tree from the current cache
17 Creates a tree object using the current cache.
19 The cache must be merged.
21 Conceptually, "git-write-tree" sync()s the current directory cache contents
22 into a set of tree files.
23 In order to have that match what is actually in your directory right
24 now, you need to have done a "git-update-cache" phase before you did the
30 Normally "git-write-tree" ensures that the objects referenced by the
31 directory exist in the object database. This option disables this check.
34 ////////////////////////////////////////////////////////////////
36 Producing man pages and html
38 To create a set of html pages run:
39 perl split-docs.pl -html < core-git.txt
41 To create a set of man pages run:
42 perl split-docs.pl -man < core-git.txt
45 ////////////////////////////////////////////////////////////////
48 Written by Linus Torvalds <torvalds@osdl.org>
52 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
56 Part of the link:git.html[git] suite