Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Git_At_Apache_Guide" page has been changed by RandallLeeds: http://wiki.apache.org/couchdb/Git_At_Apache_Guide?action=diff&rev1=33&rev2=34 Comment: add unresolved issues section <<Include(GitJiraIntegration)>> + === Unresolved Issues === + + When merging pull requests from GitHub, a merging practice which preserves authorship, minimizes history noise, and automatically closes the pull request issue would be ideal. Currently, no such flow is possible. Currently, either the contributor must close and re-issue a pull request in response to code review or the resulting merge has the "noise" of the post-review commits. Since we disallow merge commits as a policy, the pull request is not automatically closed. The committer should be able to close the pull request by stating so with the magic commit message commands (such as "fix #124"), but must take care if she wishes to make her commits in a way that preserves the original author information. +
