Skip to content

Commit

Permalink
kernel: resources: Drop Git advises at the end
Browse files Browse the repository at this point in the history
Not very relevant there anymore, and Git is more and more
common/mastered, so we may expect people to find out by themselves the
git rebase -i trick.

Signed-off-by: Miquel Raynal <[email protected]>
  • Loading branch information
miquelraynal committed Apr 26, 2024
1 parent d691af6 commit 72db60c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions slides/kernel-resources-references/kernel-resources-references.tex
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,4 @@ \section{Kernel Resources}
A guide to the kernel development process.
{\scriptsize \url{http://www.static.linuxfound.org/sites/lfcorp/files/How-Participate-Linux-Community_0.pdf}}
\end{itemize}
General advice:
\begin{itemize}
\item Play with \code{git commit --fixup=} and \code{git rebase -i}
\item Send new versions of your changes formatted with \code{git
format-patch}
\begin{itemize}
\item Include a cover letter if you have more than one patch
(\code{--cover-letter})
\item Don't forget to add a changelog and use \code{-vX} to generate
your next iteration
\end{itemize}
\item Don't be discouraged by the feedback you get
\end{itemize}
\end{frame}

0 comments on commit 72db60c

Please sign in to comment.