I use git to version control a few files that I keep on a memory stick so I can take them home and work on them during evenings and weekends. At work we use Perforce. However, I have encountered a number of times that after a while slickedit cannot correctly show the history of a file. A git log filename shows all commits, but history in slickedit only shows up to a certain item and no more. If I branch and work from the branch, slickedit correctly shows history for a while. Why this behavior? Do I use git functionality wrongly? Isn't it possible to mix usage of git from command line and inside slickedit?