diff mbox

[PATCH/next,1/1] lxc: fix hash of patch

Message ID 20170531215324.43afad6b@free-electrons.com
State Not Applicable
Headers show

Commit Message

Thomas Petazzoni May 31, 2017, 7:53 p.m. UTC
Hello,

On Mon, 29 May 2017 21:52:23 +0200, Thomas Petazzoni wrote:

> Then it would be nice to compare the old and new .patch files, and see
> how they differ.

OK, so I've checked the difference between the old and the new patch,
and here it is:


So, the patch change to use slightly longer commit hashes. Is this
because there was a conflicting commit in the repository added in the
mean time? Or Github changing to a different length in the commit
hashes?

Anyway, I've applied the patch.

Thomas
diff mbox

Patch

--- /home/thomas/dl/bc5b27d6f6d166d2a6df47982cbe36041ce6b735.patch.old	2017-05-20 16:13:12.193576930 +0200
+++ bc5b27d6f6d166d2a6df47982cbe36041ce6b735.patch	2017-05-31 21:49:49.177157735 +0200
@@ -9,7 +9,7 @@ 
  1 file changed, 8 insertions(+)
 
 diff --git a/src/lxc/conf.c b/src/lxc/conf.c
-index 35bdb24..76a1901 100644
+index 35bdb249b..76a190120 100644
 --- a/src/lxc/conf.c
 +++ b/src/lxc/conf.c
 @@ -130,6 +130,14 @@ lxc_log_define(lxc_conf, lxc);