mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-04 07:15:20 +00:00

This implements the basis for diff rename and copy detection, although it is based on simple SHA comparison right now instead of using a matching algortihm. Just as `git_diff_merge` can be used as a post-pass on diffs to emulate certain command line behaviors, there is a new API `git_diff_detect` which will update a diff list in-place, adjusting some deltas to RENAMED or COPIED state (and also, eventually, splitting MODIFIED deltas where the change is too large into DELETED/ADDED pairs). This also adds a new test repo that will hold rename/copy/split scenarios. Right now, it just has exact-match rename and copy, but the tests are written to use tree diffs, so we should be able to add new test scenarios easily without breaking tests.
25 lines
671 B
Plaintext
25 lines
671 B
Plaintext
I KEEP six honest serving-men
|
|
(They taught me all I knew);
|
|
Their names are What and Why and When
|
|
And How and Where and Who.
|
|
I send them over land and sea,
|
|
I send them east and west;
|
|
But after they have worked for me,
|
|
I give them all a rest.
|
|
|
|
I let them rest from nine till five,
|
|
For I am busy then,
|
|
As well as breakfast, lunch, and tea,
|
|
For they are hungry men.
|
|
But different folk have different views;
|
|
I know a person small—
|
|
She keeps ten million serving-men,
|
|
Who get no rest at all!
|
|
|
|
She sends'em abroad on her own affairs,
|
|
From the second she opens her eyes—
|
|
One million Hows, two million Wheres,
|
|
And seven million Whys!
|
|
|
|
-- Rudyard Kipling
|