add: make pathless 'add [-u|-A]' warning a file-global function
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 19 Mar 2013 22:45:26 +0000 (15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2013 14:41:42 +0000 (07:41 -0700)
Currently warn_pathless_add() is only called directly by cmd_add(),
but that is about to change. Move its definition higher in the file
and pass the "--update" or "--all" option name used in its message
through globals instead of function arguments to make it easier to
call without passing values that will not change through the call
chain.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found