Junio C Hamano | 54559c8 | 2006-04-13 07:45:12 | [diff] [blame] | 1 | git-mktree(1) |
| 2 | ============= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-mktree - Build a tree-object from ls-tree formatted text |
| 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
| 11 | 'git-mktree' [-z] |
| 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | Reads standard input in non-recursive `ls-tree` output format, |
| 16 | and creates a tree object. The object name of the tree object |
| 17 | built is written to the standard output. |
| 18 | |
| 19 | OPTIONS |
| 20 | ------- |
| 21 | -z:: |
| 22 | Read the NUL-terminated `ls-tree -z` output instead. |
| 23 | |
| 24 | Author |
| 25 | ------ |
| 26 | Written by Junio C Hamano <junkio@cox.net> |
| 27 | |
| 28 | Documentation |
| 29 | -------------- |
| 30 | Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. |
| 31 | |
| 32 | GIT |
| 33 | --- |
| 34 | Part of the gitlink:git[7] suite |