diff options
author | Jon Seymour <jon.seymour@gmail.com> | 2011-08-04 22:01:01 +1000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-04 15:35:30 -0700 |
commit | 4796e823a3d24d29dbcccfda166d6c88051cbfaa (patch) | |
tree | 198c7e48fae09ac601d01d13ba353a97a957b9c2 /http-fetch.c | |
parent | bisect: introduce support for --no-checkout option. (diff) | |
download | tgif-4796e823a3d24d29dbcccfda166d6c88051cbfaa.tar.xz |
bisect: introduce --no-checkout support into porcelain.
git-bisect can now perform bisection of a history without performing
a checkout at each stage of the bisection process. Instead, HEAD is updated.
One use-case for this function is allow git bisect to be used with
damaged repositories where git checkout would fail because the tree
referenced by the commit is damaged.
It can also be used in other cases where actual checkout of the tree
is not required to progress the bisection.
Improved-by: Christian Couder <chriscool@tuxfamily.org>
Improved-by: Junio C Hamano <gitster@pobox.com>
Improved-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http-fetch.c')
0 files changed, 0 insertions, 0 deletions