From: Michael Poole <mdpoole@troilus.org>
To: John Tapsell <johnflux@gmail.com>
Cc: Git List <git@vger.kernel.org>
Subject: Re: Groups of commits
Date: Tue, 27 Apr 2010 22:15:05 -0400 [thread overview]
Message-ID: <87sk6ge312.fsf@troilus.org> (raw)
In-Reply-To: <j2u43d8ce651004271859t8f306261n330004142a42b6df@mail.gmail.com> (John Tapsell's message of "Wed, 28 Apr 2010 10:59:44 +0900")
John Tapsell writes:
> Hi all,
>
> In my work place, we have a lot of strict rules to get something
> committed. The code has to pass against a large test suite, it has to
> be tested on different hardware, and so on.
>
> The problem is that it forces everyone to have one single large
> commit for a week's work. All the intermediate stages get squashed
> and that history forever lost.
>
> It would be nice to have a commit in the repository, treated as a
> single commit for all purposes, but then be able to split it into
> multiple commits if necessary.
>
> Any ideas?
Isn't that what topic branches are for? When development is done on a
short-lived branch (hopefully one with a descriptive name), the only
commit that needs to go through that process is the merge onto the
integration branch.
Michael Poole
next prev parent reply other threads:[~2010-04-28 2:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-28 1:59 Groups of commits John Tapsell
2010-04-28 2:14 ` Jeff King
2010-04-28 2:15 ` Michael Poole [this message]
2010-04-28 5:25 ` Tay Ray Chuan
2010-04-28 8:05 ` Alex Riesen
2010-04-28 12:46 ` Avery Pennarun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sk6ge312.fsf@troilus.org \
--to=mdpoole@troilus.org \
--cc=git@vger.kernel.org \
--cc=johnflux@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.