summaryrefslogtreecommitdiff
path: root/src/crlf.c
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2012-08-31 15:53:47 -0700
committerRussell Belfer <rb@github.com>2012-09-06 15:24:03 -0700
commitf8e2cc9a0a59dc87f8e8842b6818f3df180fffda (patch)
treeedcac3b6d4a8eeff41a7f23e4136598c37a1d6cd /src/crlf.c
parent52462e1ccecdea86cceae9d25bf343265831bbaf (diff)
downloadlibgit2-f8e2cc9a0a59dc87f8e8842b6818f3df180fffda.tar.gz
Alternate test for autocrlf with status
I couldn't get the last failing test to actually fail. This is a different test suggested by @nulltoken which should fail.
Diffstat (limited to 'src/crlf.c')
-rw-r--r--src/crlf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crlf.c b/src/crlf.c
index 509e55897..1b6898ba6 100644
--- a/src/crlf.c
+++ b/src/crlf.c
@@ -276,7 +276,7 @@ static int find_and_add_filter(git_vector *filters, git_repository *repo, const
/*
* Use the core Git logic to see if we should perform CRLF for this file
- * based on its attributes & the value of `core.auto_crlf`
+ * based on its attributes & the value of `core.autocrlf`
*/
ca.crlf_action = crlf_input_action(&ca);