Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9181467
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:19:16+00:00 2026-06-17T18:19:16+00:00

I am issuing these: git format-patch 2f3e744 2f3e744^ or git format-patch 2f3e744..3e853 In the

  • 0

I am issuing these:

git format-patch 2f3e744 2f3e744^ 

or

git format-patch 2f3e744..3e853

In the latter, 3e853 is a commit earlier than 2f3e744.

Neither command resulted in some change (not the result I was expecting).

My goal is to make a patch based on changes from revision 3e853.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T18:19:17+00:00Added an answer on June 17, 2026 at 6:19 pm

    You’re subject is actually wrong. You’re command line is not providing that, it’s providing ^2f3e744 3e853, which excludes your commit. The proper way to write this is git format-patch 3e853..2f3e744. You could also do:

    • git format-patch -1 3e853 – Which means take 1 commit starting at 3e853.
    • git format-patch 3e853 '^3e853^' – Which means taken the set the leads up to 3e853, and subtract out everything before it. Note the quotes. Some shells will try to interpret the carets (^), so you may need them.

    The git rev-list docs are a good resource for this information.

    Update: You’re title changed, it’s the first example now. And it may not be producing anything because your history is short. I’d expect the first command to emit a patch for everything up to 2f3e744.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to install some plugin into Griffon by issuing this command griffon
I get these errors after issuing a g++ command on a .cpp file: error:
I have a bulk insert command that I am issuing through C#. Is the
Is there a way to automatically run the update command after issuing the Team
I've been doing some reading on how both the git merge and git rebase
Is there a best practice for issuing a parameterized command call (ExecuteNonQuery) to a
I have a Silverlight app published for some customers. I am having problems issuing
Possible Duplicate: Issuing system commands in Linux from C, C++ I see on some
I'm issuing the following command to TFS: >tf merge /baseless c:\ws\source c:\ws\target /recursive /version:C100~C100
This is a nut I'm cracking these days Application I'm working on has some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.