From 0cf20e74e3a4e626f3757e99554a16e21fa5a1b7 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 17 Feb 2021 19:28:34 +0100 Subject: Add git pr alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index a4f6125..5f9b3f1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -30,6 +30,7 @@ gofmt = codereview gofmt mail = codereview mail -trust pending = codereview pending + pr = "!f() { git fetch -fu ${2:-$(git remote |grep ^upstream || echo origin)} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f" submit = codereview submit sync = codereview sync today = commit --amend --date=now --no-edit -- cgit v1.2.3-54-g00ecf t Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2016-07-25 21:30:09 -0700
committerScott Wood <oss@buserror.net>2016-09-24 23:59:41 -0500
commit93c4ea38a19815d59f2f2afe8414ba27288b8b70 (patch)
tree661b4b3235e876933b1b55220e4e5fdf35265f81 /arch/powerpc/platforms
parentddc6cd0d70a6f958b2c01758ee53279d36db2234 (diff)
powerpc/mpc85xx_mds: Select PHYLIB only if NETDEVICES is enabled
PHYLIB depends on NETDEVICES, so to avoid unmet dependencies warning from Kconfig it needs to be selected conditionally. Also add checks if PHYLIB is built-in to avoid undefined references to PHYLIB's symbols. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/platforms')