Am 01.06.2013 13:11, schrieb Ramkumar Ramachandra: > Johannes Sixt wrote: >> +test_ln_s () { >> + if test_have_prereq SYMLINKS >> + then >> + ln -s "$1" "$2" >> + else >> + printf '%s' "$1" >"$2" >> + fi >> +} > > What is this? We can't test_ln_s something and then 'git add' it, so > what purpose does this serve? Sure, we can 'git add' it: # - Use test_ln_s instead of "ln -s x y" when y has been added as a # symbolic link entry earlier. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html