Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-06 03:07:49 +0400
committerJunio C Hamano <gitster@pobox.com>2011-12-06 03:07:49 +0400
commitc34ba9967c0cf882bbdaf87bd72fa84e0ef099ed (patch)
tree2430bc763807d3814a84982facfee80608c75022 /builtin
parent1e501a7c47ad5ada53d3b1acfb9f131f76e969ec (diff)
parentc2857fb8b7903b2bba9217310971e5282549174d (diff)
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.c2
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.
*