citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 1743c47c871e852586eb7c8daba199d08b4348af
parent 71682f7d8b7aec4a4101e4023c8f119cb576a876
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 24 May 2021 14:38:23 -0700

git: lnd alias, no decorate

Diffstat:
Mdotfiles/.gitconfig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig @@ -48,6 +48,7 @@ ds = diff --staged ff = merge --ff-only hash = !"git rev-parse HEAD | tr -d '\n' | xclip" + lnd = log --no-decorate lg1 = log --graph --branches --tags --remotes --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %s %C(bold)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative lgl = log --format='%h %cr %s' lg2 = log --no-merges --topo-order --date=relative --pretty=format:'%C(auto,yellow)%h%C(auto,magenta)% %C(auto,blue)%>(12,trunc)%ad %C(auto,green) %C(auto,reset)%s%C(reset)% %C(bold) — %an%C(reset)%C(bold yellow)%d%C(reset)'