Make the rest of commands work from a subdirectory.
authorJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 08:50:02 +0000 (00:50 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 07:13:02 +0000 (23:13 -0800)
commit53228a5fb8e80f87803e4a3ba8ed25b70fb4871d
tree0097d17996b5c71f3fb386eef354c84ffa3caaf2
parent5a3277133d200151fe526e56e036c933d343958a
Make the rest of commands work from a subdirectory.

These commands are converted to run from a subdirectory.

    commit-tree convert-objects merge-base merge-index mktag
    pack-objects pack-redundant prune-packed read-tree tar-tree
    unpack-file unpack-objects update-server-info write-tree

Signed-off-by: Junio C Hamano <junkio@cox.net>
14 files changed:
commit-tree.c
convert-objects.c
merge-base.c
merge-index.c
mktag.c
pack-objects.c
pack-redundant.c
prune-packed.c
read-tree.c
tar-tree.c
unpack-file.c
unpack-objects.c
update-server-info.c
write-tree.c