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