chiark
/
gitweb
/
~mdw
/
tig
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge with ssh://diku/~/tig
[tig]
/
tig.c
diff --git
a/tig.c
b/tig.c
index 8a14cb37ebb8d3007f0159cf094f6b75ccd2383f..cf65447cb5320508af6147b38e27c3f3bc6df127 100644
(file)
--- a/
tig.c
+++ b/
tig.c
@@
-945,7
+945,7
@@
option_set_command(int argc, char *argv[])
return OK;
}
- if (!strcmp(argv[0], "encoding")) {
+ if (!strcmp(argv[0], "
commit-
encoding")) {
string_copy(opt_encoding, argv[2]);
return OK;
}