Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 237649 Details for
Bug 327063
git.eclass: doesnt stop properly when checkout failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for git.eclass
0001-eclass-git.eclass-aborting-when-checkout-failed.patch (text/plain), 698 bytes, created by
Enrico 'nekrad' Weigelt
on 2010-07-05 22:28:45 UTC
(
hide
)
Description:
fix for git.eclass
Filename:
MIME Type:
Creator:
Enrico 'nekrad' Weigelt
Created:
2010-07-05 22:28:45 UTC
Size:
698 bytes
patch
obsolete
>From 0d4ac16c7419492f71dbedd777e917003fb072c2 Mon Sep 17 00:00:00 2001 >From: root <root@excalibur.metux.de> >Date: Tue, 6 Jul 2010 00:19:32 +0200 >Subject: [PATCH] eclass/git.eclass: aborting when checkout failed > >--- > eclass/git.eclass | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/eclass/git.eclass b/eclass/git.eclass >index bb6af78..1174c44 100644 >--- a/eclass/git.eclass >+++ b/eclass/git.eclass >@@ -181,7 +181,7 @@ git_branch() { > src=${EGIT_COMMIT} > fi > debug-print "git checkout -b ${branchname} ${src}" >- git checkout -b ${branchname} ${src} &> /dev/null >+ git checkout -b ${branchname} ${src} || die "failed to checkout" > > unset branchname src > } >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 327063
: 237649