diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2018-11-05 14:37:35 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2018-11-05 15:53:59 +0000 |
commit | 605066eee9deac246db0dcef7737297f8e27b20a (patch) | |
tree | 86d32ccfa58ceffe0e629d6d593785a5893ed32c /src/commit.c | |
parent | bd682f3ee4bc6593470d65f69a0e734fd0ae88eb (diff) | |
download | libgit2-605066eee9deac246db0dcef7737297f8e27b20a.tar.gz |
apply: test renaming a file after modifying it
Multiple deltas can exist in a diff, and can be applied in-order.
If there exists a delta that modifies a file followed by a delta that
renames that file, then both will be captured. The modification delta
will be applied and the resulting file will be staged with the original
filename. The rename delta will be independently applied - to the
original file (not the modified file from the original delta) and staged
independently.
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions