Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> wrote: > Here is the list (checks are done in with 1.4.2.rc4): > count-objects (always 0 objects, 0 kilobytes) > bisect (fatal: Not a git repository: '.git'. Bad HEAD - I need a symbolic > ref) > describe (fatal: Not a valid object name HEAD) > repack (line 42: cd: .git/objects/pack: No such file or directory. And > it creates a new .git directory in current directory) count-objects and describe work in the current master. repack/bisect/reset and some other commands make only sense from the toplevel directory but anyway I would allow them to be run in a subdirectory and change up to the topdirectory (like git checkout for branch switching). Is there any good reason not to do this? I found it often annoying to go down to the toplevel directory/get a new shell just to reset to HEAD~1. - 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