1
0
mirror of https://github.com/git/git.git synced 2024-10-03 15:11:22 +02:00
git/gitweb
Jakub Narebski 0881d2d130 gitweb: Cleanup - chomp @lines in consistent style
Use 'my @lines = map { chomp; $_ } <$fd>;' form to read all lines of
git command output into array without trailing newlines.

It has advantage over 'chomp (my (@lines) = <$fd>);' in that it does
not modify array.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-07-30 18:37:29 -07:00
..
test
gitweb.cgi gitweb: Cleanup - chomp @lines in consistent style 2006-07-30 18:37:29 -07:00
gitweb.css gitweb.css: Use monospace fonts for commits and tree-diff. 2006-07-13 22:02:43 -07:00
README Update gitweb README: gitweb is now included with git 2006-06-17 16:06:20 -07:00

GIT web Interface

The one working on:
  http://www.kernel.org/git/

From the git version 1.4.0 gitweb is bundled with git.

Any comment/question/concern to:
  Kay Sievers <kay.sievers@vrfy.org>