aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/unpack.rb
AgeCommit message (Collapse)Author
2018-02-09Format identifiers in oh1Chayoung You
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-04-02Document all short flags.Mike McQuaid
2017-02-25Update brew's man page formatting and grammarEricFromCanada
Also update command specifications to match descriptions.
2016-11-03Correct a few typosMandar Gokhale
...and update man pages where applicable
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-11cmd/unpack: fix Rubocop warnings.Mike McQuaid
2016-04-10Add all the top level commentsMax Nordlund
2016-01-15unpack: preserve file attributes like mtimeXu Cheng
Closes Homebrew/homebrew#48068. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-29unpack: use Formula#full_nameXu Cheng
2015-04-24Fix `brew unpack --patch`enami tsugutomo
Applying patches in `brew unpack` was broken since b76e26c9cf1f ("Decouple applying patches from staging the source"). Closes Homebrew/homebrew#38997. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-25unpack: expand destdir in case a relative path is givenJack Nagel
Fixes Homebrew/homebrew#38067.
2014-11-03Add ARGV.git?Jack Nagel
2014-07-29Remove patch hacks from unpackJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-05-17Move brew-unpack to coreJack Nagel