From: Matthieu Moy Date: Thu, 7 Jan 2010 14:54:10 +0000 (+0100) Subject: lockfile: show absolute filename in unable_to_lock_message X-Git-Tag: v1.7.0-rc0~105 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a8c37a0e011d67e3192834a0fffe17452ea57a08?ds=inline;hp=a8c37a0e011d67e3192834a0fffe17452ea57a08 lockfile: show absolute filename in unable_to_lock_message When calling a git command from a subdirectory and a file locking fails, the user will get a path relative to the root of the worktree, which is invalid from the place where the command is ran. Make it easy for the user to know which file it is. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano ---