git-imap-send: Allow the program to be run from subdirectories of a git tree
authorRobert Shearman <robertshearman@gmail.com>
Wed, 9 Jul 2008 21:28:59 +0000 (22:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 26 Jul 2008 04:51:29 +0000 (21:51 -0700)
commita0406b94d57e8443a7b31b5412763cac4ddb5d21
treea0bcf67070e114227cc6a260ca2cdafa3714af8f
parentb0320eaf6a25fbc4adf35d611c27006e6d853aa8
git-imap-send: Allow the program to be run from subdirectories of a git tree

Call setup_git_directory_gently to allow git-imap-send to be used from
subdirectories of a git tree.

Signed-off-by: Robert Shearman <robertshearman@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c