Skip to content

Instantly share code, notes, and snippets.

@georgexsh
Created September 17, 2018 04:40
Show Gist options
  • Select an option

  • Save georgexsh/5e3a616c6c85d93b9c580d36db6bb6c7 to your computer and use it in GitHub Desktop.

Select an option

Save georgexsh/5e3a616c6c85d93b9c580d36db6bb6c7 to your computer and use it in GitHub Desktop.

Revisions

  1. georgexsh created this gist Sep 17, 2018.
    2 changes: 2 additions & 0 deletions # git - 2018-09-17_11-52-37.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    Homebrew build logs for git on macOS 10.13.6
    Build date: 2018-09-17 11:52:37
    21 changes: 21 additions & 0 deletions 00.config.out
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    HOMEBREW_VERSION: 1.7.4-65-g2d8d412
    ORIGIN: https://github.com/Homebrew/brew.git
    HEAD: 2d8d412cd432f45dcb08d480e7cb721b00113549
    Last commit: 5 hours ago
    Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
    Core tap HEAD: 29c4cf3cea69b416a6cfd118312e937f753cece8
    Core tap last commit: 3 hours ago
    HOMEBREW_PREFIX: /usr/local
    HOMEBREW_DEV_CMD_RUN: 1
    HOMEBREW_GIT: git
    HOMEBREW_NO_ANALYTICS_THIS_RUN: 1
    CPU: quad-core 64-bit broadwell
    Homebrew Ruby: 2.3.7 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby
    Clang: 9.1 build 902
    Git: 2.19.0 => /usr/local/bin/git
    Curl: 7.54.0 => /usr/bin/curl
    Java: 1.8.0_72
    macOS: 10.13.6-x86_64
    CLT: 9.4.1.0.1.1528165917
    Xcode: 9.4.1
    XQuartz: 2.7.11 => /opt/X11
    24 changes: 24 additions & 0 deletions 00.doctor.out
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    Please note that these warnings are just used to help the Homebrew maintainers
    with debugging if you file an issue. If everything you use Homebrew for is
    working fine: please don't worry or file an issue; just ignore this. Thanks!

    Warning: Unbrewed dylibs were found in /usr/local/lib.
    If you didn't put them there on purpose they could cause problems when
    building Homebrew formulae, and may need to be deleted.

    Unexpected dylibs:
    /usr/local/lib/libwkhtmltox.0.12.5.dylib

    Warning: Unbrewed header files were found in /usr/local/include.
    If you didn't put them there on purpose they could cause problems when
    building Homebrew formulae, and may need to be deleted.

    Unexpected header files:
    /usr/local/include/wkhtmltox/image.h
    /usr/local/include/wkhtmltox/pdf.h

    Warning: Broken symlinks were found. Remove them with `brew prune`:
    /usr/local/bin/docker-credential-osxkeychain.backup
    /usr/local/bin/hyperkit.backup
    /usr/local/bin/notary.backup
    /usr/local/bin/vpnkit.backup
    1 change: 1 addition & 0 deletions 00.options.out
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    git
    1,469 changes: 1,469 additions & 0 deletions 01.make
    1,469 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
    1,624 changes: 1,624 additions & 0 deletions 01.make.cc
    1,624 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
    9 changes: 9 additions & 0 deletions 02.make
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    2018-09-17 11:52:34 +0800

    make
    CC=clang
    CFLAGS=
    LDFLAGS=

    clang -c git-credential-osxkeychain.c
    clang -o git-credential-osxkeychain git-credential-osxkeychain.o -Wl,-framework -Wl,Security
    8 changes: 8 additions & 0 deletions 02.make.cc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    clang called with: -c git-credential-osxkeychain.c
    superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
    superenv executed: clang -pipe -w -Os -march=native -c git-credential-osxkeychain.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include

    clang called with: -o git-credential-osxkeychain git-credential-osxkeychain.o -Wl,-framework -Wl,Security
    superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
    superenv executed: clang -pipe -w -Os -march=native -o git-credential-osxkeychain git-credential-osxkeychain.o -Wl,-framework -Wl,Security -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names

    6 changes: 6 additions & 0 deletions 03.make
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    2018-09-17 11:52:35 +0800

    make
    clean

    rm -f git-credential-osxkeychain git-credential-osxkeychain.o
    7 changes: 7 additions & 0 deletions 04.make
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    2018-09-17 11:52:36 +0800

    make

    cat shebang.perl DiffHighlight.pm diff-highlight.perl >diff-highlight+
    chmod +x diff-highlight+
    mv diff-highlight+ diff-highlight
    28 changes: 28 additions & 0 deletions 05.make
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    2018-09-17 11:52:36 +0800

    make
    test

    ./t-git-credential-netrc.sh
    ok 1 - set up test repository
    # run 1: git-credential-netrc (perl /private/tmp/git-20180917-4239-guaa9o/git-2.19.0/t/../contrib/credential/netrc/test.pl)
    ok 2 - Got 0 keys from insecure file
    ok 3 - Got 0 keys from missing file
    ok 4 - Got first found keys with bad data
    ok 5 - Got no corovamilkbar keys
    ok 6 - Got 2 Github keys
    ok 7 - Got correct Github password
    ok 8 - Got correct Github username
    ok 9 - Got 2 username-specific keys
    ok 10 - Got correct user-specific password
    ok 11 - Got correct user-specific protocol
    ok 12 - Got 2 host:port-specific keys
    ok 13 - Got correct host:port-specific password
    ok 14 - Got correct host:port-specific username
    ok 15 - Got 2 'host:port kills host' keys
    ok 16 - Got correct 'host:port kills host' password
    ok 17 - Got correct 'host:port kills host' username
    ok 18 - Got keys decrypted by git config option
    ok 19 - Got keys decrypted by command option
    1..19
    # test_external test git-credential-netrc was ok
    11 changes: 11 additions & 0 deletions 06.make
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    2018-09-17 11:52:37 +0800

    make
    CC=clang
    CFLAGS=
    LDFLAGS=

    /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../ GIT-VERSION-FILE
    make[1]: `GIT-VERSION-FILE' is up to date.
    sed -e '1s|#!.*/sh|#!/bin/sh|' git-subtree.sh >git-subtree
    chmod +x git-subtree
    4 changes: 4 additions & 0 deletions 06.make.cc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    clang called with: -c -MF /dev/null -MQ /dev/null -MMD -MP -x c /dev/null -o /dev/null
    superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
    superenv executed: clang -pipe -w -Os -march=native -c -MF /dev/null -MQ /dev/null -MMD -MP -x c /dev/null -o /dev/null -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include