Hi Padraig,
shouldn't we include these into the upcoming release?
$ git grep -n 'FIXME.*2013' | cat -n
1 src/df.c:246: MEGABYTES_OPTION /* FIXME: remove long opt in Aug 2013
*/
2 src/extent-scan.c:32: FIXME: remove in 2013, or whenever we're pretty
confident
3 src/realpath.c:54: {"strip", no_argument, NULL, 's' /* FIXME:
deprecate in 2013 or so */},
I'm not sure about #2, but I'd go for #1 and #3.
And there's an even older one regarding
"info coreutils 'General output formatting'":
doc/coreutils.texi:7651:@c FIXME: remove in 2009, if Apple Terminal has been
fixed for long enough.
I've no idea about Apple Terminals. Do you know?
Have a nice day,
Berny