AnthonyChiavelli / VisualGit

Graphical, educational python app for working with git repositories
GNU General Public License v3.0
7 stars 2 forks source link

Some commit objects not found in VisualGit repo #4

Open kahmali opened 10 years ago

kahmali commented 10 years ago

When I run the program on our own repo, it can't find a commit object for commit 4624d15774e4d2255667c9cd2a409b377dbc3aa4 that I clearly see existing when i use the git cat-file -p command on the commit object:

tree 897ceaee4f3760f834f7bad814745b327a453f23
parent 0ae4686035f4e0e9417525907691436c323cf08d
author Anthony <AnthonyReid99@gmail.com> 1400527771 -0400
committer Anthony <AnthonyReid99@gmail.com> 1400527771 -0400

Added resource files

Can someone else try running this on a fully updated version of the VisualGit repo on their machine, and report the results?