x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit 0ea3f8734f94c843e8eecbb49b317f2c39e127f0
parent baad145c63e78a3da5830bdcdb726bb9806f0c8f
Author: Oliver Lowe <o@olowe.co>
Date:   Thu,  6 Feb 2025 20:25:16 +1100

git config

Diffstat:
Mlib/git | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/git b/lib/git @@ -1,5 +1,5 @@ [core] - pager = "9 nobs" + pager = cat [user] name = Oliver Lowe email = o@olowe.co @@ -10,6 +10,7 @@ ci = commit up = pull -r b = branch + fp = format-patch [fetch] prune = true [push]