diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-12-05 15:07:49 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-05 15:07:49 -0800 |
commit | c34ba9967c0cf882bbdaf87bd72fa84e0ef099ed (patch) | |
tree | 2430bc763807d3814a84982facfee80608c75022 /builtin | |
parent | documentation fix: git difftool uses diff tools, not merge tools. (diff) | |
parent | stripspace: fix outdated comment (diff) | |
download | tgif-c34ba9967c0cf882bbdaf87bd72fa84e0ef099ed.tar.xz |
Merge branch 'maint-1.7.6' into maint-1.7.7
* maint-1.7.6:
stripspace: fix outdated comment
Add MYMETA.yml to perl/.gitignore
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/stripspace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/stripspace.c b/builtin/stripspace.c index 4d3b93fedb..1288ffcc52 100644 --- a/builtin/stripspace.c +++ b/builtin/stripspace.c @@ -22,8 +22,6 @@ static size_t cleanup(char *line, size_t len) * Remove empty lines from the beginning and end * and also trailing spaces from every line. * - * Note that the buffer will not be NUL-terminated. - * * Turn multiple consecutive empty lines between paragraphs * into just one empty line. * |