This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Git won't brew ln #1
Comments
Yes sorry, I made a typo in a regexp and this broke. This is why I am now making lots of tests :) But yes, fixed but not yet pushed. You see ln doesn't link in non executable files from the bin dir, so it's related. |
Just pushed, and it brew install git seems to work on my other machine so pls test and close if fixed, thanks :) |
Working after most recent commits, thanks. |
Requesting close. |
martinploeger
pushed a commit
to martinploeger/homebrew
that referenced
this issue
Oct 8, 2011
Signed-off-by: Adam Vandenberg <[email protected]>
ghost
mentioned this issue
Nov 12, 2011
Closed
Sharpie
referenced
this issue
in Sharpie/homebrew
Sep 12, 2012
From [discount's website][1.6.6]: * version 1.6.6 repairs two defects, one in the markdown compiler and one in `theme`: 1. In `theme`, I needed to take into account the source filename might not have an extension when I'm making the `.html` filename. The old behavior was to look for a dot and put the `.html` after that, but _I didn't check to see if there was actually a dot there_ before appending the `.html`! This did not work out too well if there was no dot. 2. In the markdown parser, I wasn't handling escapes of the open square bracket inside a `[]()` construct. So a link like [foo\[and\]bar](does not work properly!) would not parse because my square bracket matcher would look for an additional `]` to match the `\[` inside the `[]` part. [1.6.6]: http://www.pell.portland.or.us/~orc/Code/discount/#1.6.6 Signed-off-by: Adam Vandenberg <[email protected]>
Sharpie
pushed a commit
to Sharpie/homebrew
that referenced
this issue
Sep 12, 2012
Signed-off-by: Adam Vandenberg <[email protected]>
samueljohn
pushed a commit
to samueljohn/homebrew
that referenced
this issue
Oct 10, 2012
The postgresql 9 data directory is changed from #{var}/postgres to #{var}/postgres9. This change certainly does not provide the capability for multiple versionis to run concurrently, but it does provide some measures to prevent data from being accidentally overwritten or converted to a new version. Closes Homebrew#1. Signed-off-by: Jack Nagel <[email protected]>
adamv
pushed a commit
that referenced
this issue
Oct 23, 2012
Closes #15611. Signed-off-by: Austin Seipp <[email protected]> Closes #15611. Signed-off-by: Adam Vandenberg <[email protected]>
snakeyroc3
referenced
this issue
in snakeyroc3/homebrew
Dec 17, 2012
From [discount's website][1.6.6]: * version 1.6.6 repairs two defects, one in the markdown compiler and one in `theme`: 1. In `theme`, I needed to take into account the source filename might not have an extension when I'm making the `.html` filename. The old behavior was to look for a dot and put the `.html` after that, but _I didn't check to see if there was actually a dot there_ before appending the `.html`! This did not work out too well if there was no dot. 2. In the markdown parser, I wasn't handling escapes of the open square bracket inside a `[]()` construct. So a link like [foo\[and\]bar](does not work properly!) would not parse because my square bracket matcher would look for an additional `]` to match the `\[` inside the `[]` part. [1.6.6]: http://www.pell.portland.or.us/~orc/Code/discount/#1.6.6 Signed-off-by: Adam Vandenberg <[email protected]>
snakeyroc3
pushed a commit
to snakeyroc3/homebrew
that referenced
this issue
Dec 17, 2012
Signed-off-by: Adam Vandenberg <[email protected]>
derekbrokeit
pushed a commit
to derekbrokeit/homebrew
that referenced
this issue
May 30, 2013
Closed
Closed
Closed
Closed
Closed
nathanhruby
pushed a commit
to nathanhruby/homebrew
that referenced
this issue
Mar 27, 2015
fixup review notes
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Brewing Git 1.6.4 with the latest homebrew creates some executables without the x bit set, and doing a "brew ln git" tells me that 166 links were created, but git doesn't show up linked in /usr/local/bin.
The text was updated successfully, but these errors were encountered: