Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | git-stripspace(1) |
| 2 | ================= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 6 | git-stripspace - Filter out empty lines |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
| 11 | 'git-stripspace' < <stream> |
| 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | Remove multiple empty lines, and empty lines at beginning and end. |
| 16 | |
| 17 | OPTIONS |
| 18 | ------- |
| 19 | <stream>:: |
| 20 | Byte stream to act on. |
| 21 | |
| 22 | Author |
| 23 | ------ |
| 24 | Written by Linus Torvalds <torvalds@osdl.org> |
| 25 | |
| 26 | Documentation |
| 27 | -------------- |
| 28 | Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. |
| 29 | |
| 30 | GIT |
| 31 | --- |
| 32 | Part of the gitlink:git[7] suite |
| 33 | |