Re: [PATCH 1/4] [trivial] Fix comment typo

2013-11-12 Thread Junio C Hamano
Junio C Hamano writes: > Masanari Iida writes: > >> Correct spelling typo >> >> Signed-off-by: Masanari Iida >> --- >> git-bisect.sh | 2 +- >> pathspec.c| 4 ++-- >> wrapper.c | 2 +- >> 3 files changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/git-bisect.sh b/git-bisect.sh

Re: [PATCH 1/4] [trivial] Fix comment typo

2013-11-12 Thread Junio C Hamano
Masanari Iida writes: > Correct spelling typo > > Signed-off-by: Masanari Iida > --- > git-bisect.sh | 2 +- > pathspec.c| 4 ++-- > wrapper.c | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/git-bisect.sh b/git-bisect.sh > index 9f064b6..ebac284 100755 > ---

[PATCH 1/4] [trivial] Fix comment typo

2013-11-12 Thread Masanari Iida
Correct spelling typo Signed-off-by: Masanari Iida --- git-bisect.sh | 2 +- pathspec.c| 4 ++-- wrapper.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/git-bisect.sh b/git-bisect.sh index 9f064b6..ebac284 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -137,7