Skip to content

Commit 56db1ab

Browse files
authored
Merge pull request #941 from tjk/patch-1
include_untracked_content -> show_untracked_content
2 parents ff090ad + 0e3ceb6 commit 56db1ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rugged/index.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Index
8181
# :deltas_are_icase ::
8282
# If true, filename comparisons will be made with case-insensitivity.
8383
#
84-
# :include_untracked_content ::
84+
# :show_untracked_content ::
8585
# if true, untracked content will be contained in the the diff patch text.
8686
#
8787
# :skip_binary_check ::

lib/rugged/tree.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Tree
8787
# :deltas_are_icase ::
8888
# If true, filename comparisons will be made with case-insensitivity.
8989
#
90-
# :include_untracked_content ::
90+
# :show_untracked_content ::
9191
# if true, untracked content will be contained in the the diff patch text.
9292
#
9393
# :skip_binary_check ::

0 commit comments

Comments
 (0)