srchub-old

srchub-old Commit Details


Date:2013-07-27 19:38:00 (11 years 8 months ago)
Author:Natalie Adams
Branch:default
Commit:a3ac0b28bf15
Parents: 681ef31caf61
Message:Removing uneeded comments

Changes:
Mindefero/src/IDF/Scm/Git.php (1 diff)

File differences

indefero/src/IDF/Scm/Git.php
7777
7878
7979
80
81
8280
8381
8482
            if ($line != '') {
                $action = $line[0];
                #echo "line = " . $line . "\n";
                #echo "action = " . $action;
                if ($action == 'A') {
                    $filename = trim(substr($line, 1));
                    $return->additions[] = $filename;

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.91287s using 14 queries.