Sign in
eclipse
/
dash
/
org.eclipse.dash.m4e.tools
/
1f4f0f06c09aa93e3ab2945f5035ce84b0c45936
/
.
/
devnotes.txt
blob: 855933f2010a0fbc877051f7a142eec1d72276b2 [
file
]
- Help find files without copyright header:
git whatchanged | less -p "\.\.\. A"
- Find debug println's:
egrep -nr '^\s*println' src | grep -v " // "