Skip to content

Commit

Permalink
Provide minimal diff option
Browse files Browse the repository at this point in the history
  • Loading branch information
petrhosek committed Nov 30, 2013
1 parent cb9ffa8 commit e65ab19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pygit2.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ moduleinit(PyObject* m)
ADD_CONSTANT_INT(m, GIT_DIFF_IGNORE_WHITESPACE_EOL)
ADD_CONSTANT_INT(m, GIT_DIFF_IGNORE_SUBMODULES)
ADD_CONSTANT_INT(m, GIT_DIFF_PATIENCE)
ADD_CONSTANT_INT(m, GIT_DIFF_MINIMAL)
ADD_CONSTANT_INT(m, GIT_DIFF_INCLUDE_IGNORED)
ADD_CONSTANT_INT(m, GIT_DIFF_INCLUDE_UNTRACKED)
ADD_CONSTANT_INT(m, GIT_DIFF_INCLUDE_UNMODIFIED)
Expand Down

0 comments on commit e65ab19

Please sign in to comment.