diff options
| author | Carlos Martín Nieto <[email protected]> | 2018-01-17 11:47:06 +0000 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2018-01-17 11:47:06 +0000 |
| commit | a38a8e8ede58ea72e74355394950e05bb888caa2 (patch) | |
| tree | b4832480c2cc338cdfc049d7909e52e871da34aa | |
| parent | ec5d2bee0ffbea5a6d952d74e37e766366b5a316 (diff) | |
diff: add two missing options
| -rw-r--r-- | diff.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -437,6 +437,8 @@ const ( DiffShowUnmodified DiffOptionsFlag = C.GIT_DIFF_SHOW_UNMODIFIED DiffPatience DiffOptionsFlag = C.GIT_DIFF_PATIENCE DiffMinimal DiffOptionsFlag = C.GIT_DIFF_MINIMAL + DiffShowBinary DiffOptionsFlag = C.GIT_DIFF_SHOW_BINARY + DiffIndentHeuristic DiffOptionsFlag = C.GIT_DIFF_INDENT_HEURISTIC ) type DiffNotifyCallback func(diffSoFar *Diff, deltaToAdd DiffDelta, matchedPathspec string) error |
