Skip to content

Instantly share code, notes, and snippets.

==> Downloading http://kernel.org/pub/software/scm/git/git-1.7.3.1.tar.bz2
File already downloaded and cached to /Users/pbiggar/Library/Caches/Homebrew
==> make prefix=/usr/local/Cellar/git/1.7.3.1 install
GIT_VERSION = 1.7.3.1
* new build flags or prefix
rm -f git-am git-am+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's/@@GIT_VERSION@@/1.7.3.1/g' -e 's/@@NO_CURL@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' git-am.sh >git-am+ && \
chmod +x git-am+ && \
mv git-am+ git-am
rm -f git-bisect git-bisect+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's/@@GIT_VERSION@@/1.7.3.1/g' -e 's/@@NO_CURL@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' git-bisect.sh >git-bisect+ && \
chmod +x git-bisect+ && \