[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] My git-repo messed up?
From: |
Gisle Vanem |
Subject: |
Re: [lwip-devel] My git-repo messed up? |
Date: |
Wed, 29 May 2013 10:41:05 +0200 |
"Sylvain Rochet" <address@hidden> wrote:
Looks like you just forget to "git pull" your local repository copy.
g:\MingW32\src\inet\lwip-1.4.0\Git-latest> git pull
Already up-to-date.
But doing a "git show", reveals:
commit fe63f36656bd66b4051bdfab93e351a584337d7c
Author: Sylvain Rochet <address@hidden>
Date: Fri Apr 26 19:59:05 2013 +0200
picked up the wrong commit date in CHANGELOG, fixed
diff --git a/CHANGELOG b/CHANGELOG
index d8b23c4..00ae7c8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -82,7 +82,7 @@ HISTORY
2013-04-26: Sylvain Rochet
* dhcp.c, reverted from DOS (CRLF) to UNIX format (LF), it was saved in DOS
format
- by mistake the 2012-08-13
+ by mistake the 2012-09-26
2013-04-26: Sylvain Rochet
* ip6.h, cleared compilation warning, C++ style comments are not allowed in
ISO C90
-----------
So it seems okay. I was fooled by the latest CHANGELOG entry *not*
being on the top of the file.
--gv