mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 18:38:58 +00:00
Make constant name all-caps
This commit is contained in:
parent
0ab3a2ab2c
commit
7bcfbe16c5
@ -107,7 +107,7 @@ typedef enum {
|
||||
*/
|
||||
typedef struct {
|
||||
unsigned int version; /**< version for the struct */
|
||||
uint32_t flags; /**< defaults to git_diff_normal */
|
||||
uint32_t flags; /**< defaults to GIT_DIFF_NORMAL */
|
||||
uint16_t context_lines; /**< defaults to 3 */
|
||||
uint16_t interhunk_lines; /**< defaults to 0 */
|
||||
char *old_prefix; /**< defaults to "a" */
|
||||
|
Loading…
Reference in New Issue
Block a user