githelper.git
/
githelper.pike
version
»
Context lines:
10
20
40
80
file
none
3
githelper.git/githelper.pike:83:
{ return "$Id$"; } int clean() { write(replace_id(Stdio.stdin->read(), clean_ident)); return 0; }
-
int smudge(
string ... args
)
+
int smudge()
{ write(replace_id(Stdio.stdin->read(), smudge_ident)); return 0; } } /* Main helper */ class GitHelper {