Florian Achleitner writes:
> On Monday 20 August 2012 16:20:27 Junio C Hamano wrote:
>> Junio C Hamano writes:
>> > I think you meant something like:
>> >
>> > init_notes(NULL, notes_ref, NULL, 0);
>> >
>> > marksfile = fopen(marksfilename, "r");
>> > if (!marksfile) {
>>
On Monday 20 August 2012 16:20:27 Junio C Hamano wrote:
> Junio C Hamano writes:
> > I think you meant something like:
> >
> > init_notes(NULL, notes_ref, NULL, 0);
> >
> > marksfile = fopen(marksfilename, "r");
> > if (!marksfile) {
> > regenerate_marks(marksf
On Monday 20 August 2012 16:20:27 Junio C Hamano wrote:
> Junio C Hamano writes:
> > I think you meant something like:
> > init_notes(NULL, notes_ref, NULL, 0);
> >
> > marksfile = fopen(marksfilename, "r");
> > if (!marksfile) {
> >
> > regenerate_mar
Junio C Hamano writes:
> I think you meant something like:
>
> init_notes(NULL, notes_ref, NULL, 0);
> marksfile = fopen(marksfilename, "r");
> if (!marksfile) {
> regenerate_marks(marksfilename);
> marksfile = fopen(marksfilename, "r");
>
Florian Achleitner writes:
> fast-import mark files are stored outside the object database and are
> therefore not fetched and can be lost somehow else. marks provide a
> svn revision --> git sha1 mapping, while the notes that are attached
> to each commit when it is imported provide a git sha1
5 matches
Mail list logo