On Thu, Dec 2, 2010 at 3:48 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Eugene Sajine <euguess@xxxxxxxxx> writes: > >> I have a strange issue (git v 1.7.3.2). I'm cloning the repository, >> navigating to the folder containing some scripts and performing >> git hash-object <one_of_my_scripts> >> >> Then I'm trying to run: >> >> git log --raw --no-abbrev | grep <resulting SHA1 from previous command> >> >> And i don't see anything. > > Do you see it in the output from "git ls-tree -r HEAD"? > yes. I do see it with your command. git ls-tree -r HEAD | grep <resulting SHA1 from git hash-object> Thanks, Eugene -- 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