From: Xinliang Liu Date: Tue, 14 Sep 2021 01:20:32 +0000 (+0000) Subject: LU-15182 git: Add .gitreview file X-Git-Tag: 2.14.56~26 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=b0db02d74458959845566e354e4e75359bf5ef00;ds=sidebyside LU-15182 git: Add .gitreview file Add .gitreview file, so that we can use "git review -s" to setup remote push url and use "git review" to send patch for review. Git review cmd is a very convenient tool to push, review for Gerrit review system. See more details here: https://docs.opendev.org/opendev/git-review/latest/usage.html Test-Parameters: trivial Change-Id: Ic8223bdfcb7a696328f921159a63d625359e45a6 Signed-off-by: Xinliang Liu Reviewed-on: https://review.whamcloud.com/44907 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..47237be --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=review.whamcloud.com +port=29418 +project=fs/lustre-release.git +defaultbranch=master