On Jan 7, 2008 5:52 PM, Johannes Sixt [off-list ref] wrote:
I use the dev branch of gitk (on Windows), commit 476ca63 (gitk: Index
[fnvr]highlights by id rather than row).
1. Start it with:
gitk --all -300
2. Make a commit.
3. Hit F5. Here I see the error message:
Error reading commits:
fatal: bad revision '^-300'
Windows command line does not handles the ^ symbol.
Try open a console with cmd.exe and type
git log HEAD^
Marco