[fossil-users] feature request: switch of archive timestamp , baseline or commit times.

2015-12-01 Thread taka
feature request: switch of archive timestamp , baseline or commit times. Hello. I need file commit date in the archive output. I do not know the inside of fossil and sqlite because it is a few days I started to use fossil. This code may be wrong, but I can be changed by this way. Thank you.

Re: [fossil-users] feature request: switch of archive timestamp , baseline or commit times.

2015-12-01 Thread taka
sorry , I don't know english. I am using google to translate. I installed fossil at November 28 2015(2015/11/28). I plan to use fossil to save a my private simple html content. Thank you. fossil has one problem. cgi.c cgi_reply function fossil is always sends the charset=utf8 in http respon

[fossil-users] bug: diff cmd --from wrong memory access

2015-12-06 Thread taka
bug: diff cmd --from wrong memory access src/diffcmd.c void diff_cmd(void) else{ printf("from:(%s) to(%s) branch(%s)\n",zFrom,zTo,zBranch); db_find_and_open_repository(0, 0); // g variable address change // zFrom referring to the wrong memory printf("from:(%s) to(%s) branc

Re: [fossil-users] bug: diff cmd --from wrong memory access

2015-12-06 Thread taka
> bug: diff cmd --from wrong memory access > > src/diffcmd.c > void diff_cmd(void) > > else{ > printf("from:(%s) to(%s) branch(%s)\n",zFrom,zTo,zBranch); > db_find_and_open_repository(0, 0); > // g variable address change > // zFrom referring to the wrong memory > printf("

Re: [fossil-users] bug: diff cmd --from wrong memory access

2015-12-06 Thread taka
> Sorry, I do not tried in the trunk. > > I was tried in the trunk. > No longer reproduce. I checked the memory leak, It was caused , worng change in my private branch on remove_from_argv. fossil trunk has no problem. thank you. ___ fossil-users mail

[fossil-users] bug: fossil import --git (somteimes tag will be missing)

2015-12-17 Thread taka
bug: fossil import --git (somteimes tag will be missing) https://git-scm.com/docs/git-fast-import reset > 'reset' SP LF > ('from' SP LF)? > LF? fossil skip the tag of reset. https://www.fossil-scm.org/index.html/artifact/19f34d2902649e2ca572089b3766f259f0a5c132?txt=1&ln=547 Index: src/import.

Re: [fossil-users] bug: fossil import --git (somteimes tag will be missing)

2015-12-20 Thread taka
> I looked at this patch closely, and even imported and tried it out. > But I cannot figure out what it is suppose to do. Is there a problem > this is solving? Do you have a test case? mkdir test cd test git init git config --local user.email email git config --local user.name name echo "0

[fossil-users] different length

2015-12-30 Thread taka
different length src/import.c len=3 : memcmp(zDiff, "SVN", 4) src/manifest.c len=26 : strncmp(&z[i],"\n-BEGIN PGP SIGNATURE-", 25) src/mkindex.c len=7 : strncmp(&zLine[3], "Usage: ", 6) ___ fossil-users mailing list fossil-users@lists.fossil-s