Jakub Narebski <jnareb@xxxxxxxxx> writes: > I don't quite understand why 'o' has to be spelled using long name > --no-same-owner, instead of just correcting the ordering of "old style" > short options to have 'f' last, i.e. > > $(TAR) xof - > > and not (current) > > $(TAR) xfo - Both do exactly the same, traditionally. Note the lack of '-' preceding 'xfo', which does not use getopt-style option parsing. Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- 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