Re: [PATCH] Correct fast-export file mode strings to match fast-import standard

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Sun, 24 Feb 2008, Shawn O. Pearce wrote:

> The fast-import file format does not expect leading '0' in front
> of a file mode; that is we want '100644' and '0100644'.

s/and/& not/

> -			printf("M 0%06o :%d %s\n", spec->mode,
> +			printf("M %06o :%d %s\n", spec->mode,

Definitely embarassing.

Thanks,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux