Browse Source

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
maint
Junio C Hamano 13 years ago
parent
commit
c34ba9967c
  1. 2
      builtin/stripspace.c
  2. 1
      perl/.gitignore

2
builtin/stripspace.c

@ -22,8 +22,6 @@ static size_t cleanup(char *line, size_t len) @@ -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.
*

1
perl/.gitignore vendored

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
perl.mak
perl.mak.old
MYMETA.yml
blib
blibdirs
pm_to_blib

Loading…
Cancel
Save