git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mergetool--lib: Fix misspelled mergetool.keepBackup
@ 2009-04-12  3:41 David Aguilar
  2009-04-12  3:41 ` [PATCH 2/2] mergetool--lib: simplify API usage by removing more global variables David Aguilar
  0 siblings, 1 reply; 2+ messages in thread
From: David Aguilar @ 2009-04-12  3:41 UTC (permalink / raw)
  To: gitster; +Cc: git, markus.heidelberg, charles, Ferry Huberts

From: Ferry Huberts <ferry.huberts@pelagic.nl>

In several places mergetool.keepBackup was misspelled as merge.keepBackup.

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
---

This is Ferry's patch with Junio's suggested commit message.
Based on pu.

 git-mergetool.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-mergetool.sh b/git-mergetool.sh
index efa31a2..2e3e02b 100755
--- a/git-mergetool.sh
+++ b/git-mergetool.sh
@@ -257,7 +257,7 @@ prompt_after_failed_merge() {
 merge_tool=$(get_merge_tool "$merge_tool") || exit
 merge_tool_cmd="$(get_merge_tool_cmd "$merge_tool")"
 merge_tool_path="$(get_merge_tool_path "$merge_tool")" || exit
-merge_keep_backup="$(git config --bool merge.keepBackup || echo true)"
+merge_keep_backup="$(git config --bool mergetool.keepBackup || echo true)"
 merge_keep_temporaries="$(git config --bool mergetool.keepTemporaries || echo false)"
 merge_tool_trust_exit_code="$(git config --bool mergetool."$merge_tool".trustExitCode || echo false)"
 
-- 
1.6.2.2.471.g6da14

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

end of thread, other threads:[~2009-04-12  3:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-12  3:41 [PATCH 1/2] mergetool--lib: Fix misspelled mergetool.keepBackup David Aguilar
2009-04-12  3:41 ` [PATCH 2/2] mergetool--lib: simplify API usage by removing more global variables David Aguilar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).