Documentation/stash: remove mention of git reset --hard
[git.git] / t / t4051 / dummy.c
bloba43016e870fff08e26add9b8b6c4334e2c1d5167
2 static int dummy(void) // Begin of dummy
4 int rc = 0;
6 return rc;
7 } // End of dummy