Re: [RFC PATCH] Documentation: add manpage about workflows

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Santi Béjar
Date: Friday, September 19, 2008 - 5:22 pm

On Thu, Sep 11, 2008 at 5:39 PM, Thomas Rast <trast@student.ethz.ch> wrote:
+++++++++++++++++++++++++++++++++++++++

It should be linked/advertised from other pages (git, tutorial, everyday?)

[...]


I do not agree with this. I don´t much differences between a big patch
and the same patch divided randomly.

To achieve this, try to commit when you are minimally satisfied with
the new code or before large changes. You can always go back and edit
the commits with `git rebase --interactive` to further improve the
history before you publish it, or you could split a big patch as is
explained in gitlink:git-stash.


"Testers" -> 'testers', ...


You mention the next branch but it is not explained.


all development changes


... from the branch 'other' to continue


Do not merge to downstream except with a good reasons:

* API changes that affect you branch
* your branch no longer merges cleanly
* when your branch is way not up-to-date.

And mainly at well-defined points, such as when an upstream release
has been tagged, preferably stable release.


Yes, the main point is that Linus hates it :-)

and one keeps the branch history while the other rewrite it.


I would remove this.

The different actors share their work as:

s/repositor(ies)/repository/

And:

She pull from her (trusted) downstreams, and applies the patches from
the others.


?

Maybe:

* (Trusted) Downstreams act like the Upstreams but publish their
changes in their own repository.

No need to repeat what is explained in the tutorial.


s/tell/inform/




In tutorial.txt. And it applies to everybody (upstream, contributors,...)


In tutorial. I think they are well explained in the tutorial. No need
to repeat it here. You could just mentions the tools and the recipies.


the further restrictions are not only for git-format-patch users.


git rebase <upstream>


as a reader


Santi-
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC PATCH] Documentation: add manpage about workflows, Thomas Rast, (Thu Sep 11, 8:39 am)
[PATCH 0/3] Documentation: rebase and workflows, Thomas Rast, (Sat Sep 13, 9:10 am)
[PATCH 3/3] Documentation: add manpage about workflows, Thomas Rast, (Sat Sep 13, 9:11 am)
Re: [RFC PATCH] Documentation: add manpage about workflows, Santi Béjar, (Fri Sep 19, 5:22 pm)
Re: [RFC PATCH] Documentation: add manpage about workflows, Dmitry Potapov, (Sun Sep 21, 1:26 pm)