Results 1 to 1 of 1

Thread: Why git format-patch did nothing?

  1. #1
    Join Date
    Jul 2007
    Beans
    58

    Why git format-patch did nothing?

    Hi,

    I am running two laptop one is ubuntu 18.04, another is 20.04, I made changes in a git source, the patch files are in patches directors, but when I run git format-patch, it did nothing, it supposed to write cover letter to each patch files, it did not. What I get wrong there?

    $ git format-patch --cover-letter origin/master -o patches

    It did not write anything to patch files in patches directory.
    Last edited by jimhce; February 16th, 2021 at 08:18 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •