completion: warn people about duplicated function
commitac3eb1c38420b356b775ed63f7291eb4054d11d9
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Jun 2012 07:26:35 +0000 (10 00:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Jun 2012 07:34:38 +0000 (10 00:34 -0700)
tree47096d0b337de0206d507816cd51b414daf5e371
parentaf31a456b4cd38f2630ed8e556e23954f806a3cc
completion: warn people about duplicated function

The __gitdir function is duplicated between completion and prompt
scripts, and these definitions should not diverge; otherwise one of
them can be subtly broken depending on the order the user's shell
dot-sources them.

Leave a note to people who may want to touch one copy to make sure
they update the other one in sync.  Hopefully this line would also
appear in the context of the patch to allow reviewers to notice a
patch that attempts to update only one of them.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
contrib/completion/git-prompt.sh