Alexey Dobriyan <adobri...@gmail.com>, 9 May 2025 Cum, 23:35 tarihinde şunu yazdı: > > Every time I open Documentation/CodingStyle it says the party moved > somewhere else. :-( >
Hello, I dont understand, this already exists so when you look in Documentation/CodingStyle file it will guide you? $ cat Documentation/CodingStyle This file has moved to process/coding-style.rst $ cat Documentation/process/coding-style.rst This was processed for .rst file. Regards Ozgur > Of course, I forget where it moved to by the next time. > > Signed-off-by: Alexey Dobriyan <adobri...@gmail.com> > --- > Documentation/CodingStyle | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 120000 Documentation/CodingStyle > > diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle > deleted file mode 100644 > index 320983ca114e..000000000000 > --- a/Documentation/CodingStyle > +++ /dev/null > @@ -1 +0,0 @@ > -This file has moved to process/coding-style.rst > diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle > new file mode 120000 > index 000000000000..b4a9864269eb > --- /dev/null > +++ b/Documentation/CodingStyle > @@ -0,0 +1 @@ > +process/coding-style.rst > \ No newline at end of file > -- > 2.49.0 > > > >