auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] [PATCH v3]: Merge /preview/ into top-level


From: Tassilo Horn
Subject: Re: [AUCTeX-devel] [PATCH v3]: Merge /preview/ into top-level
Date: Wed, 03 Dec 2014 14:43:55 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

"Nicolas Richard" <address@hidden> writes:

>> I'd be fine with merging simplify-TeX-parse-error into master (or
>> just applying the diff onto master so that the merge commits don't
>> make it into master's history) now, and then fix bugs there as they
>> are encountered.
>
> See the --squash option to git merge.

Yes, I know.  The question is more like that: I have a branch with some
changes which I want to have published for others to test.  And I want
to incorporate changes from master.

What I did was just "git merge master" in my branch and then push it.
That of course caused many merge commits.

Would it also have been possible to "git rebase master" in my branch and
then push it?  I think that wouldn't work because the HEAD commit (which
actually contains my changes) would get a different parent with every
rebase.  Thus history is modified and I couldn't push my branch except
with --force which would invalidate the branches people have based on my
one.

Is that correct or am I missing something?

Bye,
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]