On Monday 22 January 2007 14:06, Christian MICHON wrote: > One problem I haven't found a solution for though: the date > of commit is wrong, always back to epoch (1970???). I've pushed out a fix for this. Also, t/t5500-fetch-pack.sh passes now all tests. OTOH, git log, git diff, etc, which run the pager by default, are broken. It seems that the pipe is not correctly flushed by the writer, which the MinGW port closes in an atexit() routine, so that the last part of the piped data is missing. I have no clue how to fix this except by disabling the pager. -- Hannes - 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