These two patches correct some problems introduced by the recent GIT_PS1_SHOWDIRTYSTATE fixes. The first changes $VAR to ${VAR-} to prevent the unbound variable errors that were discussed earlier on the list. The second changes the GIT_PS1_SHOWDIRTYSTATE documentation from #(Tab)Text to #(7 spaces)Text to be consistent with the surrounding text. Ted Pavlic (2): completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors. completion: Get rid of tabbed indentation in comments. Replace with spaces. contrib/completion/git-completion.bash | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html