We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95dd36 commit 67396c3Copy full SHA for 67396c3
docs/reference.md
@@ -37,6 +37,7 @@ Why not `git log --graph --all --oneline --decorate main..HEAD`?
37
- Doesn't show status as you progress through review
38
- Fairly verbose
39
- 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
41
42
### `git stack --pull`
43
0 commit comments