docs: start cleaning up after the conversion from Hg to git

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2014-06-28 12:59:46 +02:00
parent 11a7a4cdcd
commit 3ee0dadd33
2 changed files with 6 additions and 6 deletions

View File

@ -54,12 +54,6 @@ something like:
The SoB line is clearly described in Documentation/SubmittingPatches , section
12, of your favourite Linux kernel source tree.
Add the following to your ~/.hgrc to make Mercurial check for the SoB
line when committing:
[hooks]
pretxncommit.signoff = hg log --template '{desc}\n' -r $HG_NODE \
| grep -qi '^signed-off-by:'
You can also add any of the following lines if applicable:
Acked-by:
Tested-by:

View File

@ -112,6 +112,12 @@ HINTS:
Using Mercurial to hack crosstool-NG |
-------------------------------------+
NOTE: this section was applicable as long as when we were using Mercurial (Hg)
as the DVCS. Now we've switched to git, this section is no longer current. We
keep it as a reference, since it still contains a few useful hints.
Please help rewrite this section. ;-)
Contributed by: Titus von Boxberg
PREREQUISITES: