Skip to content

Commit 7abb733

Browse files
committed
Use git-graph for graph cmd in agit
1 parent eb33989 commit 7abb733

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/agit.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,7 @@ void cmd_fetch(void) {
396396

397397
void cmd_graph(void) {
398398
clear();
399-
set("git", "log", "--graph", "--oneline", "--decorate", "--all",
400-
"--date-order");
399+
set("git-graph", "--no-color", "--no-pager", "--style", "ascii");
401400
setscratch(cwd, "git:graph");
402401
}
403402

0 commit comments

Comments
 (0)