Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 930992
Collapse All | Expand All

(-)a/lib/portage/sync/modules/git/git.py (-1 / +1 lines)
Lines 606-611 class GitSync(NewBase): Link Here
606
        if self.bin_command is None:
606
        if self.bin_command is None:
607
            # return quietly so that we don't pollute emerge --info output
607
            # return quietly so that we don't pollute emerge --info output
608
            return (1, False)
608
            return (1, False)
609
        self.add_safe_directory()
609
        rev_cmd = [self.bin_command, "rev-list", "--max-count=1", "HEAD"]
610
        rev_cmd = [self.bin_command, "rev-list", "--max-count=1", "HEAD"]
610
        try:
611
        try:
611
            ret = (
612
            ret = (
612
- 

Return to bug 930992