Top "Patch" questions

A patch is a piece of software designed to fix problems with, or update a computer program or its supporting data.

git create patch with diff

I tried doing git diff 13.1_dev sale_edit > patch.diff Then I tried doing git apply patch.diff in …

git patch
Does the jQuery ajax call support PATCH?

When I send this ajax rquest: $.ajax({ headers : { 'Accept' : 'application/json', 'Content-Type' : 'application/json' }, url : 'http://localhost:8080/wutup/venues/12', …

javascript jquery ajax patch
PATCH Async requests with Windows.Web.Http.HttpClient class

I need to do a PATCH request with the Windows.Web.Http.HttpClient class and there is no official documentation …

c# http patch dotnet-httpclient
git-apply fails mysteriously, how do I troubleshoot/fix?

I'm currently trying to to code-style checking on the PRs of a (github) repository, and I want to deliver patches …

git patch
Title for matplotlib legend

I know it seems fairly redundant to have a title for a legend, but is it possible using matplotlib? Here's …

python matplotlib patch
How do I make a PATCH request in PHP using cURL?

I have to make a PATCH request using PhP cURL. I couldn't find any documentation, so I tried the following …

php curl patch
How to apply a git patch from one repository to another?

I have two repositories, one is the main repo for a library, and the other is a project using that …

git patch git-submodules git-patch
Python mock patch a function within another function

def f1(): return 10, True def f2(): num, stat = f1() return 2*num, stat How do I use python's mock library to …

python unit-testing testing mocking patch
What does "1 line adds whitespace errors" mean when applying a patch?

I'm editing some markdown files of a cloned remote repository, and wanted to test creating and applying patches from one …

git whitespace patch git-patch
Git error: previous rebase directory .git/rebase-apply still exists but mbox given

I'm trying to apply a patch, which I took from http://www.winehq.org/pipermail/wine-devel/2014-May/104356.html. I copied …

git patch