.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-MKTREE" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-mktree \- Build a tree\-object from ls\-tree formatted text .SH "SYNOPSIS" \fIgit\-mktree\fR [\-z] .SH "DESCRIPTION" Reads standard input in non\-recursive ls\-tree output format, and creates a tree object. The object name of the tree object built is written to the standard output. .SH "OPTIONS" .TP \-z Read the NUL\-terminated ls\-tree \-z output instead. .SH "AUTHOR" Written by Junio C Hamano .SH "DOCUMENTATION" Documentation by Junio C Hamano and the git\-list . .SH "GIT" Part of the \fBgit\fR(7) suite