Skip to content

Commit 67396c3

Browse files
committed
docs(ref): Mention performance compared to git glog
1 parent c95dd36 commit 67396c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Why not `git log --graph --all --oneline --decorate main..HEAD`?
3737
- Doesn't show status as you progress through review
3838
- Fairly verbose
3939
- Have to manually select your base to limit to relevant commits
40+
- Slower because it loads the entire commit graph into memory to sort it
4041

4142
### `git stack --pull`
4243

0 commit comments

Comments
 (0)