git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] bisect: add support for bisecting bare repositories
@ 2011-08-09  1:21 Jon Seymour
  2011-08-09  1:21 ` [PATCH v2 1/2] bisect: relax requirement for a working tree Jon Seymour
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jon Seymour @ 2011-08-09  1:21 UTC (permalink / raw)
  To: git; +Cc: gitster, chriscool, j6t, jnareb, jrnieder, Jon Seymour

This extension to js/bisect-no-checkout (currently in pu) adds support for bisecting bare repositories.

It does this by relaxing the requirement that git bisect is invoked in a repository with a working tree and by 
defaulting to --no-checkout in the case of a bare repository.

Two tests are included to demonstrate this behaviour.

Revisions
=========
v2:
	Squashed documentation patch into code change patch.
	Simplified test, per Jonathan Nieder.	
v1:
	Initial release.


Jon Seymour (2):
  bisect: relax requirement for a working tree.
  bisect: add tests for bisection on bare repositories

 Documentation/git-bisect.txt |    2 ++
 git-bisect.sh                |    8 ++++++--
 git.c                        |    2 +-
 t/t6030-bisect-porcelain.sh  |   31 +++++++++++++++++++++++++++++++
 4 files changed, 40 insertions(+), 3 deletions(-)

-- 
1.7.6.522.g810f.dirty

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-09  1:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09  1:21 [PATCH v2 0/2] bisect: add support for bisecting bare repositories Jon Seymour
2011-08-09  1:21 ` [PATCH v2 1/2] bisect: relax requirement for a working tree Jon Seymour
2011-08-09  1:21 ` [PATCH v2 2/2] bisect: add tests for bisection on bare repositories Jon Seymour
2011-08-09  1:54 ` [PATCH v2 0/2] bisect: add support for bisecting " Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).