Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Documentation/patching-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ create one.
> git format-patch --zero-commit --no-signature -1 -o "$PATCH_DIR/<repo>"
> ```

**Note:** Please make sure there are no other already existing patches
which target same files as the newly added patch.

## Applying Patches

To apply a patch, or multiple patches, use `git am` while inside the target
Expand Down