Git Product home page Git Product logo

Comments (3)

alper avatar alper commented on August 15, 2024

OK. Reading the source code, I figured it out.

I had to pass a command like: spr diff --message Rebase --update-message --all

If you pass --update-message, you also need to pass a --message which will then show up in the PR as an intermediate 'change' to show what you did.

Could we document this? Also if after a rebase I want to just update my PRs, could it be possible to do this doing just spreading diff --all?

from spr.

sven-of-cord avatar sven-of-cord commented on August 15, 2024

You should only get prompted for a message if there are actual changes in your local commit. (That could also be that you rebased your commit in the meantime.)

If the commit contents didn't change at all and you didn't rebase, then spr diff --update-message shouldn't prompt for a message.

I am aware of a problem that even after using --update-message, the next run of spr diff will show the "messages differ" warning again. I think it's just a whitespace difference (maybe GitHub adds or removes a newline at the end or something). I'll have to fix that...

from spr.

maverick1872 avatar maverick1872 commented on August 15, 2024

Any update w/ this? Currently been trying SPR out this week and this has been one of my two major pain points. Seems that even if I run the following I'll still get a title/message diff warning.

$ spr diff --all (gives warning for all current outstanding diffs)
$ spr amend --all (force local to match what GitHub has)
$ spr diff --all (gives warning still for all current outstanding diffs)

from spr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.