gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

"Local changes checked in to index but not committed" havnt got right "parent commit" #10

Closed VitekJezek closed 13 years ago

VitekJezek commented 13 years ago

this is just really small "visual bug", and doesnt affect function. But "Local uncommitted changes, not checked in to index" and "Local changes checked in to index but not committed" should have parent as "HEAD", not end of log.

See: Gitk: http://d.pr/eILB Gitv: http://d.pr/7PRh

gregsexton commented 13 years ago

This should be fixed in my latest pushed changes. The 'local changes' nodes should now be in the right place as determined by the HEAD ref. If you don't have this I recommend updating your version of Git.

I should add that my fix doesn't cause 'spurs' as in your screenshot. gitv is really a wrapper around git log and doesn't do any intelligent parsing of the output. To get spurs would require more than just simple regex magic and so has been relegated to the future unfortunately.

Hope this helps though, let me know if you still have any issues.

Thanks,

Greg