Fossil

Check-in [eba19952]
Login

Check-in [eba19952]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Record fewer digits of the SHA1 hashes in the JSON that defines a timeline graph.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: eba19952226b152c110cfc8b1672736c8af06912
User & Date: drh 2015-12-16 02:31:59
Context
2015-12-16
16:13
Rewrite the "fossil versus git" document. ... (check-in: ca891ab6 user: drh tags: trunk)
02:31
Record fewer digits of the SHA1 hashes in the JSON that defines a timeline graph. ... (check-in: eba19952 user: drh tags: trunk)
01:21
Add the unpub query parameter to the /bloblist webpage. ... (check-in: c8b1e81f user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/timeline.c.
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
          int mi = i;
          if( pRow->mergeDown & (1<<i) ) mi = -mi;
          cgi_printf("%c%d", cSep, mi);
          cSep = ',';
        }
      }
      if( cSep=='[' ) cgi_printf("[");
      cgi_printf("],h:\"%s\"}%s", pRow->zUuid, pRow->pNext ? ",\n" : "];\n");
    }
    cgi_printf("var nrail = %d\n", pGraph->mxRail+1);
    graph_free(pGraph);
    @ var canvasDiv;
    @ var railPitch;
    @ var mergeOffset;
    @ var node, arrow, arrowSmall, line, mArrow, mLine, wArrow, wLine;







|







737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
          int mi = i;
          if( pRow->mergeDown & (1<<i) ) mi = -mi;
          cgi_printf("%c%d", cSep, mi);
          cSep = ',';
        }
      }
      if( cSep=='[' ) cgi_printf("[");
      cgi_printf("],h:\"%!S\"}%s", pRow->zUuid, pRow->pNext ? ",\n" : "];\n");
    }
    cgi_printf("var nrail = %d\n", pGraph->mxRail+1);
    graph_free(pGraph);
    @ var canvasDiv;
    @ var railPitch;
    @ var mergeOffset;
    @ var node, arrow, arrowSmall, line, mArrow, mLine, wArrow, wLine;