I notice that tortoisegit will push a patch and not present a way to sign it off before pushing, and not even show the patch as part of what's being pushed.<br><br><div class="gmail_quote">On Fri, Oct 23, 2009 at 2:38 PM, Homer Horwitz <span dir="ltr"><<a href="mailto:homerhorwitz@googlemail.com">homerhorwitz@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Teravus Ovares wrote:<br>
> Just a note, git keeps track of who pushed the commit.   You can see<br>
> this information in viewgit.   I'm sure native git has a way of<br>
> pulling this information up..   but I don't know it :D<br>
<br>
</div>You can show author and committer via command line with<br>
  git log --pretty=full<br>
(or even --pretty=fuller)<br>
<br>
gitk shows it, too.<br>
<br>
Cheers,<br>
<font color="#888888">  Homer<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
</div></div></blockquote></div><br>