Re: [PATCH 8/9] builtin: check pager.<cmd> configuration if RUN_SETUP_GENTLY is used

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Nguyen Thai Ngoc Duy
Date: Monday, April 12, 2010 - 10:29 pm

2010/4/13 Jonathan Nieder <jrnieder@gmail.com>:

This still leaves a chance of going wrong: when user explicitly gives
"--paginate", use_pager will be 1, but commands like "git init" does
not have RUN_SETUP*. So when setup_pager is called later on, it will
mess things up. This could be solved completely (indeed I have a patch
under testing), but it would require unset_git_directory(), making
this series a bit longer :(


-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH/RFC 0/9] Setup cleanup, chapter one, Jonathan Nieder, (Mon Apr 12, 7:11 pm)
[PATCH 3/9] builtins: do not commit pager choice early, Jonathan Nieder, (Mon Apr 12, 7:24 pm)
[PATCH 4/9] t7006: test pager.&lt;cmd&gt; configuration, Jonathan Nieder, (Mon Apr 12, 7:25 pm)
[PATCH 5/9] builtin: introduce startup_info struct, Jonathan Nieder, (Mon Apr 12, 7:27 pm)
[PATCH 6/9] builtin: remember whether repository was found, Jonathan Nieder, (Mon Apr 12, 7:28 pm)
[PATCH 9/9] config: run setup before commiting pager choice, Jonathan Nieder, (Mon Apr 12, 7:31 pm)
Re: [PATCH 8/9] builtin: check pager.<cmd> configuration i ..., Nguyen Thai Ngoc Duy, (Mon Apr 12, 10:29 pm)
[PATCH 3/9 v2] builtins: do not commit pager choice early, Jonathan Nieder, (Tue Apr 13, 7:17 pm)
[PATCH 4/9 v2] t7006: test pager.&lt;cmd&gt; configuration, Jonathan Nieder, (Tue Apr 13, 7:19 pm)
Re: [RFC/PATCH 00/46] nd/setup remainder for convenient re ..., Nguyen Thai Ngoc Duy, (Wed Apr 14, 12:59 am)
Re: [PATCH/RFC 0/9] Setup cleanup, chapter one, Junio C Hamano, (Wed Apr 14, 1:54 pm)
Re: [PATCH/RFC 0/9] Setup cleanup, chapter one, Jonathan Nieder, (Wed Apr 14, 5:05 pm)
[PATCH] t7006: guard cleanup with test_expect_success, Jonathan Nieder, (Wed Apr 14, 5:38 pm)
Re: [PATCH] t7006: guard cleanup with test_expect_success, Junio C Hamano, (Wed Apr 14, 5:56 pm)
Re: [PATCH] t7006: guard cleanup with test_expect_success, Jonathan Nieder, (Wed Apr 14, 6:27 pm)
Re: [PATCH 8/9] builtin: check pager.&lt;cmd&gt; configuration i ..., Nguyen Thai Ngoc Duy, (Thu Apr 15, 10:43 am)