On Tue, 2 Oct 2007, Dan Zwell wrote: > > I bisected twice to be sure, and have CC'd Martin Waitz on this (the issue is > that some of my changes in a local repo are not being displayed by git-diff, > either before or after they are committed, but git-status, git-whatchanged, > and git-diff-tree all see that changes have been committed, and git-diff-files > does see uncommitted changes). > > e88ee2915493213ea0d0be64c542c090fefd4b33 is first bad commit You most likely have a very buggy "less". Try this: echo hello | less -FRSX on the command line. Do you see the "hello"? (The above is assuming you haven't set GIT_PAGER, PAGER or the LESS variables manually to something else) Linus - 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