savannah-hackers-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers-public] Pusing to Git repo declined


From: Aljosha Papsch
Subject: [Savannah-hackers-public] Pusing to Git repo declined
Date: Mon, 23 May 2016 20:34:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.2

Hi,

today I tried pushing to a Git repository via SSH, but it fails:

$ git push origin master
Counting objects: 51, Fertig.
Delta compression using up to 4 threads.
Compressing objects: 100% (48/48), Fertig.
Writing objects: 100% (51/51), 26.93 KiB | 0 bytes/s, done.
Total 51 (delta 34), reused 2 (delta 1)
remote: src/error.c:48: trailing whitespace.
remote: +     for (j = 0; j < ne->num_input; j++)
remote: src/feedforward.c:63: space before tab in indent.
remote: + tmp += pow(ne->connection[i]->output,j)*binom(i,j)*binom((i+j-1)/2,j);
remote: src/load.c:46: trailing whitespace.
remote: +
remote: src/load.c:61: trailing whitespace.
remote: +   ne->connection[j] = &nn->neurons[(int)(tmp)];
remote: src/msmco.c:85: trailing whitespace.
remote: +  for (j = 0; j < nn->neurons[i].num_input; ++j, ++k)
remote: src/network.c:119: space before tab in indent.
remote: +        /* free the previous array if any */
remote: src/network.c:173: space before tab in indent.
remote: +      /* do nothing */
remote: src/network.c:174: space before tab in indent.
remote: +      return 0;
remote: src/network.c:177: space before tab in indent.
remote: +      free(ne->connection);
remote: src/network.c:306: space before tab in indent.
remote: +      network_print(nn);
remote: src/parser.c:616: trailing whitespace.
remote: +
remote: src/parser.c:623: space before tab in indent.
remote: + printf("OUTPUT FILE NAME = %s [OK]\n", config->output_file_name);
remote: src/parser.c:624: space before tab in indent.
remote: +      break;
remote: src/parser.c:637: space before tab in indent.
remote: +      break;
remote: src/parser.c:672: space before tab in indent.
remote: +      };
remote: src/save.c:133: new blank line at EOF.
remote: tests/invert_order.input:118: new blank line at EOF.
remote: error: hook declined to update refs/heads/master
To address@hidden:/srv/git/gneuralnetwork.git
 ! [remote rejected] master -> master (hook declined)
error: Error while sending some references to 'address@hidden:/srv/git/gneuralnetwork.git'

Git ignores LC_ALL, so the messages from local Git are translated by me.

Why does Savannah reject my changes? If it's really about coding style,
as the messages suggest, I will be happy fixing those. But I can't believe
Savannah is trying to make me push clean files :) Is there some other issue?

Best regards
Aljosha



reply via email to

[Prev in Thread] Current Thread [Next in Thread]