We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9dbf8 commit 4dca90dCopy full SHA for 4dca90d
1 file changed
src/subcommand/log_subcommand.cpp
@@ -94,7 +94,7 @@ void log_subcommand::run()
94
{
95
commit_wrapper commit = repo.find_commit(commit_oid);
96
print_commit(commit, m_format_flag);
97
- i+=1;
+ ++i;
98
}
99
100
git_revwalk_free(walker);
0 commit comments