| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-02 | git: check homebrew/core existence before installing brewed git | Xu Cheng | |
| 2016-03-21 | utils/git: various improvement | Xu Cheng | |
| * Use `ENV/scm/git` to check whether git is installed. * Use `brew install git` to enforce pre-install checks such as sudo check. | |||
| 2015-12-26 | Revert "minor perf improvements" | Baptiste Fontaine | |
| This reverts commit 16a2a8274a7808e63a6c78475e12a7c0ef5812ef. | |||
| 2015-12-26 | minor perf improvements | Baptiste Fontaine | |
| Closes Homebrew/homebrew#47224. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-09-09 | FormulaInstaller: reset git_available? when installing git | Xu Cheng | |
| Closes Homebrew/homebrew#43693 Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-09 | doctor: use Utils.git_available? instead of git? | Xu Cheng | |
| 2015-09-09 | git_available?: cache the result | Xu Cheng | |
| 2015-09-02 | add git utils | Xu Cheng | |
| Two methods: * `Utils.git_available?` checks whether git is installed. * `Utils.ensure_git_installed!` installs git for users who don't install Xcode or CLT. | |||
| 2015-08-29 | More API documentation. | Mike McQuaid | |
| And remove the documented stuff from the `example-formula.rb`. Closes Homebrew/homebrew#43241. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-12 | Close the socket after sending the file descriptor to the child | Jack Nagel | |
| Fixes Homebrew/homebrew#39691. | |||
| 2015-04-28 | The forked build process should never run at_exit handlers | Jack Nagel | |
| We don't use at_exit anywhere that matters, but the test framework does. | |||
| 2015-04-25 | Keep subprocess code inside begin block | Jack Nagel | |
| 2015-04-25 | Clean up socket and filesystem resources separately | Jack Nagel | |
| 2015-04-15 | move safe_fork into a standalone method | Xu Cheng | |
| 2014-09-28 | Make inreplace errors fatal | Jack Nagel | |
| Closes Homebrew/homebrew#32649. Closes Homebrew/homebrew#32703. | |||
| 2014-07-11 | Read if no block is passed to Utils.popen_read | Jack Nagel | |
| 2014-07-05 | Add popen wrapper that does not invoke the shell | Jack Nagel | |
| 2014-06-18 | Expose inreplace as a class method | Jack Nagel | |
| 2014-03-26 | Replace files atomically in inreplace | Jack Nagel | |
| 2014-03-26 | Drop intermediate variable | Jack Nagel | |
| 2013-11-12 | inreplace: odie for Homebrew developers. | Mike McQuaid | |
| 2013-09-17 | inreplace: Open the file as binary | Shaun Jackman | |
| Closes Homebrew/homebrew#22628. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-08-17 | let inreplace take a symbol | Jason Whittle | |
| As discussed in https://github.com/mxcl/homebrew/pull/21936 Closes Homebrew/homebrew#21942. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-07-12 | Move inreplace off of Object | Jack Nagel | |
| Closes Homebrew/homebrew#21163. | |||
| 2013-06-22 | Use OkJson directly | Jack Nagel | |
| 2013-06-22 | Add Utils::JSON to wrap the JSON implementation | Jack Nagel | |
