On Saturday 08 December 2007 16:05, Steffen Prohaska wrote: > I merged mingw/master (bd8d78a1) and pushed the result to > work/merge-mingw (a1e84247) in 4msysgit. > > I disabled testing of git commit --interactive because we do > not yet support Git.pm. > > t7502-commit.sh freezes on "git status -v". I suspect this > is related to the "dup-dance" in wt_status_print_verbose(). > But I'm not sure and have no further idea how to fix this. > When I run "git status -v" from the command line it works. > But if it is run from the test script it freezes.
When I run git-status in the debugger, it freezes, too. It happens at the first printf() after the dup-dance. I don't remember the exact function, though. So, your suspicion is correct, but I don't have a solution, either. -- Hannes
