| Age | Commit message (Collapse) | Author |
|
e.g. when it's a detached `HEAD` through checking out a commit rather
than a branch.
|
|
|
|
This overrides user configuration which may do otherwise.
Closes Homebrew/homebrew#41570.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#43506.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Library/Homebrew/test/test_integration_cmds.rb:68: warning: ambiguous first argument; put parentheses or even spaces
|
|
It's been more trouble than it's worth.
Fixes Homebrew/homebrew#43607.
Closes Homebrew/homebrew#43049.
Closes Homebrew/homebrew#43615.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#43473.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
indentation level is gsubbed, change test_undent to reflect change and add test_undent_nested to test new behavior
|
|
If the user's working copy is *not* on the 'master' branch, the revision
recorded after the update to the 'master' branch is not the one of the
updated 'master' branch but that of whatever the user's current branch
is. This tends to be not very helpful.
This change records the revision *after* the update to the 'master'
branch, but *before* switching back to the user's current branch prior
to the update, effectively causing the report to show changes to the
'master' branch.
Closes Homebrew/homebrew#42074.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
HOMEBREW_VERSION doesn't change very often; the repository state is more
interesting.
Closes Homebrew/homebrew#41886.
|
|
|
|
Merge branch 'bottle_hooks'
|
|
add testball_bottle formula for upcoming bottle unit testing, as well
as bottles directory containing test bottle (and symlinks)
|
|
Closes Homebrew/homebrew#43025.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
These are minor perf optimizations.
Closes Homebrew/homebrew#43028.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
Closes Homebrew/homebrew#42998.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#42954.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
Closes Homebrew/homebrew#42976.
|
|
|
|
Closes Homebrew/homebrew#42550.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
Closes Homebrew/homebrew#42409.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#42354.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Fixes Homebrew/homebrew#42147.
Closes Homebrew/homebrew#42205.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes Homebrew/homebrew#42073.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
Closes Homebrew/homebrew#41945.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#42096.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
|
|
|
|
Closes Homebrew/homebrew#41977.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#41973.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
It's deprecated and breaks `brew tests` in no-compat mode.
|
|
Closes Homebrew/homebrew#41890.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
closes Homebrew/homebrew#36068
Closes Homebrew/homebrew#41397.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
libgit2 clients struggle at parsing these otherwise because of how we
set up our ignore rules.
And remove now unneeded formula ignore rule.
Closes Homebrew/homebrew#41593.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Also:
- return to your previous branch after `brew update`.
Closes Homebrew/homebrew#38568.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes Homebrew/homebrew#41372.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
The name of the module is "Env", not "ENV"; this test would fail on a
case-sensitive filesystem.
|
|
|
|
Dependency is another similar, related class and it's super confusing
to have some Requirements that are named *Dependency.
Closes Homebrew/homebrew#38891.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|