login
Header Space

 
 

Re: Collecting cvsps patches

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Yann Dirson <ydirson@...>
Cc: GIT list <git@...>
Date: Wednesday, June 14, 2006 - 10:21 pm

Your master branch is not compilable. This is the fix for it.

---
 cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cache.c b/cache.c
index 409392d..2b2179a 100644
--- a/cache.c
+++ b/cache.c
@@ -501,7 +501,7 @@ static void dump_patch_set(FILE * fp, Pa
        struct list_head * tag;
        for (tag = ps->tags.next; tag != &ps->tags; tag = tag->next)
        {
-            TagName* tagname = list_entry (tag, TagName, tagnames);
+            TagName* tagname = list_entry (tag, TagName, name);

            fprintf(fp, " %s %d%s", tagname->name, tagname->flags,
                    (tag->next == &ps->tags) ? "" : ",");
--
1.4.0
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Collecting cvsps patches, Yann Dirson, (Sun Jun 11, 6:42 pm)
Re: Collecting cvsps patches, Alexander Litvinov, (Wed Jun 14, 10:21 pm)
Re: Collecting cvsps patches, Yann Dirson, (Thu Jun 15, 3:35 am)
Re: Collecting cvsps patches, Pavel Roskin, (Wed Jun 14, 11:08 pm)
Re: Collecting cvsps patches, Yann Dirson, (Thu Jun 15, 12:25 pm)
Re: Collecting cvsps patches, Alexander Litvinov, (Wed Jun 14, 11:14 pm)
speck-geostationary