This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Moving to git


> On Aug 20, 2015, at 4:09 PM, Jason Merrill <jason@redhat.com> wrote:
> 
> On 08/20/2015 02:23 PM, Jeff Law wrote:
>> ...As far as the trunk and release branches, are there any best practices
>> out there that we can draw from?  Obviously doing things like
>> push-rebase-push is bad.  Presumably there's others.
> 
> Absolutely, a non-fast-forward push is anathema for anything other people might be working on.  The git repository already prohibits this; people that want to push-rebase-push their own branches need to delete the branch before pushing again.
> 
> There are many opinions about best practices, but I don't think any of them are enough better than what we already do to justify a change.

Let's make sure the procedures that people are supposed to follow are clearly documented.  I recently went looking for the equivalent in the binutils/gdb project and it doesn't seem to be written down there, though if you ask enough questions on the mailing list you do get some answers.

	paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]