diff options
author | Junio C Hamano <junkio@cox.net> | 2006-02-20 21:50:01 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-21 00:50:05 -0800 |
commit | 83f50539a9b1f18ccf0a4e1b84169eb4a24b3ea4 (patch) | |
tree | 4b54da23a2d96c75bf272ab66e015ea756af684c /Makefile | |
parent | 8cf828b43c3c1ee6d85622d155a1b0639842f66a (diff) | |
download | git-83f50539a9b1f18ccf0a4e1b84169eb4a24b3ea4.tar.gz git-83f50539a9b1f18ccf0a4e1b84169eb4a24b3ea4.tar.xz |
git-mktree: reverse of git-ls-tree.
This reads data in the format a (non recursive) ls-tree outputs
and writes a tree object to the object database. The created
tree object name is output to the standard output.
For convenience, the input data does not need to be sorted; the
command sorts the input lines internally.
By request from Tommi Virtanen.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ PROGRAMS = \ git-diff-tree$X git-fetch-pack$X git-fsck-objects$X \ git-hash-object$X git-index-pack$X git-init-db$X \ git-local-fetch$X git-ls-files$X git-ls-tree$X git-merge-base$X \ - git-merge-index$X git-mktag$X git-pack-objects$X git-patch-id$X \ + git-merge-index$X git-mktag$X git-mktree$X git-pack-objects$X git-patch-id$X \ git-peek-remote$X git-prune-packed$X git-read-tree$X \ git-receive-pack$X git-rev-list$X git-rev-parse$X \ git-send-pack$X git-show-branch$X git-shell$X \ |