summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e0d83ce)
$ git ls-files -z | xargs -0 space -vmi --
chkpath.c:126: space followed by tab
chkpath.c:128: space followed by tab
tmpdir.c:316: space followed by tab
tmpdir.c:389: trailing whitespace
for (;;) {
static struct option opts[] = {
{ "help", 0, 0, 'h' },
for (;;) {
static struct option opts[] = {
{ "help", 0, 0, 'h' },
- { "version", 0, 0, 'V' },
+ { "version", 0, 0, 'V' },
- { "verbose", 0, 0, 'v' },
+ { "verbose", 0, 0, 'v' },
{ "quiet", 0, 0, 'q' },
{ "sticky", 0, 0, 's' },
{ "trust-group", 0, 0, 't' },
{ "quiet", 0, 0, 'q' },
{ "sticky", 0, 0, 's' },
{ "trust-group", 0, 0, 't' },
for (;;) {
static struct option opts[] = {
{ "help", 0, 0, 'h' },
for (;;) {
static struct option opts[] = {
{ "help", 0, 0, 'h' },
- { "version", 0, 0, 'V' },
+ { "version", 0, 0, 'V' },
{ "usage", 0, 0, 'u' },
{ "bourne", 0, 0, 'b' },
{ "cshell", 0, 0, 'c' },
{ "usage", 0, 0, 'u' },
{ "bourne", 0, 0, 'b' },
{ "cshell", 0, 0, 'c' },
case sh_csh:
printf("setenv TMPDIR \"%s\"\n", p);
break;
case sh_csh:
printf("setenv TMPDIR \"%s\"\n", p);
break;