Bruno Pinto
|
cc7b321268
|
Create omf.update function
Update and install were one thing before.
|
2015-10-14 01:40:45 -03:00 |
|
Bruno Pinto
|
61f71f3ce8
|
Replace omf.update with omf.repo.pull
- Pull repository from origin unless upstream exist.
|
2015-09-06 21:32:26 -03:00 |
|
Bruno Pinto
|
af49d6f1c2
|
Replace omf.util_sync with omf.repo.pull
Based on
https://github.com/Homebrew/homebrew/blob/master/Library/Homebrew/cmd/update.rb#L175-L221
|
2015-09-07 00:11:12 +01:00 |
|
Bruno Pinto
|
20ed43983b
|
Naming functions with omf. namespace.
Having a clear namespace `omf.` improves the readability of the code as
we clarify what is the function name and what is the namespace.
|
2015-08-28 18:24:56 +09:00 |
|