Getting the information of squashed commits in Git

I squash some commits in Git using git rebase -i origin/master as mentioned in ReinH.com.

After squashing some commits, is there a way to see the original commits? Is it possible to get "diff" of the commits? Can I get the SHA?

If it's possible, is that still possible after running git gc?

21
задан TK. 29 August 2010 в 12:36
поделиться