https://github.com/jreybert/git_apply_bug
https://github.com/jreybert/git_apply_bug
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jreybert/git_apply_bug
- Owner: jreybert
- Created: 2020-02-04T16:53:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T16:53:48.000Z (over 6 years ago)
- Last Synced: 2025-03-22T12:29:09.501Z (about 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
git apply won't work if:
- you are in a untracked sub sub folder
- you try to apply a `diff --git` patch
How to reproduce:
./populate.sh
cd external_srcs/subfolder/
git apply ../../git_diff.patch
# It does not have any effect: no patch applied, no error, no message
git apply ../../patch_diff.patch
# \o/ it works