[PATCH] wildmatch: fix duplicate words of "the"

2016-05-06 Thread Li Peng
Fix duplicate words of "the" in comment. Signed-off-by: Li Peng --- wildmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wildmatch.c b/wildmatch.c index f91ba99..57c8765 100644 --- a/wildmatch.c +++ b/wildmatch.c @@ -136,7 +136,7 @@ static int dowild(cons

[PATCH] utf8: fix duplicate words of "the"

2016-05-06 Thread Li Peng
Fix duplicate words of "the" in comment. Signed-off-by: Li Peng --- transport-helper.c | 2 +- utf8.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/transport-helper.c b/transport-helper.c index b934183..13b7a57 100644 --- a/transport-helper.c +++ b

[PATCH] transport-helper: fix duplicate words of "read"

2016-05-06 Thread Li Peng
Fix duplicate words of "read" in comment. Signed-off-by: Li Peng --- transport-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport-helper.c b/transport-helper.c index b934183..13b7a57 100644 --- a/transport-helper.c +++ b/transport-helper.c @@ -1152

[PATCH] t: fix duplicate words of "output"

2016-05-06 Thread Li Peng
Fix duplicate words of "output" in comment. Signed-off-by: Li Peng --- t/t-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t-basic.sh b/t/t-basic.sh index 79b9074..60811a3 100755 --- a/t/t-basic.sh +++ b/t/t-basic.sh @@ -

[PATCH] Git.pm: fix duplicate words of "return"

2016-05-06 Thread Li Peng
Fix duplicate words of "return" in comment. Signed-off-by: Li Peng --- perl/Git.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Git.pm b/perl/Git.pm index 49eb88a..ce7e4e8 100644 --- a/perl/Git.pm +++ b/perl/Git.pm @@ -393,7 +393,7 @@ sub command_

[PATCH] path: fix duplicate words of "look"

2016-05-06 Thread Li Peng
Fix duplicate words of "look" in comment. Signed-off-by: Li Peng --- path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path.c b/path.c index bbaea5a..5037667 100644 --- a/path.c +++ b/path.c @@ -134,7 +134,7 @@ static struct common_dir common_list[] = {

[PATCH] git-cvsserver: fix duplicate words

2016-05-06 Thread Li Peng
Fix duplicate words in comments. Signed-off-by: Li Peng --- git-cvsserver.perl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-cvsserver.perl b/git-cvsserver.perl index 02c0445..392e59e 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -1156,7 +1156,7

[PATCH] pack-protocol.txt: fix duplicate words of "the"

2016-05-06 Thread Li Peng
Remove duplicate "the". Signed-off-by: Li Peng --- Documentation/technical/pack-protocol.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt index c6977bb..8b36343 10

[PATCH] precompose-utf8: fix typo of "sequences"

2016-05-06 Thread Li Peng
Fix a typo in comment. Signed-off-by: Li Peng --- compat/precompose_utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/precompose_utf8.c b/compat/precompose_utf8.c index dfbe6d8..4293b53 100644 --- a/compat/precompose_utf8.c +++ b/compat/precompose_utf8.c

[PATCH] split-index: fix typo

2016-05-06 Thread Li Peng
Fix a typo in comment. Signed-off-by: Li Peng --- split-index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/split-index.c b/split-index.c index 968b780..3c75d4b 100644 --- a/split-index.c +++ b/split-index.c @@ -60,7 +60,7 @@ static void mark_base_index_entries(struct

[PATCH] worktree.c: fix typo

2016-05-06 Thread Li Peng
Fix a typo in comment. Signed-off-by: Li Peng --- worktree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worktree.c b/worktree.c index 6181a66..89ebe67 100644 --- a/worktree.c +++ b/worktree.c @@ -18,7 +18,7 @@ void free_worktrees(struct worktree **worktrees

[PATCH] remote-ext: fix typo

2016-05-05 Thread Li Peng
Fix a typo in builtin/remote-ext.c. Signed-off-by: Li Peng --- builtin/remote-ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/remote-ext.c b/builtin/remote-ext.c index 7457c74..88eb8f9 100644 --- a/builtin/remote-ext.c +++ b/builtin/remote-ext.c @@ -168,7