• M
    Propagate global git arguments to Before/After chains · d8973922
    Mislav Marohnić 提交于
    This fixes `hub -C mydir merge <URL>` and other commands that might be
    invoked with git global arguments by ensuring that those global
    arguments are also fowarded to any accompanying `git` commands within
    `Before()` and `After()` chains.
    d8973922
args.go 4.7 KB