We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abb733 commit 5c89734Copy full SHA for 5c89734
1 file changed
bin/agit.c
@@ -404,7 +404,8 @@ void cmd_log(void) {
404
set("git", "log");
405
opt("--decorate");
406
opt("--left-right");
407
- hint("< --not --oneline -S HEAD ...@{u} >");
+ opt("--cherry-mark");
408
+ hint("< --first-parent --no-merges --oneline -S HEAD ...@{u} >");
409
if (add(list_open_files_and_branches)) {
410
setscratch(cwd, "git:log");
411
}
0 commit comments