Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2022-03-12,backup-redmine/2022-04-09,backup-redmine/2022-05-07,backup-redmine/2022-06-11,backup-redmine/2022-08-06,backup-redmine/2022-10-07,backup-redmine/2022-11-14,backup-redmine/2023-01-14,main
commit 025c2944838f91b4e82891f920c189483d00ad9b Author: Sven Eckelmann sven@narfation.org Date: Sun Mar 6 21:19:31 2022 +0000
doc: batman-adv/SubmittingLinux
025c2944838f91b4e82891f920c189483d00ad9b batman-adv/SubmittingLinux.textile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/batman-adv/SubmittingLinux.textile b/batman-adv/SubmittingLinux.textile index 491f7f28..2fca888f 100644 --- a/batman-adv/SubmittingLinux.textile +++ b/batman-adv/SubmittingLinux.textile @@ -128,6 +128,7 @@ The extra stuff which should not be submitted can be identified via:
<pre> git log --stat --oneline "${LM_MASTER}"..rebase -- compat-sources compat-include README.external CHANGELOG Makefile .gitignore .gitattributes compat.h gen-compat-autoconf.sh README +git log -p -SUGLY_HACK "${LM_MASTER}"..rebase </pre>
This can all be cleaned up by using git-rebase and then marking the relevant commits for editing. It may also be a good idea to move patches like "Start-new-development-cycle" to the front @@ -189,6 +190,7 @@ The extra stuff which should not be submitted can be identified via:
<pre> git log --stat --oneline "${LM_MAINT}"..rebase -- compat-sources compat-include README.external CHANGELOG Makefile .gitignore .gitattributes compat.h gen-compat-autoconf.sh README +git log -p -SUGLY_HACK "${LM_MAINT}"..rebase </pre>
This can all be cleaned up by using git-rebase and then marking the relevant commits for editing. It may also be a good idea to move patches like "Start-new-development-cycle" to the front