From 22f6dbb9340b6ae5acc94422cfe65414e1b40b6d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 20 Feb 2021 21:07:35 +0100 Subject: .gitconfig: globally set fetch.prune = true --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 5f9b3f1..84b1e32 100644 --- a/.gitconfig +++ b/.gitconfig @@ -48,6 +48,9 @@ [color "diff"] whitespace = red reverse +[fetch] + prune = true + [push] default = matching -- cgit v1.2.3-54-g00ecf ref='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Mintz <Yuval.Mintz@qlogic.com>2016-06-03 14:35:33 +0300
committerDavid S. Miller <davem@davemloft.net>2016-06-03 20:08:39 -0400
commit7a9b6b8f6e4c52b31830d32570c2a226e27651f9 (patch)
tree1fe9ddf621b4232d5e2fa3a82fbcdab974f668e9 /include/linux/qed/tcp_common.h
parenta91eb52abb504a1dd3248a5d07b54e7f95d5fcf1 (diff)
qed: Add common HSI for new protocols
This adds the qed portion of the RoCE & iSCSI firmware HSI, as well as adding several new common HSI files which would be required by both qed and qed* protocols. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/qed/tcp_common.h')