Git development
 help / color / mirror / Atom feed
* [PATCH] bash completion: remove "diff.renameLimit." (with trailing dot)
@ 2009-10-30 16:53 Markus Heidelberg
  0 siblings, 0 replies; only message in thread
From: Markus Heidelberg @ 2009-10-30 16:53 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: Junio C Hamano, git, Markus Heidelberg

This was accidentally added with commit 98171a0 (bash completion: Sync
config variables with their man pages).

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 contrib/completion/git-completion.bash |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index e3ddecc..e129ef9 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1641,7 +1641,6 @@ _git_config ()
 		diff.external
 		diff.mnemonicprefix
 		diff.renameLimit
-		diff.renameLimit.
 		diff.renames
 		diff.suppressBlankEmpty
 		diff.tool
-- 
1.6.5.2.86.g61663

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-30 16:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-30 16:53 [PATCH] bash completion: remove "diff.renameLimit." (with trailing dot) Markus Heidelberg

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