aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-05 15:07:54 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-05 15:07:54 -0800
commitb1af9630d758e1728fc0008b3f18d90d8f87f4c5 (patch)
tree4e6a10fae8310dbc6d88899791e94f99a5608cea /builtin
parenteb3b8d7658331f4ec5f115d7407393d845644f5e (diff)
parentc34ba9967c0cf882bbdaf87bd72fa84e0ef099ed (diff)
downloadgit-b1af9630d758e1728fc0008b3f18d90d8f87f4c5.tar.gz
git-b1af9630d758e1728fc0008b3f18d90d8f87f4c5.tar.xz
Merge branch 'maint-1.7.7' into maint
* maint-1.7.7: stripspace: fix outdated comment Add MYMETA.yml to perl/.gitignore
Diffstat (limited to 'builtin')
-rw-r--r--builtin/stripspace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/stripspace.c b/builtin/stripspace.c
index 4d3b93fed..1288ffcc5 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.
*