Git development
 help / color / mirror / Atom feed
* [PATCH 1/3] git-imap-send: Allow the program to be run from subdirectories of a git tree.
@ 2008-07-07  8:05 Rob Shearman
  2008-07-08  4:10 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Shearman @ 2008-07-07  8:05 UTC (permalink / raw)
  To: git

Call setup_git_directory_gently to allow git-imap-send to be used from
subdirectories of a git tree.
---
 imap-send.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/imap-send.c b/imap-send.c
index 1ec1310..89a1532 100644
--- a/imap-send.c
+++ b/imap-send.c
@@ -1296,6 +1296,7 @@ main(int argc, char **argv)
 	/* init the random number generator */
 	arc4_init();

+	setup_git_directory_gently( NULL );
 	git_config(git_imap_config, NULL);

 	if (!imap_folder) {
-- 
1.5.6.GIT

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-08  4:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-07  8:05 [PATCH 1/3] git-imap-send: Allow the program to be run from subdirectories of a git tree Rob Shearman
2008-07-08  4:10 ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox