Skip to content

Commit 8c75d6d

Browse files
authored
Merge pull request #1874 from ricardoislas/fix-readme-missing-comma
2 parents 300949a + fa594ea commit 8c75d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ neogit.setup {
210210
-- "date" chronological order by commit date
211211
-- "author-date" chronological order by author date
212212
-- "" disable explicit ordering (fastest, recommended for very large repos)
213-
commit_order = "topo"
213+
commit_order = "topo",
214214
-- Default for new branch name prompts
215215
initial_branch_name = "",
216216
-- Change the default way of opening neogit

0 commit comments

Comments
 (0)