Re: [PATCH 3/3] git-prompt.sh: fix for submodule 'dirty' indicator

2017-01-23 Thread brian m. carlson
On Sun, Jan 22, 2017 at 08:30:21PM +0100, Benjamin Fuchs wrote: > Fixing wrong git diff line. This patch says 3/3, but I don't see 1 and 2. Also, this description doesn't tell me what the problem is, or why this fix is useful. Such information helps us down the line when looking at the history,

[PATCH 3/3] git-prompt.sh: fix for submodule 'dirty' indicator

2017-01-22 Thread Benjamin Fuchs
Fixing wrong git diff line. --- contrib/completion/git-prompt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/completion/git-prompt.sh b/contrib/completion/git-prompt.sh index c44b9a2..43b28e9 100644 --- a/contrib/completion/git-prompt.sh +++