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 MarkStruberg:
http://wiki.apache.org/couchdb/Git_At_Apache_Guide?action=diff&rev1=12&rev2=13
We need to apply some hooks to the GIT repos to prevent the user from changing a few things.
1. It must not be possible to change the history of a project or delete certain branches.
Any sha1 in master or any productive branch must not be allowed to get changed!
- 1. git-rebase, git-stash and stashing via git-rebase -i is only allowed if the history
of external contributions remains preserved.
+ 1. git-rebase, git-stash and stashing via git-merge --interactive is only allowed if the
history of external contributions remains preserved.
== Social Aspects ==
1. Pulling from some external (non apache.org hosted) repository must only happen if all
the respective commits are done by a person which has an iCLA on file.
|