Attached is a style patch. Feel free to ack or nack, it's just a readability improvement.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/21/2013 05:28 AM, Jakub Hrozek wrote:
Attached is a style patch. Feel free to ack or nack, it's just a readability improvement.
Ack. I agree, out-of-tree headers should be using <>
A fair number of these are pointing at the ding-libs headers, which once upon a time were in-tree, so I guess that excuses them somewhat.
On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/21/2013 05:28 AM, Jakub Hrozek wrote:
Attached is a style patch. Feel free to ack or nack, it's just a readability improvement.
Ack. I agree, out-of-tree headers should be using <>
A fair number of these are pointing at the ding-libs headers, which once upon a time were in-tree, so I guess that excuses them somewhat.
Pushed to master.
On (22/10/13 09:17), Jakub Hrozek wrote:
On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/21/2013 05:28 AM, Jakub Hrozek wrote:
Attached is a style patch. Feel free to ack or nack, it's just a readability improvement.
Ack. I agree, out-of-tree headers should be using <>
A fair number of these are pointing at the ding-libs headers, which once upon a time were in-tree, so I guess that excuses them somewhat.
Pushed to master.
I should do review earlier.
{dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, but there are few issues with anoter header files in current master.
git grep "dhash.h" src/ldb_modules/memberof.c:#include "dhash.h" src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" src/responder/nss/nsssrv_private.h:#include "dhash.h" src/tests/cmocka/test_find_uid.c:#include "dhash.h" src/util/find_uid.c:#include "dhash.h" src/util/find_uid.h:#include "dhash.h"
git grep "ldb.h" src/tools/sss_debuglevel.c:#include "ldb.h" src/util/server.c:#include "ldb.h"
git grep "tevent.h" src/sbus/sbus_client.h:#include "tevent.h"
LS
On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote:
On (22/10/13 09:17), Jakub Hrozek wrote:
On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/21/2013 05:28 AM, Jakub Hrozek wrote:
Attached is a style patch. Feel free to ack or nack, it's just a readability improvement.
Ack. I agree, out-of-tree headers should be using <>
A fair number of these are pointing at the ding-libs headers, which once upon a time were in-tree, so I guess that excuses them somewhat.
Pushed to master.
I should do review earlier.
{dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, but there are few issues with anoter header files in current master.
git grep "dhash.h" src/ldb_modules/memberof.c:#include "dhash.h" src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" src/responder/nss/nsssrv_private.h:#include "dhash.h" src/tests/cmocka/test_find_uid.c:#include "dhash.h" src/util/find_uid.c:#include "dhash.h" src/util/find_uid.h:#include "dhash.h"
git grep "ldb.h" src/tools/sss_debuglevel.c:#include "ldb.h" src/util/server.c:#include "ldb.h"
git grep "tevent.h" src/sbus/sbus_client.h:#include "tevent.h"
You can send another patch :-)
On (22/10/13 10:41), Jakub Hrozek wrote:
On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote:
On (22/10/13 09:17), Jakub Hrozek wrote:
On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/21/2013 05:28 AM, Jakub Hrozek wrote:
Attached is a style patch. Feel free to ack or nack, it's just a readability improvement.
Ack. I agree, out-of-tree headers should be using <>
A fair number of these are pointing at the ding-libs headers, which once upon a time were in-tree, so I guess that excuses them somewhat.
Pushed to master.
I should do review earlier.
{dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, but there are few issues with anoter header files in current master.
git grep "dhash.h" src/ldb_modules/memberof.c:#include "dhash.h" src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" src/responder/nss/nsssrv_private.h:#include "dhash.h" src/tests/cmocka/test_find_uid.c:#include "dhash.h" src/util/find_uid.c:#include "dhash.h" src/util/find_uid.h:#include "dhash.h"
git grep "ldb.h" src/tools/sss_debuglevel.c:#include "ldb.h" src/util/server.c:#include "ldb.h"
git grep "tevent.h" src/sbus/sbus_client.h:#include "tevent.h"
You can send another patch :-)
We can let new contributor to do this easy job.
LS
On Tue, 2013-10-22 at 15:10 +0200, Lukas Slebodnik wrote:
On (22/10/13 10:41), Jakub Hrozek wrote:
On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote:
On (22/10/13 09:17), Jakub Hrozek wrote:
On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/21/2013 05:28 AM, Jakub Hrozek wrote:
Attached is a style patch. Feel free to ack or nack, it's just a readability improvement.
Ack. I agree, out-of-tree headers should be using <>
A fair number of these are pointing at the ding-libs headers, which once upon a time were in-tree, so I guess that excuses them somewhat.
Pushed to master.
I should do review earlier.
{dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, but there are few issues with anoter header files in current master.
git grep "dhash.h" src/ldb_modules/memberof.c:#include "dhash.h" src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" src/responder/nss/nsssrv_private.h:#include "dhash.h" src/tests/cmocka/test_find_uid.c:#include "dhash.h" src/util/find_uid.c:#include "dhash.h" src/util/find_uid.h:#include "dhash.h"
git grep "ldb.h" src/tools/sss_debuglevel.c:#include "ldb.h" src/util/server.c:#include "ldb.h"
git grep "tevent.h" src/sbus/sbus_client.h:#include "tevent.h"
You can send another patch :-)
We can let new contributor to do this easy job.
LS _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Hello,
Attached patch reflects Lukas' suggestions.
PR
On 10/22/2013 04:38 PM, Pavel Reichl wrote:
On Tue, 2013-10-22 at 15:10 +0200, Lukas Slebodnik wrote:
On (22/10/13 10:41), Jakub Hrozek wrote:
On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote:
On (22/10/13 09:17), Jakub Hrozek wrote:
On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/21/2013 05:28 AM, Jakub Hrozek wrote: > Attached is a style patch. Feel free to ack or nack, it's just a > readability improvement. >
Ack. I agree, out-of-tree headers should be using <>
A fair number of these are pointing at the ding-libs headers, which once upon a time were in-tree, so I guess that excuses them somewhat.
Pushed to master.
I should do review earlier.
{dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, but there are few issues with anoter header files in current master.
git grep "dhash.h" src/ldb_modules/memberof.c:#include "dhash.h" src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" src/responder/nss/nsssrv_private.h:#include "dhash.h" src/tests/cmocka/test_find_uid.c:#include "dhash.h" src/util/find_uid.c:#include "dhash.h" src/util/find_uid.h:#include "dhash.h"
git grep "ldb.h" src/tools/sss_debuglevel.c:#include "ldb.h" src/util/server.c:#include "ldb.h"
git grep "tevent.h" src/sbus/sbus_client.h:#include "tevent.h"
You can send another patch :-)
We can let new contributor to do this easy job.
LS _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Hello,
Attached patch reflects Lukas' suggestions.
PR
Ack.
On (22/10/13 16:38), Pavel Reichl wrote:
On Tue, 2013-10-22 at 15:10 +0200, Lukas Slebodnik wrote:
On (22/10/13 10:41), Jakub Hrozek wrote:
On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote:
On (22/10/13 09:17), Jakub Hrozek wrote:
On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/21/2013 05:28 AM, Jakub Hrozek wrote: > Attached is a style patch. Feel free to ack or nack, it's just a > readability improvement. >
Ack. I agree, out-of-tree headers should be using <>
A fair number of these are pointing at the ding-libs headers, which once upon a time were in-tree, so I guess that excuses them somewhat.
Pushed to master.
I should do review earlier.
{dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, but there are few issues with anoter header files in current master.
git grep "dhash.h" src/ldb_modules/memberof.c:#include "dhash.h" src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" src/responder/nss/nsssrv_private.h:#include "dhash.h" src/tests/cmocka/test_find_uid.c:#include "dhash.h" src/util/find_uid.c:#include "dhash.h" src/util/find_uid.h:#include "dhash.h"
git grep "ldb.h" src/tools/sss_debuglevel.c:#include "ldb.h" src/util/server.c:#include "ldb.h"
git grep "tevent.h" src/sbus/sbus_client.h:#include "tevent.h"
You can send another patch :-)
We can let new contributor to do this easy job.
LS _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Hello,
Attached patch reflects Lukas' suggestions.
PR
We have a template for commit messages. The commit template can be activated with the following command: git config commit.template .git-commit-template
When this is done any new commit will use the template as the default commit message. The first line in template is summarisation and try to keep this line shorter than 50 characters (maximum 80)
BTW, patch fixes issue :-)
LS
On Thu, Oct 31, 2013 at 10:53:40AM +0100, Lukas Slebodnik wrote:
On (22/10/13 16:38), Pavel Reichl wrote:
On Tue, 2013-10-22 at 15:10 +0200, Lukas Slebodnik wrote:
On (22/10/13 10:41), Jakub Hrozek wrote:
On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote:
On (22/10/13 09:17), Jakub Hrozek wrote:
On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 10/21/2013 05:28 AM, Jakub Hrozek wrote: > > Attached is a style patch. Feel free to ack or nack, it's just a > > readability improvement. > > > > Ack. I agree, out-of-tree headers should be using <> > > A fair number of these are pointing at the ding-libs headers, which > once upon a time were in-tree, so I guess that excuses them somewhat.
Pushed to master.
I should do review earlier.
{dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, but there are few issues with anoter header files in current master.
git grep "dhash.h" src/ldb_modules/memberof.c:#include "dhash.h" src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" src/responder/nss/nsssrv_private.h:#include "dhash.h" src/tests/cmocka/test_find_uid.c:#include "dhash.h" src/util/find_uid.c:#include "dhash.h" src/util/find_uid.h:#include "dhash.h"
git grep "ldb.h" src/tools/sss_debuglevel.c:#include "ldb.h" src/util/server.c:#include "ldb.h"
git grep "tevent.h" src/sbus/sbus_client.h:#include "tevent.h"
You can send another patch :-)
We can let new contributor to do this easy job.
LS _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Hello,
Attached patch reflects Lukas' suggestions.
PR
We have a template for commit messages. The commit template can be activated with the following command: git config commit.template .git-commit-template
When this is done any new commit will use the template as the default commit message. The first line in template is summarisation and try to keep this line shorter than 50 characters (maximum 80)
BTW, patch fixes issue :-)
Yeah, please reword the commit message and I'll push
On Thu, 2013-10-31 at 19:53 +0100, Jakub Hrozek wrote:
On Thu, Oct 31, 2013 at 10:53:40AM +0100, Lukas Slebodnik wrote:
On (22/10/13 16:38), Pavel Reichl wrote:
On Tue, 2013-10-22 at 15:10 +0200, Lukas Slebodnik wrote:
On (22/10/13 10:41), Jakub Hrozek wrote:
On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote:
On (22/10/13 09:17), Jakub Hrozek wrote: >On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 10/21/2013 05:28 AM, Jakub Hrozek wrote: >> > Attached is a style patch. Feel free to ack or nack, it's just a >> > readability improvement. >> > >> >> Ack. I agree, out-of-tree headers should be using <> >> >> A fair number of these are pointing at the ding-libs headers, which >> once upon a time were in-tree, so I guess that excuses them somewhat. > >Pushed to master.
I should do review earlier.
{dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, but there are few issues with anoter header files in current master.
git grep "dhash.h" src/ldb_modules/memberof.c:#include "dhash.h" src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" src/responder/nss/nsssrv_private.h:#include "dhash.h" src/tests/cmocka/test_find_uid.c:#include "dhash.h" src/util/find_uid.c:#include "dhash.h" src/util/find_uid.h:#include "dhash.h"
git grep "ldb.h" src/tools/sss_debuglevel.c:#include "ldb.h" src/util/server.c:#include "ldb.h"
git grep "tevent.h" src/sbus/sbus_client.h:#include "tevent.h"
You can send another patch :-)
We can let new contributor to do this easy job.
LS _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Hello,
Attached patch reflects Lukas' suggestions.
PR
We have a template for commit messages. The commit template can be activated with the following command: git config commit.template .git-commit-template
When this is done any new commit will use the template as the default commit message. The first line in template is summarisation and try to keep this line shorter than 50 characters (maximum 80)
BTW, patch fixes issue :-)
Yeah, please reword the commit message and I'll push _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Rewording done.
On Fri, Nov 01, 2013 at 11:05:33AM +0100, Pavel Reichl wrote:
On Thu, 2013-10-31 at 19:53 +0100, Jakub Hrozek wrote:
On Thu, Oct 31, 2013 at 10:53:40AM +0100, Lukas Slebodnik wrote:
On (22/10/13 16:38), Pavel Reichl wrote:
On Tue, 2013-10-22 at 15:10 +0200, Lukas Slebodnik wrote:
On (22/10/13 10:41), Jakub Hrozek wrote:
On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote: > On (22/10/13 09:17), Jakub Hrozek wrote: > >On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> On 10/21/2013 05:28 AM, Jakub Hrozek wrote: > >> > Attached is a style patch. Feel free to ack or nack, it's just a > >> > readability improvement. > >> > > >> > >> Ack. I agree, out-of-tree headers should be using <> > >> > >> A fair number of these are pointing at the ding-libs headers, which > >> once upon a time were in-tree, so I guess that excuses them somewhat. > > > >Pushed to master. > > I should do review earlier. > > {dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, > but there are few issues with anoter header files in current master. > > git grep "dhash.h" > src/ldb_modules/memberof.c:#include "dhash.h" > src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" > src/responder/nss/nsssrv_private.h:#include "dhash.h" > src/tests/cmocka/test_find_uid.c:#include "dhash.h" > src/util/find_uid.c:#include "dhash.h" > src/util/find_uid.h:#include "dhash.h" > > git grep "ldb.h" > src/tools/sss_debuglevel.c:#include "ldb.h" > src/util/server.c:#include "ldb.h" > > git grep "tevent.h" > src/sbus/sbus_client.h:#include "tevent.h"
You can send another patch :-)
We can let new contributor to do this easy job.
LS _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Hello,
Attached patch reflects Lukas' suggestions.
PR
We have a template for commit messages. The commit template can be activated with the following command: git config commit.template .git-commit-template
When this is done any new commit will use the template as the default commit message. The first line in template is summarisation and try to keep this line shorter than 50 characters (maximum 80)
BTW, patch fixes issue :-)
Yeah, please reword the commit message and I'll push _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Rewording done.
Builds fine.
ACK
On Fri, Nov 01, 2013 at 11:18:47AM +0100, Jakub Hrozek wrote:
On Fri, Nov 01, 2013 at 11:05:33AM +0100, Pavel Reichl wrote:
On Thu, 2013-10-31 at 19:53 +0100, Jakub Hrozek wrote:
On Thu, Oct 31, 2013 at 10:53:40AM +0100, Lukas Slebodnik wrote:
On (22/10/13 16:38), Pavel Reichl wrote:
On Tue, 2013-10-22 at 15:10 +0200, Lukas Slebodnik wrote:
On (22/10/13 10:41), Jakub Hrozek wrote: >On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote: >> On (22/10/13 09:17), Jakub Hrozek wrote: >> >On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote: >> >> -----BEGIN PGP SIGNED MESSAGE----- >> >> Hash: SHA1 >> >> >> >> On 10/21/2013 05:28 AM, Jakub Hrozek wrote: >> >> > Attached is a style patch. Feel free to ack or nack, it's just a >> >> > readability improvement. >> >> > >> >> >> >> Ack. I agree, out-of-tree headers should be using <> >> >> >> >> A fair number of these are pointing at the ding-libs headers, which >> >> once upon a time were in-tree, so I guess that excuses them somewhat. >> > >> >Pushed to master. >> >> I should do review earlier. >> >> {dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, >> but there are few issues with anoter header files in current master. >> >> git grep "dhash.h" >> src/ldb_modules/memberof.c:#include "dhash.h" >> src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" >> src/responder/nss/nsssrv_private.h:#include "dhash.h" >> src/tests/cmocka/test_find_uid.c:#include "dhash.h" >> src/util/find_uid.c:#include "dhash.h" >> src/util/find_uid.h:#include "dhash.h" >> >> git grep "ldb.h" >> src/tools/sss_debuglevel.c:#include "ldb.h" >> src/util/server.c:#include "ldb.h" >> >> git grep "tevent.h" >> src/sbus/sbus_client.h:#include "tevent.h" > >You can send another patch :-)
We can let new contributor to do this easy job.
LS _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Hello,
Attached patch reflects Lukas' suggestions.
PR
We have a template for commit messages. The commit template can be activated with the following command: git config commit.template .git-commit-template
When this is done any new commit will use the template as the default commit message. The first line in template is summarisation and try to keep this line shorter than 50 characters (maximum 80)
BTW, patch fixes issue :-)
Yeah, please reword the commit message and I'll push _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Rewording done.
Builds fine.
ACK
ACK again (sorry for spam, testing patchwork)
On Fri, Nov 01, 2013 at 11:21:38AM +0100, Jakub Hrozek wrote:
On Fri, Nov 01, 2013 at 11:18:47AM +0100, Jakub Hrozek wrote:
On Fri, Nov 01, 2013 at 11:05:33AM +0100, Pavel Reichl wrote:
On Thu, 2013-10-31 at 19:53 +0100, Jakub Hrozek wrote:
On Thu, Oct 31, 2013 at 10:53:40AM +0100, Lukas Slebodnik wrote:
On (22/10/13 16:38), Pavel Reichl wrote:
On Tue, 2013-10-22 at 15:10 +0200, Lukas Slebodnik wrote: > On (22/10/13 10:41), Jakub Hrozek wrote: > >On Tue, Oct 22, 2013 at 10:34:48AM +0200, Lukas Slebodnik wrote: > >> On (22/10/13 09:17), Jakub Hrozek wrote: > >> >On Mon, Oct 21, 2013 at 08:17:00AM -0400, Stephen Gallagher wrote: > >> >> -----BEGIN PGP SIGNED MESSAGE----- > >> >> Hash: SHA1 > >> >> > >> >> On 10/21/2013 05:28 AM, Jakub Hrozek wrote: > >> >> > Attached is a style patch. Feel free to ack or nack, it's just a > >> >> > readability improvement. > >> >> > > >> >> > >> >> Ack. I agree, out-of-tree headers should be using <> > >> >> > >> >> A fair number of these are pointing at the ding-libs headers, which > >> >> once upon a time were in-tree, so I guess that excuses them somewhat. > >> > > >> >Pushed to master. > >> > >> I should do review earlier. > >> > >> {dbus.h, ldb_errors.h, popt.h, talloc.h} are included correctly, > >> but there are few issues with anoter header files in current master. > >> > >> git grep "dhash.h" > >> src/ldb_modules/memberof.c:#include "dhash.h" > >> src/providers/krb5/krb5_delayed_online_authentication.c:#include "dhash.h" > >> src/responder/nss/nsssrv_private.h:#include "dhash.h" > >> src/tests/cmocka/test_find_uid.c:#include "dhash.h" > >> src/util/find_uid.c:#include "dhash.h" > >> src/util/find_uid.h:#include "dhash.h" > >> > >> git grep "ldb.h" > >> src/tools/sss_debuglevel.c:#include "ldb.h" > >> src/util/server.c:#include "ldb.h" > >> > >> git grep "tevent.h" > >> src/sbus/sbus_client.h:#include "tevent.h" > > > >You can send another patch :-) > > We can let new contributor to do this easy job. > > LS > _______________________________________________ > sssd-devel mailing list > sssd-devel@lists.fedorahosted.org > https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Hello,
Attached patch reflects Lukas' suggestions.
PR
We have a template for commit messages. The commit template can be activated with the following command: git config commit.template .git-commit-template
When this is done any new commit will use the template as the default commit message. The first line in template is summarisation and try to keep this line shorter than 50 characters (maximum 80)
BTW, patch fixes issue :-)
Yeah, please reword the commit message and I'll push _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Rewording done.
Builds fine.
ACK
ACK again (sorry for spam, testing patchwork)
Pushed to master.
On (31/10/13 10:26), Pavel Březina wrote:
On 10/21/2013 11:28 AM, Jakub Hrozek wrote:
Attached is a style patch. Feel free to ack or nack, it's just a readability improvement.
This patch no longer applies to master.
Patch cannot be applied on master, because patch is already in master. https://git.fedorahosted.org/cgit/sssd.git/commit/?id=19b4bb652f5cdc2797b665...
You replied to wrong mail.
LS
On 10/31/2013 10:44 AM, Lukas Slebodnik wrote:
On (31/10/13 10:26), Pavel Březina wrote:
On 10/21/2013 11:28 AM, Jakub Hrozek wrote:
Attached is a style patch. Feel free to ack or nack, it's just a readability improvement.
This patch no longer applies to master.
Patch cannot be applied on master, because patch is already in master. https://git.fedorahosted.org/cgit/sssd.git/commit/?id=19b4bb652f5cdc2797b665...
You replied to wrong mail.
LS
Ah sorry. I replied to correct mail but missed pushed message :)
sssd-devel@lists.fedorahosted.org