mirror of
https://github.com/git/git.git
synced 2026-01-16 13:49:39 +00:00
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
This commit is contained in:
@@ -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
perl/.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
perl.mak
|
||||
perl.mak.old
|
||||
MYMETA.yml
|
||||
blib
|
||||
blibdirs
|
||||
pm_to_blib
|
||||
|
||||
Reference in New Issue
Block a user