On Sat, Oct 27, 2007 at 03:19:10PM +0700, Nguyễn Thái Ngọc Duy wrote: > > Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> > --- > git.c | 12 ++++++------ > 1 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/git.c b/git.c > index 23a430c..9db40b3 100644 > --- a/git.c > +++ b/git.c > + { "ls-files", cmd_ls_files, RUN_SETUP | NEED_WORK_TREE }, > + { "update-index", cmd_update_index, RUN_SETUP | NEED_WORK_TREE }, At least these two work very fine without a working tree (and I *do* need them to work without a working tree). Mike - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html