« Return to Thread: [PATCH] Add libapr-package

Re: [PATCH] Add libapr-package

by Arnout Vandecappelle (Essensium/Mind) :: Rate this Message:

| View in Thread

On Tuesday 17 April 2012 16:35:15 Rico Bachmann wrote:
>
> Add libapr-package
> rename from libapr to apr
> rename all values and arguments from libapr into apr
> change package/Config.in from libapr to apr
> add the other small changes from mailinglist

 Hoi Rico,

 Thanks for your persistence in correcting your patch until it was perfect!

 One last suggestion for next time you make a patch: you can add the log
of the history of your patch directly in the commit message, below a line
with three dashes, like this:

Signed-off-by: Rico Bachmann <bachmann@...>
---
v3: Rename from libapr to apr
v2: ...


 When the patch is applied to git, the part below the --- will be
removed, so you can also add other random comments in there.

 And also, you can add the version number when sending the patch
like this:

git send-email --subject-prefix='PATCH v2' ...


 Regards,
 Arnout


--
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
_______________________________________________
buildroot mailing list
buildroot@...
http://lists.busybox.net/mailman/listinfo/buildroot

 « Return to Thread: [PATCH] Add libapr-package