Hi Dave, Is it possible that you have not committed your change? It says that there is no difference from your code to googlesource master. That often means that there is no commit that differs.
Try running "git log" and making sure that you have an entry for the commit you are expecting to push. If that doesn't work, let me know and we can try to find a solution. Cheers, Jason On Sat, Feb 2, 2019 at 9:44 AM David Taylor Kerns <dtke...@email.arizona.edu> wrote: > Hello, > I'm trying to contribute a 1-line (1 char) fix to > > http://grok.gem5.org/xref/gem5/configs/example/se.py?a=true&h=#157 > > there's a missing ']' @ line 157 > > - exec("workload = %s(buildEnv['TARGET_ISA', 'linux', '%s')" % ( > > + exec("workload = %s(buildEnv['TARGET_ISA'], 'linux', '%s')" % ( > > > > the git repo is fighting me :( > > $ git push origin HEAD:refs/for/master > Total 0 (delta 0), reused 0 (delta 0) > remote: Processing changes: refs: 1, done > To https://gem5.googlesource.com/public/gem5 > ! [remote rejected] HEAD -> refs/for/master (no new changes) > error: failed to push some refs to ' > https://gem5.googlesource.com/public/gem5' > > thanks for any help you can provide > > Dave > _______________________________________________ > gem5-dev mailing list > gem5-dev@gem5.org > http://m5sim.org/mailman/listinfo/gem5-dev _______________________________________________ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev