mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-11 22:02:32 +01:00
Merge commit 'ba83466e1d'
This commit is contained in:
commit
f217e4a39a
11 changed files with 97 additions and 59 deletions
|
|
@ -27,6 +27,8 @@
|
|||
namespace gitstatus {
|
||||
|
||||
struct Limits {
|
||||
// Truncate commit summary if it's longer than this many bytes.
|
||||
size_t max_commit_summary_length = 256;
|
||||
// Report at most this many staged changes.
|
||||
size_t max_num_staged = 1;
|
||||
// Report at most this many unstaged changes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue