diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-01-24 20:30:10 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-01-25 08:15:44 +0100 |
commit | 86bfc3e1c64c2c0277f1e795c0a15cba992ac6f5 (patch) | |
tree | 81153d6426c0f0a0a985eb7465004d7368a5c509 /include/git2/diff.h | |
parent | 9950bb4e8de076565976128559ff273e9d4a2a78 (diff) | |
download | libgit2-86bfc3e1c64c2c0277f1e795c0a15cba992ac6f5.tar.gz |
diff: change id abbrev option's name to id_abbrev
Same as the other commits in the series, we use 'id' when talking about
thing rather than the datatype.
Diffstat (limited to 'include/git2/diff.h')
-rw-r--r-- | include/git2/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h index d7c294309..a3cdd8193 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -361,7 +361,7 @@ typedef struct { uint16_t context_lines; /**< defaults to 3 */ uint16_t interhunk_lines; /**< defaults to 0 */ - uint16_t oid_abbrev; /**< default 'core.abbrev' or 7 if unset */ + uint16_t id_abbrev; /**< default 'core.abbrev' or 7 if unset */ git_off_t max_size; /**< defaults to 512MB */ const char *old_prefix; /**< defaults to "a" */ const char *new_prefix; /**< defaults to "b" */ |