fpull: Show diffstat
It isn't shown by default with rebase, but it's pretty useful.
This commit is contained in:
parent
fc53b905be
commit
a69a070c27
@ -6012,7 +6012,7 @@ game.__doc__ = game_help
|
|||||||
def fpull(cli, nick, chan, rest):
|
def fpull(cli, nick, chan, rest):
|
||||||
"""Pulls from the repository to update the bot."""
|
"""Pulls from the repository to update the bot."""
|
||||||
|
|
||||||
args = ["git", "pull", "--rebase=preserve"]
|
args = ["git", "pull", "--stat", "--rebase=preserve"]
|
||||||
|
|
||||||
if rest:
|
if rest:
|
||||||
args += rest.split(" ")
|
args += rest.split(" ")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user