aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/log.rb
AgeCommit message (Collapse)Author
2018-01-15Revert "Use Homebrew's gitconfig for various commands"ilovezfs
2018-01-11Use Homebrew's gitconfig for various commandsMike McQuaid
Git is a transport and storage mechanism for us so we don't want to allow arbitrary customisation of this due to user issues e.g. #3664 and #3561. Fixes #3664.
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-03-20cmd/log: improve output messaging.Mike McQuaid
This wasn’t adapted to the new, multiple repository world.
2017-02-12log: follow renames.Mike McQuaid
Now that we can rename formulae this makes this command more useful for viewing longer histories.
2016-10-02Remove `private_class_method` from commands.Markus Reiter
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-11cmd/log: fix Rubocop warnings.Mike McQuaid
2016-08-17Fix minor issues in command help text formattingMartin Afanasjew
- Inconsistent or unneeded indentation - Missing or superfluous empty lines - Missing or wrongly formatted arguments in command summary - Missing punctuation
2016-04-10Add all the top level commentsMax Nordlund
2015-11-23brew-log: warn if shallow cloneBaptiste Fontaine
Closes Homebrew/homebrew#46283. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-05-08add Formulary::path methodXu Cheng
This is a little code refactoring splited from Homebrew/homebrew#36753 The idea is to eliminate `Formula#path` outside of `formulary.rb`. And I indent to deprecate `Formula#path` method when I reimplement symlink free tap function. Closes Homebrew/homebrew#39313.
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-04-06Remove now unnecessary realpath callsJack Nagel
2014-02-28Use Formula.pathJack Nagel
2013-05-23Allow brew log on deleted formulae.Adam Vandenberg
Closes Homebrew/homebrew#19995.
2012-08-05`brew log` works with Tapped formulaMax Howell
Fixes Homebrew/homebrew#12446.
2011-03-12Fix 'brew log -p foo'.Adam Vandenberg
2011-03-12Fix `brew log foo`Max Howell
2011-03-12Refactor the brew command into one file per commandMax Howell
The code was sucking. To the extent that maintenance was hard. It's a lot easier to work with code that is sensibly split at sensible boundaries. So now it is more like that. But the refactor is minimal. Because we don't want you to have more merge hell than absolutely necessary. If you merge you will need to pay attention to brew.h.rb (as it is deleted) and bin/brew (as command logic is gone). It will be painful, but you will just have to help git out by moving any changes around manually. Note compatibility.rb. It ensures that any function renames or removals don't break anything. We're pretty serious about backwards compatibility. And that's because we encourage you to hack around with the innards. And we couldn't do that if we would then just make stuff disappear behind your back.