-
Alessandro Rubini authored
This is massive: 4k lines changed (but only 840 if you ignore space-only changes). In this case "git blame -w" won't always find the right patch, and it may fall on this patch -- because those 800 lines changed in content too. This has been done with find . -name '*.[ch]' | xargs -n 1 ./scripts/Lindent Statistics: all changes and ignoring blank space: morgana% git diff --stat HEAD~1 | tail -1 77 files changed, 3774 insertions(+), 3709 deletions(-) morgana% git diff -w --stat HEAD~1 | tail -1 61 files changed, 894 insertions(+), 829 deletions(-) However, after this step I hand-fixed some very ugly long expressions (leaving them long: no content change at all is there). Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
e625cbd9
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
cmd_calib.c | ||
cmd_gui.c | ||
cmd_init.c | ||
cmd_ip.c | ||
cmd_mac.c | ||
cmd_mode.c | ||
cmd_pll.c | ||
cmd_ptp.c | ||
cmd_sdb.c | ||
cmd_sfp.c | ||
cmd_stat.c | ||
cmd_time.c | ||
cmd_version.c | ||
environ.c | ||
shell.c | ||
shell.mk |