I was looking at the github network graphs and had a couple questions.

On the website network graph[1], why might I see the quarks-2-pr-3 branch even though I deleted it with:

 git branch -d quarks-2-pr-3
 git push origin --delete quarks-2-pr-3

On the code network graph[2] for some commits on master, they are linear with relevant comments even though I used merge and Dan's commit process. For some commits like [3] they just have the merge branch 'pr-4' comment on the master branch. I think this is what Luciano was talking about in his email[4] but I didn't fully understand all that. What's the difference in the different types of commits?

Thanks for any answers or insight.

Kathey

[1] https://github.com/apache/incubator-quarks-website/network
[2] https://github.com/apache/incubator-quarks/network
[3] https://github.com/apache/incubator-quarks/commit/c9af34fbb3c60496acef9d030e59132d6946d98b
[4]http://mail-archives.apache.org/mod_mbox/incubator-quarks-dev/201603.mbox/%3CCAGU5spdHs2Zr5oJyaQjis2%3Dg1Ntdhv%2BrAZq75FLoGpmN9JW0ig%40mail.gmail.com%3E

Reply via email to