<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">[Victor Stinner <span dir="ltr"><<a href="mailto:vstinner@redhat.com" target="_blank">vstinner@redhat.com</a>></span>]</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">...<br>
In short, the feature commit + fix the commit became a single commit :-)<br></blockquote><div><br>I'd give a lot of weight to that - if I cared about counting commits at all, which I don't ;-)<br><br>I just recently learned enough about git and github to get my feet wet again.  My first patch was to add some patterns to cpython's .gitignore to stop worrying about garbage files unique to the editors I use (C.tom and *.bak).<br><br>So I made a branch, created a push/pull/whatever_it's_called, and a reviewer noted there was a better way to get what I was after (a local git-ignore file that would apply to _all_ things I use git for).<br><br>So I closed the proposed change unmerged and deleted the branch.</div><div><br></div><div>In the old days, I would have just committed it, and then later reverted the change after someone educated me.<br><br>So the github workflow is responsible for reducing my master commits 100%, from 2 to 0 so far ;-)<br><br>And I think that's a good thing.<br><br></div></div></div></div>