Commit 246eba80af31d25a1fb14e707f79374cf91f8bb7

Vicent Marti 2011-03-05T13:58:47

Use memmove() in git__dirname and git__basename We cannot make sure that the user doesn't use the same buffer as source and destination, so write to it using memmove. Signed-off-by: Vicent Marti <tanoku@gmail.com>