From: Jeff King Date: Sat, 10 Dec 2011 10:40:54 +0000 (-0500) Subject: move git_getpass to its own source file X-Git-Tag: v1.7.12-rc3~5^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d3c58b83aee2007ca76dc5d1242c09b6f7989c76?hp=d3c58b83aee2007ca76dc5d1242c09b6f7989c76 move git_getpass to its own source file This is currently in connect.c, but really has nothing to do with the git protocol itself. Let's make a new source file all about prompting the user, which will make it cleaner to refactor. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---