msysgit - How to sign off a patch using git -


i'm working on project people sent me git patches , i've verify patches , sign off commits.

we creating patches using

git format-patch master --stdout > file.patch 

and file mailed us, we've verify patch. creates new branch , applies patch using

git apply file.patch 

then verifies contents of commit, if correct need add sign off each commit patch.

i've seen git -am command can add signoff @ time of applying patch.

is possible add commit after applying patch?

thank you

is possible add commit after applying patch?

well, yes, make changes , create new commit.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -