Skip to content

Commit bcb477f

Browse files
committed
Merge branch 'bc/maint-api-doc-parked' into maint
* bc/maint-api-doc-parked: Documentation/technical/api-diff.txt: correct name of diff_unmerge()
2 parents 144dfc5 + 7a45c31 commit bcb477f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/technical/api-diff.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Calling sequence
3232

3333
* As you find different pairs of files, call `diff_change()` to feed
3434
modified files, `diff_addremove()` to feed created or deleted files,
35-
or `diff_unmerged()` to feed a file whose state is 'unmerged' to the
35+
or `diff_unmerge()` to feed a file whose state is 'unmerged' to the
3636
API. These are thin wrappers to a lower-level `diff_queue()` function
3737
that is flexible enough to record any of these kinds of changes.
3838

@@ -50,7 +50,7 @@ Data structures
5050
This is the internal representation for a single file (blob). It
5151
records the blob object name (if known -- for a work tree file it
5252
typically is a NUL SHA-1), filemode and pathname. This is what the
53-
`diff_addremove()`, `diff_change()` and `diff_unmerged()` synthesize and
53+
`diff_addremove()`, `diff_change()` and `diff_unmerge()` synthesize and
5454
feed `diff_queue()` function with.
5555

5656
* `struct diff_filepair`

0 commit comments

Comments
 (0)